Skip to content

Commit

Permalink
Merge pull request #116 from mjayprateek/release_3.1.0-alpha.2
Browse files Browse the repository at this point in the history
Updates Ziggurat version in project.clj to 3.1.0-alpha.2 and updates …
  • Loading branch information
mjayprateek committed Nov 5, 2019
2 parents d9fa4d2 + 431a7dc commit 0c1b529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This change

## Unreleased Changes

## 3.1.0-alpha.2 - 2019-11-05
- JSON middleware has been added.
- Adds custom delay ([Issue#78](https://github.com/gojek/ziggurat/issues/78))
for processing messages from RabbitMQ channels and
adds exponential backoff strategy (configurable) for channel retries.

## 3.1.0-alpha.1 - 2019-10-14
- Adds tracing support to the framework.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject tech.gojek/ziggurat "3.1.0-alpha.1"
(defproject tech.gojek/ziggurat "3.1.0-alpha.2"
: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 0c1b529

Please sign in to comment.