This repository was archived by the owner on May 16, 2023. It is now read-only.
Release 0.6.0
What's Changed
- Make the http method in the Websocket request struct optional. by @calavera in #34
- Add default to http_serde::header_map::deserialize by @dacut in #35
- Bump dependency versions. by @khuey in #41
- Catchup with current version of aws-lambda-go by @Mdrbhatti in #39
- added parsing array of pointers, so that e.g. missing cognito events … by @michaetto in #37
- Remove override entirely. by @LegNeato in #42
- Support for specific (u)int sizes and update to latest go sdk by @LegNeato in #43
- Fix clippy lint errors by @LegNeato in #44
- Divide events into features. by @calavera in #55
- Make ApiGatewayV2httpRequestContext#authentication optional. by @calavera in #54
- Fix undefined field httpMethod. by @calavera in #53
- Add missing streams module. by @calavera in #57
- Add (some) CloudWatch events by @martinjlowm in #50
- Put all cloudwatch_events behind the same feature flag. by @calavera in #58
- Serialize all struct fields as camelCase by default by @calavera in #56
- Bring all testdata by @calavera in #59
- Add DynamoDB event and attributes. by @calavera in #60
- Move CloudWatchEvent struct outside the generated module. by @calavera in #61
- Make alb and apigw stable by @calavera in #63
- Ignore the codepipeline file. by @calavera in #64
- Propagate generics between structs by @calavera in #65
- Reexport events by @calavera in #66
- Implement http::Body for encodings::Body by @calavera in #68
- Fix serialization issues with the AWS Console test requests. by @calavera in #69
New Contributors
- @dacut made their first contribution in #35
- @khuey made their first contribution in #41
- @Mdrbhatti made their first contribution in #39
- @michaetto made their first contribution in #37
- @martinjlowm made their first contribution in #50
Full Changelog: v0.4.0...v0.6.0