Skip to content

Releases: IceWhaleTech/CasaOS-MessageBus

v0.4.1-alpha2

29 Dec 23:26
bc6e73d
Compare
Choose a tag to compare
v0.4.1-alpha2 Pre-release
Pre-release

Changelog

  • bc6e73d add upx as part of building step to shrink the size of binary files (#20)

v0.4.1-alpha1

26 Dec 18:10
Compare
Choose a tag to compare
v0.4.1-alpha1 Pre-release
Pre-release

Changelog

  • 41ea877 bump version from 0.4.0 to 0.4.1
  • 324aebf fix wrong example in OpenAPI yaml
  • a11c82f update event/action registration API to accept more than one entries (#19)

v0.4.0

13 Dec 09:38
Compare
Choose a tag to compare

Changelog

  • 2fb03bc update deepmap/oapi-codegen from v0.12.2 to v0.12.4 (openapi)

v0.4.0-alpha5

02 Dec 22:27
95519a9
Compare
Choose a tag to compare
v0.4.0-alpha5 Pre-release
Pre-release

Changelog

  • 95519a9 fix sqlite db lock by reducing maximum open connections to 1 (#18)

v0.4.0-alpha4

01 Dec 23:37
Compare
Choose a tag to compare
v0.4.0-alpha4 Pre-release
Pre-release

Changelog

  • aa13f0c Modify the type judgment of events
  • 55ca803 remove "-snapshot" from package naming
  • c503dde replace CGO implementation of sqlite with an implementation in pure Go (#17)

v0.4.0-alpha3

29 Nov 17:37
db3b632
Compare
Choose a tag to compare
v0.4.0-alpha3 Pre-release
Pre-release

Changelog

  • db3b632 add support for installation on Arch based Linux distros (#16)

v0.4.0-alpha2

28 Nov 16:54
Compare
Choose a tag to compare
v0.4.0-alpha2 Pre-release
Pre-release

Changelog

  • a0f8518 bump version from 0.3.8 to 0.4.0

v0.4.0-alpha1

28 Nov 16:53
b4dd5a7
Compare
Choose a tag to compare
v0.4.0-alpha1 Pre-release
Pre-release

Changelog

v0.3.8-alpha1

12 Nov 00:59
b6620f7
Compare
Choose a tag to compare
v0.3.8-alpha1 Pre-release
Pre-release

Changelog

  • 94cb032 Initial commit
  • fbc8610 add initial implementation (#1)
  • c56d631 add logic to write address file to common runtime path (#2)
  • b6620f7 add registration of action type and publishing/subscribing of actions (#6)
  • 2984eb7 add restrictive license check to gorelease workflow (#5)
  • a992423 add support to subscribe to more than one events of the same source id (#4)
  • fdc449d change event type registration to upsert (#3)