Releasing `v1.2.0` after moving from `maven-portal-bom` to `gcube-bom`

This commit is contained in:
Mauro Mugnaini 2024-05-08 12:01:41 +02:00
parent 6ea28b7b67
commit f3b3ee42c2
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "event-publisher-library"
## [v1.2.0-SNAPSHOT]
## [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)
- moved from `maven-portal-bom` to `gcube-bom`
- Moved from `maven-portal-bom` to `gcube-bom`
## [v1.1.0]
- Added `BufferedEventProcessor` to manual send bunch of events and controlling their output status (#23628)

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>event-publisher-library</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<dependencyManagement>