This repository has been archived by the owner on May 16, 2023. It is now read-only.
Releases: calavera/aws-lambda-events
Releases · calavera/aws-lambda-events
v0.8.5
v0.8.4
What's Changed
- Fix user_not_found default by @calavera in #157
- Bugfix/stringlistvalue by @setoelkahfi in #160
- Fix cognito response with null booleans by @calavera in #161
- Update chrono by @calavera in #162
- Release version 0.8.4 by @calavera in #163
New Contributors
- @setoelkahfi made their first contribution in #160
Full Changelog: v0.8.3...v0.8.4
v0.8.3
v0.8.1
v0.8.0
What's Changed
- Remove all autogenerated events. by @calavera in #133
- Allow empty ConnectQueue by @calavera in #134
- Remove custom string deserialization by @calavera in #135
- Fix conditional compilation of custom serde by @calavera in #136
- Mark kinesisRecordMetadata optional by @martinjlowm in #142
- Fix format of header field of KafkaEvent by @kayhannay in #139
- Fix SNS "URL" Properties Incorrect Capitalization by @cole-abbeduto-particle in #141
- Remove codegen and unused files by @calavera in #143
- Use
serde_dynamo
fordynamodb::Event
items (#140) by @calavera in #144
New Contributors
- @kayhannay made their first contribution in #139
- @cole-abbeduto-particle made their first contribution in #141
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- Add default serialization for cookies in Custom Authorizer v2 Request by @themmes in #123
- Fix timestamp handling by @threebytesfull in #124
- making field public by @fermanjj in #125
- add HeadObject/ListObjects/ListObjectsV2 context for S3OL, set sessio… by @daiyy in #127
- Fix link to documentation to point to latest instead of v0.5.0 by @samueloph in #128
- SNS: fix missing field SigningCertUrl by @ymwjbxxq in #130
- Release version 0.7.3 by @calavera in #132
New Contributors
- @themmes made their first contribution in #123
- @threebytesfull made their first contribution in #124
- @fermanjj made their first contribution in #125
- @daiyy made their first contribution in #127
- @samueloph made their first contribution in #128
- @ymwjbxxq made their first contribution in #130
Full Changelog: v0.7.2...v0.7.3
v0.7.0
What's Changed
- Fix issue deserializing url queries. by @calavera in #88
- fix(aws_lambda_events): Mark response_elements optional by @martinjlowm in #91
- fix(aws_lambda_events): Mark session_context optional for CloudTrail by @martinjlowm in #90
- S3 object lambda event by @calavera in #92
- Fix optional fields in Cognito responses. by @calavera in #93
- Add SqsBatchResponse to static events by @jamescoleuk in #95
- Update with Go additions. by @calavera in #96
- fix(sns): Properly handle non-required fields, and correct casing. by @Xtansia in #97
- fix(apigw): make http_method optional for custom auth req and context by @sdd in #99
- Fix casing for sns events. by @calavera in #101
- Implement the cloudwatch_logs module manually. by @calavera in #100
- SQS / SNS nested object parsing by @sdd in #103
- apigw: add api_key_id field to RequestIdentity struct by @sebboer in #106
- cognito: Fix nullable cognito pre-token-gen event ClaimsOverrideDetails by @sebboer in #105
- Implement Default in structures that allow it. by @calavera in #108
New Contributors
- @jamescoleuk made their first contribution in #95
- @Xtansia made their first contribution in #97
- @sdd made their first contribution in #99
- @sebboer made their first contribution in #106
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- Replacement of SNS generated with native entity by @brentlemons in #76
- chore(cloudwatch): Add additional_event_data to CloudTrail by @martinjlowm in #80
- Api gateway: Make client_cert optional by @simonvandel in #82
- ApiGW: fix requestcontext.identity being optional by @simonvandel in #83
- fix(dynamodb): Make
eventSource
,eventVersion
, andeventSourceARN
optional by @indiv0 in #85
New Contributors
- @brentlemons made their first contribution in #76
- @simonvandel made their first contribution in #82
- @indiv0 made their first contribution in #85
Full Changelog: v0.6.1...v0.6.2
Release 0.6.1
What's Changed
- Fix issue with missing websocket httpMethod by @calavera in #72
- Fix dynamodb time format by @Miaxos in #73
Full Changelog: v0.6.0...v0.6.1
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