Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

75 lines (46 loc) · 3.88 KB

master

  • Specific float sizes (such as float32) are preserved rather than defaulting to 64 bits.
  • Generate events from the latest aws-lambda-go.
  • Specific int and unit sizes (such as uint8) are preserved rather than defaulting to 64 bits.
  • Array pointers are now correctly parsed. Thanks @michaetto! #37
  • Generate events from the latest aws-lambda-go.
  • The http crate is used for events that contain HTTP headers, methods, and bodies. Thanks @calavera! #29
  • Bounded fields of the interface{} type in Go are nullable and now mapped to an Optional<>. Thanks @calavera! #31
  • Generate events from the latest aws-lambda-go.
  • No changes yet
  • Various API Gateway v2 fixes. Thanks @ewbankkit! #18
  • The size size field in S3Object is now optional as it can be missing or null in the event json payload. #11
  • Generate events from aws-lambda-go v1.16. Thanks @ewbankkit! #16
  • Generate events from aws-lambda-go v1.15. Thanks @ewbankkit! #14
  • Deref and DerefMut are now implemented for encoding tuple types. #9
  • Add kinesis_analytics events.
  • Add AppSyncIamIdentity and AppSyncCognitoIdentity in appsync.
  • Fix dmarcPolicy field for SimpleEmailReceipt in ses.
  • Add ApiGatewayWebsocketProxyRequest and ApiGatewayWebsocketProxyRequestContext in apigw.
  • Add customData field for CodeCommitRecord in code_commit.
  • Add S3TestEvent in s3.
  • Fix struct deserialization when the json key is not specified for a Go field and the field name does not match the generated Rust field name. [#6]
  • Add multi_value_headers field for ApiGatewayProxyResponse.
  • Add support for embedded fields, as seen in cognito::CognitoEventUserPoolsPreSignup. [#4]
  • Add alb events.
  • Inner fields of Base64Data, MillisecondTimestamp, SecondTimestamp are now public. [#3]
  • Fields encoded as serde_json::Value may now optionally use a more-specific type. [#1]