Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 8497a8e

Browse files
author
Anton Vorontsov
committed
Updated changelog for 4.1.0 version of the library
1 parent 6de1097 commit 8497a8e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this library will be documented in this file.
44

5+
## [4.1.0] - 2020-05-17
6+
7+
### Added
8+
9+
- Ssl option while opening a RabbitMq connection with `TcpEndpoints`.
10+
- Example project of a basic ssl usage.
11+
- `StopConsuming` method for `IConsumingService`.
12+
- Retrying mechanism while creating an initial RabbitMq connection.
13+
- Integration and unit testing.
14+
15+
### Updated
16+
17+
- `BaseBatchMessageHandler` and `BatchMessageHandler` protected methods and properties are not public (for testing purposes).
18+
- `RabbitMqConnectionFactory` has been changed from an extension class to the service.
19+
520
## [4.0.0] - 2020-05-05
621

722
### Added

0 commit comments

Comments
 (0)