Skip to content

Commit

Permalink
updates CHANGELOG and ziggurat version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhang.balkundi authored and prateek.khatri committed Aug 10, 2021
1 parent 4fcf58b commit 8e4693e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 4.0.0

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

## 3.15.0
- Includes a `StreamsUncaughtExceptionHandler` which shuts down the client in case of an uncaught exception.
- Introduces a new stream-route config `:stream-thread-exception-response` which lets user control the behaviour of `StreamsUncaughtExceptionHandler`.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(cemerick.pomegranate.aether/register-wagon-factory!
"http" #(org.apache.maven.wagon.providers.http.HttpWagon.))

(defproject tech.gojek/ziggurat "3.15.0"
(defproject tech.gojek/ziggurat "4.0.0"
:description "A stream processing framework to build stateless applications on kafka"
:url "https://github.com/gojektech/ziggurat"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 8e4693e

Please sign in to comment.