Skip to content

Commit c3f4039

Browse files
committed
prepare for 3.3.1-alpha.7 release
1 parent 7fa125c commit c3f4039

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ All notable changes to this project will be documented in this file. This change
33

44
## Unreleased Changes
55

6+
## 3.3.1-alpha.7 - 2020-07-23
7+
- Remove defrecord wrappers
8+
69
## 3.3.1-alpha.6 - 2020-07-18
710
- Uses default ha-config values if nothing is provided
811

912
## 3.3.1-alpha.5 - 2020-07-06
10-
- Adds RabbitMQMessaging implementation to support connection with RabbitMQ clusters
13+
- Adds RabbitMQMessaging implementation to support connection with RabbitMQ clusters
1114
- Adds support for setting up HA policies for queues and exchanges
1215

1316
## 3.3.1-alpha.4 - 2020-07-02
@@ -18,18 +21,18 @@ All notable changes to this project will be documented in this file. This change
1821
- Adds a new protocol for Messaging
1922

2023
## 3.3.1-alpha.2 - 2020-06-23
21-
- Refactors rabbitmq specific logic to the messaging.rabbitmq package
24+
- Refactors rabbitmq specific logic to the messaging.rabbitmq package
2225
- Adds unit tests for rabbitmq specific namespaces
2326
- Adds test annotations to messaging integration tests
2427

2528
## 3.3.1-alpha.1 - 2020-06-18
2629
- Support for Kafka Stream KStream-KStream Join
2730

2831
## 3.3.1 - 2020-06-17
29-
- Introduces a swagger middleware on the HTTP server.
32+
- Introduces a swagger middleware on the HTTP server.
3033

3134
## 3.3.0 - 2020-05-26
32-
- Makes metrics library configurable, exposes a metrics interface and provides an
35+
- Makes metrics library configurable, exposes a metrics interface and provides an
3336
implementation for clj-statsd library.
3437
- Updates dependency of flatland/protobuf and puts the change behind a alpha-features configuration flag
3538
- Adds support for all configurations of kafka-producer.
@@ -128,8 +131,8 @@ implementation for clj-statsd library.
128131

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

135138
## 3.1.0-alpha.1 - 2019-10-14

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject tech.gojek/ziggurat "3.3.1-alpha.6"
1+
(defproject tech.gojek/ziggurat "3.3.1-alpha.7"
22
:description "A stream processing framework to build stateless applications on kafka"
33
:url "https://github.com/gojektech/ziggurat"
44
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)