Skip to content

Releases: rwf2/multer

v3.1.0

04 May 01:47
Compare
Choose a tag to compare

log is now an optional dependency, disabled by default. To enable logging, enable the log feature.

v3.0.0

04 May 01:45
Compare
Choose a tag to compare
  • update to http dependency to 1.0 [d2fe51f]
  • better Content-Disposition parsing [bca313f]
  • Error now implements std::Error::source() [0f5f742]

v2.0.2

17 Dec 11:06
fcae488
Compare
Choose a tag to compare
Changes

- Replaced twoway crate with memchr

v2.0.1

02 Aug 11:54
53fd6fd
Compare
Choose a tag to compare

Improvements

  • Added "multipart" keyword, PR: #37

v2.0.0

18 May 09:39
a49e036
Compare
Choose a tag to compare
Bugfixes

- Fixed multipart stream is incomplete issue
- Some other minor bug fix

Improvements
- Some internal breaking code changes

v1.2.2

22 Jul 13:17
v1.2.2
73e8cc8
Compare
Choose a tag to compare
Bugfixes

- Use std::u64::MAX instead of u64::MAX

v1.2.1

03 Jun 15:07
v1.2.1
5dff3c7
Compare
Choose a tag to compare
Improvements

- Added support for utf8 encoded field name and file name

v1.2.0

20 May 15:01
v1.2.0
0d7157a
Compare
Choose a tag to compare
Improvements

- Used `u64` as content-length instead of `usize`

v1.1.1

17 May 16:56
v1.1.1
77485b2
Compare
Choose a tag to compare
Improvements

- Improved the error message

v1.1.0

17 May 16:32
v1.1.0
d5e168d
Compare
Choose a tag to compare
Improvements

- Changed `Error` type from `struct` to `enum` for better debugging