Skip to content

Commit

Permalink
6.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Aug 20, 2024
1 parent 39f3cf3 commit 1d22608
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 6.0.1

SMP agent:
- support changing user of the new connection.
- do not start delivery workers when there are no messages to deliver.
- enable notifications for all connections.
- combine database transactions when subscribing.
- store query errors, reduce slow query threshold to 1ms.

SMP server:
- safe compacting of store log.
- fix possible race when creating client that might lead to memory leak.

Dependencies: upgrade tls to 1.9

# 6.0.0

Version 6.0.0.8
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: simplexmq
version: 6.0.0.8
version: 6.0.1.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,
Expand Down
2 changes: 1 addition & 1 deletion simplexmq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: simplexmq
version: 6.0.0.8
version: 6.0.1.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and
Expand Down

0 comments on commit 1d22608

Please sign in to comment.