event-publisher-library/CHANGELOG.md

22 lines
945 B
Markdown
Raw Permalink Normal View History

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-06-19 15:41:34 +02:00
# Changelog for "event-publisher-library"
2024-04-24 10:41:05 +02:00
## [v1.2.0]
- Restored correct behavior for event publishing with workflow id only sent back
- Extracted `AbstractHTTPWithJWTTokenAuthEventSender` class for easy subclassing
- Added new outcome check methods to inspect last send and last check actions results and some other facilities
- Better handling of exceptions and retrying behavior in case of read timeout. (Default connection timeout is 10s and read timeout now is 60s)
2022-10-26 17:00:12 +02:00
## [v1.1.0]
- Added `BufferedEventProcessor` to manual send bunch of events and controlling their output status (#23628)
## [v1.0.2]
- Refactored/extracted event sender that uses OIDC token only and extended it for the UMA version.
2020-11-20 12:59:52 +01:00
## [v1.0.1]
- Tuned some log levels and content sending the event and removed the use of deprecated code.
## [v1.0.0-SNAPSHOT]
2020-06-19 15:41:34 +02:00
- First release (#19461)