Releases: kodemore/chocs
Releases · kodemore/chocs
1.6.1
1.6.0
What's Changed
- Bump pytest from 7.0.0 to 7.0.1 by @dependabot in #101
- Bump bjoern from 3.1.0 to 3.2.1 by @dependabot in #103
- Support binary messages in HttpRequest.parsed_body by @dkraczkowski in #104
Full Changelog: 1.5.3...1.6.0
1.5.3
What's Changed
- Bump pytest-mock from 3.6.1 to 3.7.0 by @dependabot in #94
- make a single line return when aws event path parameter is None by @wajidakhterabbasi in #99
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #95
- Bump types-pyyaml from 6.0.3 to 6.0.4 by @dependabot in #96
- Bump pytest from 6.2.5 to 7.0.0 by @dependabot in #98
- Fix route instance inside aws middleware by @dkraczkowski in #100
New Contributors
- @wajidakhterabbasi made their first contribution in #99
Full Changelog: 1.5.2...1.5.3
1.5.2
What's Changed
- Allow aws event's path parameters to be
None
by @dkraczkowski in #97
Full Changelog: 1.5.1...1.5.2
1.5.1
What's Changed
- Fix problem with missing attributes within Route.copy by @dkraczkowski in #93
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Performance improvements + PyLint by @dkraczkowski in #88
- Bump pyyaml from 5.4.1 to 6.0 by @dependabot in #89
- Bump pytest-mock from 1.13.0 to 3.6.1 by @dependabot in #92
- Bump black from 21.10b0 to 21.12b0 by @dependabot in #91
- Bump pytest-cov from 2.12.1 to 3.0.0 by @dependabot in #90
New Contributors
- @dependabot made their first contribution in #89
Full Changelog: 1.4.2...1.5.0
1.4.2
Version fix
1.4.1
Change query string behaviour for parsing strings starting with `0` (…
1.4.0
Dropping immutability on Request.body (#83)
1.3.0
- Added support for transparent casting UploadedFile into bytes object