We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e50d7 commit e56be54Copy full SHA for e56be54
RELEASE.CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### Release 2024-05-16
2
+* **Amazon.Lambda.Annotations (1.4.0)**
3
+ * Updated the source generator to add documentation on public members in the generated files.
4
+ * Added the "\<auto-generated/\>" top-level comment on the generated files to skip them from being processed by analyzers.
5
+ * Use the `ILambdaSerializer` to serialize the response body when returning an `IHttpResult`.
6
+ * BREAKING CHANGE: Removed the `JsonContext` property in the `HttpResultSerializationOptions` class and replaced it with an `ILambdaSerializer`
7
+
8
### Release 2024-04-25
9
* **Amazon.Lambda.Annotations (1.3.1)**
10
* Update User-Agent string
0 commit comments