Releases: whosonfirst/go-pubssed
Releases · whosonfirst/go-pubssed
0.5.0
- Add customizable
log.Logger
tobroker.Broker
definition.
0.4.3
- Bug fix: wrap waiting for messages in a select statement; exit HTTP handler on ctx.Done()
0.4.2
- Don't explicitly close client channels on disconnect in
broker/broker.go
0.4.1
- Replace
http.CloseNotifier
withreq.Context.Done
- Update vendor deps
0.4.0
- Replace local subscription code with
github.com/sfomuseum/go-pubsub/subscriber
package.
0.3.0
- Introduce the notion of modular subscriptions.
- This release is not backwards compatible.
0.2.1
- Update to use
go-redis/redis/v8
0.2.0
v0.2.0 stop append 'Message: ' to data: output
0.1.4
- Add
systemd
service file and install script
0.1.3
v0.1.3 update Docker docs