Skip to content

Commit d95d0bd

Browse files
author
Anmol Vijaywargiya
committed
Adds changelog for version 4.9.0
1 parent 7ac8072 commit d95d0bd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file. This change log follows the conventions
44
of [keepachangelog.com](http://keepachangelog.com/).
55

6+
## 4.9.0
7+
- Improvises the publishing logic during consumption via subscribers.
8+
- Upgrades the state management for rabbitmq subscribers.
9+
610
## 4.8.0
711
- `rabbitmq-retry-count` is now available in `metadata` provided in user handler function.
812

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(cemerick.pomegranate.aether/register-wagon-factory!
33
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.))
44

5-
(defproject tech.gojek/ziggurat "4.8.0"
5+
(defproject tech.gojek/ziggurat "4.9.0"
66
:description "A stream processing framework to build stateless applications on kafka"
77
:url "https://github.com/gojektech/ziggurat"
88
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)