diff --git a/CHANGELOG.md b/CHANGELOG.md index 9696a64b3..48e6d77ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.yaml b/package.yaml index ceff0afb9..789e2e151 100644 --- a/package.yaml +++ b/package.yaml @@ -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>, diff --git a/simplexmq.cabal b/simplexmq.cabal index 44e39c8ae..d222352a1 100644 --- a/simplexmq.cabal +++ b/simplexmq.cabal @@ -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