-
Notifications
You must be signed in to change notification settings - Fork 432
Comparing changes
Open a pull request
base repository: aws-powertools/powertools-lambda-python
base: v1.14.0
head repository: aws-powertools/powertools-lambda-python
compare: v1.15.0
- 20 commits
- 54 files changed
- 5 contributors
Commits on Apr 19, 2021
-
docs(tracer): Fix line highlighting (#395)
Michael Brewer authoredApr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for ae331b0 - Browse repository at this point
Copy the full SHA ae331b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bce279 - Browse repository at this point
Copy the full SHA 5bce279View commit details
Commits on Apr 21, 2021
-
feat(parser): Support for API GW v1 proxy schema & envelope (#403)
Co-authored-by: Heitor Lessa <lessa@amazon.nl>
Configuration menu - View commit details
-
Copy full SHA for 68d4110 - Browse repository at this point
Copy the full SHA 68d4110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939cba7 - Browse repository at this point
Copy the full SHA 939cba7View commit details
Commits on Apr 22, 2021
-
refactor(logger): BYOFormatter and Handler, UTC support, and more (#404)
Co-authored-by: Michael Brewer <michael.brewer@gyft.com>
Configuration menu - View commit details
-
Copy full SHA for 0dc5e1b - Browse repository at this point
Copy the full SHA 0dc5e1bView commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 776569a - Browse repository at this point
Copy the full SHA 776569aView commit details
Commits on Apr 28, 2021
-
feat(event-handler): add http ProxyEvent handler (#369)
Michael Brewer authoredApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e24a985 - Browse repository at this point
Copy the full SHA e24a985View commit details
Commits on Apr 29, 2021
-
fix(deps): Bump aws-xray-sdk from 2.6.0 to 2.8.0 (#413)
Michael Brewer authoredApr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 48f86b3 - Browse repository at this point
Copy the full SHA 48f86b3View commit details
Commits on May 1, 2021
-
refactor(event-handler): Add ResponseBuilder and more docs (#412)
Michael Brewer authoredMay 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 51c4c2d - Browse repository at this point
Copy the full SHA 51c4c2dView commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for daa35aa - Browse repository at this point
Copy the full SHA daa35aaView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 213caed - Browse repository at this point
Copy the full SHA 213caedView commit details -
refactor(event-handler): api gateway handler review changes (#420)
Michael Brewer authoredMay 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 59b3adf - Browse repository at this point
Copy the full SHA 59b3adfView commit details
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1cd5cb - Browse repository at this point
Copy the full SHA d1cd5cbView commit details -
fix(parser): Improve types for parser.py (#419)
When attempting to use the parse function we noticed we were getting error messages like: Value of type variable "Model" of "parse" cannot be "Type[UserModel]" Further investigation (using the example shown at https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/parser/#envelopes) showed that the types were incorrect for the example. The function signatures were expecting an instance of `Model`, however the example (and code) seemeed to expect a `Type[Model]`. Similarly the signatures were expecting an optional instance of an Envelope, but the code allows for either an instance or a Type. Also, added a `TypeVar` for the decorator, specifying that the event_parser` decorator returns the same type as the handler used. Finally updated documentation on use of parser.
Configuration menu - View commit details
-
Copy full SHA for d044463 - Browse repository at this point
Copy the full SHA d044463View commit details
Commits on May 6, 2021
-
feat(event-handle): allow for cors=None setting (#421)
Michael Brewer authoredMay 6, 2021 Configuration menu - View commit details
-
Copy full SHA for cbbcc4d - Browse repository at this point
Copy the full SHA cbbcc4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1bb36 - Browse repository at this point
Copy the full SHA 5e1bb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9484fc - Browse repository at this point
Copy the full SHA b9484fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b99f9dc - Browse repository at this point
Copy the full SHA b99f9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 222bc03 - Browse repository at this point
Copy the full SHA 222bc03View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1dbf0 - Browse repository at this point
Copy the full SHA bd1dbf0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.14.0...v1.15.0