You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,28 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [Unreleased]
10
10
11
+
## [1.14.0] - 2021-04-09
12
+
13
+
### Added
14
+
15
+
***Event handlers**: New core utility to easily handle incoming requests tightly integrated with Data Classes; AppSync being the first as we gauge from the community what additional ones would be helpful
16
+
***Documentation**: Enabled versioning to access docs on a per release basis or staging docs (`develop` branch)
17
+
***Documentation**: Links now open in a new tab and improved snippet line highlights
18
+
***Documentation(validation)**: JSON Schema snippets and more complete examples
19
+
***Documentation(idempotency)**: Table with expected configuration values for hash key and TTL attribute name when using the default behaviour
20
+
***Documentation(logger)**: New example on how to set logging record timestamps in UTC
21
+
***Parser(S3)**: Support for the new S3 Object Lambda Event model (`S3ObjectLambdaEvent`)
22
+
***Parameters**: Support for DynamoDB Local via `endpoint_url` parameter, including docs
23
+
***Internal**: Include `make pr` in pre-commit hooks when contributing to shorten feedback loop on pre-commit specific linting
24
+
25
+
### Fixed
26
+
27
+
***Parser**: S3Model now supports keys with 0 length
28
+
***Tracer**: Lock X-Ray SDK to 2.6.0 as there's been a regression upstream in 2.7.0 on serializing & capturing exceptions
29
+
***Data Classes(API Gateway)**: Add missing property `operationName` within request context
30
+
***Misc.**: Numerous typing fixes to better to support MyPy across all utilities
31
+
***Internal**: Downgraded poetry to 1.1.4 as there's been a regression with `importlib-metadata` in 1.1.5 not yet fixed
0 commit comments