We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d8d8a commit 28f6a3eCopy full SHA for 28f6a3e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.5.0
4
+* Add `ForceStopAsyncSend` to stop asynchronous message transferring immediately when `close()` called
5
+* Fix to lock connections only when needed
6
+* Fix a bug to panic for closing nil connection
7
+
8
## 1.4.0
9
* Add `RequestAck` to enable at-least-once message transferring
10
* Add `Async` option to update sending message in asynchronous way
0 commit comments