We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ce2b3 commit 698b8b2Copy full SHA for 698b8b2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v1.19.0 - 2024/12/13
2
+##### Features
3
+* s3-sqs input: log a lambda event summary in case of errors [860](https://github.com/elastic/elastic-serverless-forwarder/pull/860).
4
+
5
### v1.18.0 - 2024/10/08
6
##### Features
7
* Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793).
share/version.py
@@ -2,4 +2,4 @@
# or more contributor license agreements. Licensed under the Elastic License 2.0;
# you may not use this file except in compliance with the Elastic License 2.0.
-version = "1.18.0"
+version = "1.19.0"
0 commit comments