Update CHANGELOG for v0.1.4

This commit is contained in:
James Mills 2022-03-20 08:28:54 +10:00
parent 89b245d0e9
commit c86b989d24
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -0,0 +1,93 @@
<a name="v0.1.4"></a>
## [v0.1.4](https://git.mills.io/prologic/msgbus/compare/v0.1.3...v0.1.4) (2022-03-20)
### Bug Fixes
* Fix .gitignore
* Fix Makefile
### Features
* Add release tools, GoReleaser config and chglog config
<a name="v0.1.3"></a>
## [v0.1.3](https://git.mills.io/prologic/msgbus/compare/v0.1.2...v0.1.3) (2022-03-19)
<a name="v0.1.2"></a>
## [v0.1.2](https://git.mills.io/prologic/msgbus/compare/v0.1.1...v0.1.2) (2022-03-17)
### Bug Fixes
* Fix import paths
* Fix Drone CI notify step in pipeline
* Fix Travis CI build
### Features
* Add an install target to the Makefile
* Add related proejcts to README
* Add support for args to msgbus sub
* Add MsgBus.Metrics() test (#8)
### Updates
* Update README.md
* Update README.md
* Update clean target to use git clean
<a name="v0.1.1"></a>
## [v0.1.1](https://git.mills.io/prologic/msgbus/compare/v0.1.0...v0.1.1) (2018-05-08)
### Updates
* Update README.md
* Update README.md
* Update README.md
<a name="v0.1.0"></a>
## v0.1.0 (2018-05-07)
### Bug Fixes
* Fix debug logging
* Fix bug connecting to secure msgbus (websocket) endpoints
* Fix msgbusd cli
### Documentation
* Document use-cases
* Document the HTTP API
### Features
* Add goreleaser config
* Add metrics for queue depths
* Add support for two-way ping/pong in both directions server<->client to avoid weird Docker Swarm IPVS/Overlay networking issues
* Add extra logging and fix a concurrency bug
* Add support for control messages and various client improvements
* Add extra counters for fetched, delivered and dropped messages
* Add grafana dashboard
* Add feature to msgbus sub CLI to executre commands on messages for convenient shell scriptiong
* Add docker image layers badge
* Add more tests and bench target
* Add error handling on subscriber handler functions
* Add build system and version info
* Add Travis CI and badges
* Add LICENSE
* Add flags to msgbus cli
### Updates
* Update issue templates
* Update README.md
* Update README to reflect status of project
* Update vendored 3rd-party packages
* Update vendored 3rd-party packages
* Update README - Promote project to Alpha
* Update README.md