Skip to content

Releases: alexrudd/gomdb

v0.4.0

26 Dec 17:26
3d1e88e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 May 09:55
1d02e37
Compare
Choose a tag to compare
  • Remove all dependencies from gomdb root module and move tests into their own sub module
  • Change Message.ID to string type
  • Remove potential panic when allocating messages slice
  • Remove constraint on StreamIdentifier ID's not allowing hyphens (only categories are not allowed hyphens)

v0.2.0

16 May 18:16
033d7d4
Compare
Choose a tag to compare
  • Implement subscriptions for streams and categories
  • Add optional ClientOption to Client constructor
  • Improve test coverage

v0.1.1

15 May 18:21
899dfae
Compare
Choose a tag to compare

Initial release including support for all read and write procedures. This package has seen no use outside of testing, use with caution.

Added missing License.