From f3b3ee42c2cab7b556a9d7ca0ae39bc690490a67 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Wed, 8 May 2024 12:01:41 +0200 Subject: [PATCH] Releasing `v1.2.0` after moving from `maven-portal-bom` to `gcube-bom` --- CHANGELOG.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6b302..fa0dbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pom.xml b/pom.xml index 918bb8f..f44ad07 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.common event-publisher-library - 1.2.0-SNAPSHOT + 1.2.0 jar