diff --git a/VERSION b/VERSION index e34208c93..d32434904 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.4 +1.15.5 diff --git a/changelog.txt b/changelog.txt index fc8a65e27..94eedea49 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,18 @@ # Wave changelog +1.15.5 - 9 Dec 2024 +- Add Jedis pool metrics binder (#756) [a6b2833d] +- Add jul-to-slf4j dependency [2874187b] +- Add slf4j backend for Jaav sys logger [ec5c67fe] +- Add support for common pool and vthread pool metrics (#762) [8aa9075c] +- Fix docs sync changelog for manual dispatch trigger (#766) [1e2ed209] +- Fix handling error for known http statuses [513a1ef2] +- Improve container validation [1c36fd4c] +- Remove unused stream-executor [61357048] +- Suppress caffeine log warnings [2fd351d3] +- Tune Tower connector delay and retry [3fd5643f] +- Unwrap Failsafe target exception [6fb214a4] +- Workflow to sync changelog with Seqera docs (#761) [c8bb7b03] + 1.15.4 - 27 Nov 2024 - Add blocking executor to async caches (#759) [86f7d3e3] - Add ExecutesOn annotation to error controller [a2db2b00]