Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Releases: calavera/aws-lambda-events

v0.8.5

28 Apr 01:44
358d6c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

27 Apr 14:52
75eb9ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

30 Mar 19:01
abc7b40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.1

24 Mar 18:41
4ac1d74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Mar 17:14
1f12f6a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

09 Jan 20:48
fee1c9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.0

12 Sep 01:45
c0d3366
Compare
Choose a tag to compare

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

Full Changelog: v0.6.2...v0.7.0

v0.6.2

29 Apr 03:56
3362f98
Compare
Choose a tag to compare

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, and eventSourceARN optional by @indiv0 in #85

New Contributors

Full Changelog: v0.6.1...v0.6.2

Release 0.6.1

25 Feb 21:09
d99a0dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Release 0.6.0

19 Feb 16:01
858ee85
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.6.0