Serverless 1.1.3
·
36 commits
to serverless
since this release
What's Changed
- Improve
ToCamelCaseto matchSTJbehavior by @flobernd in #8278- This changes the
DefaultFieldNameInferrerbehavior to produce the same names as theJsonNamingPolicy.CamelCasenaming policy - This could be a breaking change, if strict mapping is enabled. Use the
[JsonPropertyName("name")]attribute on any property to override its name.
- This changes the
Full Changelog: serverless-1.1.2...serverless-1.1.3