@@ -3,11 +3,14 @@ All notable changes to this project will be documented in this file. This change
3
3
4
4
## Unreleased Changes
5
5
6
+ ## 3.3.1-alpha.7 - 2020-07-23
7
+ - Remove defrecord wrappers
8
+
6
9
## 3.3.1-alpha.6 - 2020-07-18
7
10
- Uses default ha-config values if nothing is provided
8
11
9
12
## 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
11
14
- Adds support for setting up HA policies for queues and exchanges
12
15
13
16
## 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
18
21
- Adds a new protocol for Messaging
19
22
20
23
## 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
22
25
- Adds unit tests for rabbitmq specific namespaces
23
26
- Adds test annotations to messaging integration tests
24
27
25
28
## 3.3.1-alpha.1 - 2020-06-18
26
29
- Support for Kafka Stream KStream-KStream Join
27
30
28
31
## 3.3.1 - 2020-06-17
29
- - Introduces a swagger middleware on the HTTP server.
32
+ - Introduces a swagger middleware on the HTTP server.
30
33
31
34
## 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
33
36
implementation for clj-statsd library.
34
37
- Updates dependency of flatland/protobuf and puts the change behind a alpha-features configuration flag
35
38
- Adds support for all configurations of kafka-producer.
@@ -128,8 +131,8 @@ implementation for clj-statsd library.
128
131
129
132
## 3.1.0-alpha.2 - 2019-11-05
130
133
- 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
133
136
adds exponential backoff strategy (configurable) for channel retries.
134
137
135
138
## 3.1.0-alpha.1 - 2019-10-14
0 commit comments