Releases: IceWhaleTech/CasaOS-MessageBus
Releases · IceWhaleTech/CasaOS-MessageBus
v0.4.1-alpha2
v0.4.1-alpha1
v0.4.0
v0.4.0-alpha5
v0.4.0-alpha4
v0.4.0-alpha3
v0.4.0-alpha2
Changelog
- a0f8518 bump version from 0.3.8 to 0.4.0
v0.4.0-alpha1
Changelog
- 8ec941d Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS-MessageBus
- c1a8245 Property change (#13)
- 0a96845 Property change (#14)
- 9af5233 add logic to skip authentication if it is websocket (#10)
- b9b6394 add more examples to openapi.yaml (#7)
- efa7716 remove OSS upload temporarily
- 6235e83 remove generating client code - because this is a service
- da18a8f remove incorrect example properties from OpenAPI spec
- 96e7b71 revert last commit
- 4b8196a upate judgment conditions
- b4dd5a7 update Action schema to align with Event schema in OpenAPI (#15)
- 64b04c2 update any http.StatusAccepted (202) and http.StatusCreated (201) to be http.StatusOK (200) to make caller's life easier (#9)
- 0d7d0a6 update certain properties to be required in openapi.yaml (#8)
- 81c9cec update websocket message from binary to text for easier integration (#12)
- 124f5dd wip
- b4f97b0 wip
- d7972e6 wip
- 334a749 wip
v0.3.8-alpha1
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)