Skip to content

Releases: whosonfirst/go-pubssed

0.6.0

04 Sep 19:52
9fcb402
Compare
Choose a tag to compare

What's Changed

  • Update to use sfomuseum/go-pubsub v0.0.18 by @thisisaaronland in #14
  • Breaking: Remove Logger property from broker.Broker in favour of log/slog
  • Update to use sfomuseum/go-pubsub v0.0.18 (and by extension redis/go-redis/v9)
  • Update cmd/pubssed-broadcast to use sfomuseum/go-pubsub.Publisher (rather than explicit Redis client)
  • Update vendor deps
  • This release is not backwards compatible

Full Changelog: v0.5.9...v0.6.0

0.5.9

21 May 18:09
80f7780
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #12
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #13

Full Changelog: v0.5.8...v0.5.9

0.5.8

05 Mar 18:29
Compare
Choose a tag to compare
  • Update vendor deps

0.5.7

11 Oct 20:17
baa26be
Compare
Choose a tag to compare
  • Update to use sfomuseum/go-pubsub v0.0.12
  • Update vendor deps

0.5.6

04 Mar 02:49
Compare
Choose a tag to compare
  • Update vendor deps

0.5.5

27 Feb 18:02
ab3c6ec
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220802222814-0bcc04d9c69b to 0.7.0 by @dependabot in #8

Full Changelog: v0.5.4...v0.5.5

0.5.4

25 Feb 00:14
8868c1e
Compare
Choose a tag to compare
  • Update vendor deps

0.5.3

27 Oct 17:40
Compare
Choose a tag to compare
  • Update vendor deps
  • Require Go 1.18 or higher

0.5.2

27 Oct 17:38
Compare
Choose a tag to compare
  • DISREGARD THIS RELEASE

0.5.1

24 Sep 16:52
Compare
Choose a tag to compare
  • Added broker.HandlerFuncWithTimeout to allow explicit disconnect rules (using ctx.Timeout)