Skip to content

Commit c8343fb

Browse files
author
prateek.khatri
committed
Added changelog and changed the project version to 4.1.0
1 parent 03f2218 commit c8343fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
44

5-
## 4.0.0
5+
## 4.1.0
6+
- Changed the code for consuming from RabbitMQ - on exception during de-serialization, message is sent to the dead-set
7+
queues and NOT re-queued back in the queue like previous versions.
68

9+
## 4.0.0
710
- The kafka-metadata is now exposed to the stream handler function along with the message itself`{:topic <string> :partition <int> :timestamp <long>}`
811
- The stream handler receives a map containing two keys `:message` and `:metadata`
912

project.clj

+1-1
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.0.0"
5+
(defproject tech.gojek/ziggurat "4.1.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)