Skip to content

Changelog

Version 8

8.1.3

  • #106 chore: bump dependencies

8.1.2

  • #105 chore: bump deps

8.1.1

  • #104 Fix cleanup test on windows
  • #102 Fix late write error on aborted streams

8.1.0

  • #99 Support multipart payload maxParts, clean-up files on error

8.0.1

  • #98 chore: bump hoek

8.0.0

  • #97 Support node v18 and drop node v12

Version 7

7.1.0

7.0.4

  • #96 Fix stream error propagation for node v16+
  • #94 add dispatcher and use shared config
  • #87 upgrade lab to v24
  • #84 Test on node 14

7.0.3

  • #83 Allow options.multipart to be true

7.0.2

  • #80 Add tests for deps changes

7.0.1

  • #79 Update hoek

7.0.0

  • #78 Only node 12

Version 6

6.1.3

6.1.2

  • #72 Fix maxBytes in file output

6.1.1

  • #70 Update deps

6.1.0

  • #69 Change module namespace

6.0.12

  • #66 Protect against JSON.parse() prototype poisoning

6.0.11

  • #63 Remove engines

6.0.10

  • #62 Only include file headers on multipart

6.0.9

  • #61 Update hoek v6

6.0.8

  • #60 Handle PromiseRejectionHandledWarning
  • #58 Cleanup

6.0.7

  • #56 Cleaner throw

6.0.6

  • #55 Update deps

6.0.5

  • #54 Update wreck

6.0.4

  • #53 Update pez dependency

6.0.3

6.0.2

  • #52 Update deps

6.0.1

  • #51 Update content

6.0.0

  • #50 Async interface
  • #49 Migrate to async interface

Version 5

5.1.2

  • #81 Update deps

5.1.1

  • #73 maxBytes file output

5.1.0

  • #68 Commercial version of v5 branch

5.0.1

  • #67 Protect against JSON.parse() prototype poisoning

5.0.0

  • #48 Return 413 when payload too large.

Version 4

4.4.1

  • #47 Update deps.

4.4.0

  • #45 Allow specifying custom query string parser
  • #44 Retain raw payload when parsing fails

4.3.0

  • #41 Support multipart override
  • #40 Support multipart override output

4.2.2

  • #37 Update dependencies

4.2.1

  • #36 Pass options to built-in compressions

4.2.0

  • #35 Support compression options

4.1.0

  • #34 Support external decoders

4.0.5

  • #33 Update deps

4.0.4

  • #29 update to code v3

4.0.3

  • #28 update form-data dependency to 0.2.x

4.0.2

  • #27 testing-node-6

4.0.1

  • #26 Return error for multipart file exceeding maxBytes

4.0.0

  • #25 Remove qs support. Closes #24
  • #24 Remove qs dependency

Version 3

3.0.1

  • #23 Fix timeouts for multipart payloads
  • #19 timeout for payload not working.

3.0.0

  • #22 ES6 style changes and node v4

Version 2

2.0.2

  • #21 Missing dependency qs@4.x.x?
  • #20 2.0.2 tag

2.0.1

  • #18 upgrade to lab 6 and cleanup
  • #17 testing different file sizes to get full code coverage
  • #16 Test coverage timing issue
  • #15 Move API docs to its own page
  • #14 Move API docs to their own page
  • #13 Update README with example and docs

2.0.0

  • #12 Default mime type option
  • #11 Change empty representations
  • #10 Change default mime type to application/octet-stream

Version 1

1.1.1

  • #5 Error for payloads with content-encoding that fail maxBytes test

1.1.0

  • #9 Don't catch synchronous handler errors
  • #7 adding the ability to pass qs options like arrayLimit

1.0.2

  • #1 Files left behind when request aborts

1.0.1

Deploys by Netlify