Skip to content

Releases: wind-c/comqtt

v2.5.5

21 Mar 15:12
Compare
Choose a tag to compare
  1. Update README
  2. Buffer optimizations

v2.5.4

14 Mar 16:34
Compare
Choose a tag to compare

Fixed #84
Missing OnPublishedWithSharedFilters in Hooks#HookBase.

v2.5.3

14 Mar 05:35
Compare
Choose a tag to compare

1.Add extension field for client
2.Upgrade versions of libraries such as raft

v2.5.2

14 Dec 05:44
Compare
Choose a tag to compare

1.Add and fix failed test cases.
2.Optimize the judgment logic of cluster/raft/base#KV.

Full Changelog: v2.5.1...v2.5.2

v2.5.1

13 Dec 12:50
Compare
Choose a tag to compare

1.The cluster supports shared subscriptions
2.Log display and other logical optimization
3.Fix mqtt.options yaml comment issues #78

Full Changelog: v2.5.0...v2.5.1

v2.5.0

15 Oct 07:42
Compare
Choose a tag to compare

1.Replace herolog with standard library slog.
2.Add the inline subscription feature.

v2.4.1

14 Oct 01:33
1c0b22a
Compare
Choose a tag to compare

1.Fixed nil pointer dereference. #72
2.This will be the last version to use zerolog, and later versions will switch to the standard library slog.

v2.4.0

23 Aug 15:03
Compare
Choose a tag to compare
  1. Auth plugin adds multiple password encryption checks.
  2. Add refinements and fixes to unit test cases.

v2.3.9

01 Aug 04:43
Compare
Choose a tag to compare

1.Fix server_test case fail #52 #53 #54 #55 #56 #57
2.Goleak failing #58
3.Fix example hook #51

v2.3.8

23 Jul 11:31
Compare
Choose a tag to compare

Optimize ack and json test comparison:
1.Allow Publish to return custom Ack error responses
2.Use JSONeq to compare JSON