Skip to content

Releases: unbxd/go-base

Allow flexibility on default HTTP Multiplexer

21 Jun 12:57
01d1272
Compare
Choose a tag to compare
  • Ability in Multiplexer to allow trailing slash

Minor fixes on cache implementations

17 May 08:03
d02832e
Compare
Choose a tag to compare
  • fix redis cache implementation

Add nats option for connection error handler

07 Mar 07:52
188209f
Compare
Choose a tag to compare
Merge pull request #57 from apoorvprecisely/add_nats_opt

feat: add conn handler

Minor fixes on buffered notifier

09 Feb 12:10
306df86
Compare
Choose a tag to compare
Merge pull request #55 from apoorvprecisely/fixes_bufff

fix: buffer writer

Add buffered notifier

09 Feb 05:28
2242ca8
Compare
Choose a tag to compare
  • add notifier that allows buffering events and publish

Notifier: allow custom msg encoder

02 Feb 07:03
1c093b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Notifier: fix creation

31 Jan 16:27
3ae9c14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

Notifier: One subject per Notifier Object

31 Jan 09:49
486a30d
Compare
Choose a tag to compare

What's Changed

  • Change to notifier interface by @uknth in #50

Full Changelog: v1.2.1...v1.2.2

Fix HTTP Response closer in default encoder

26 Jan 12:17
9829189
Compare
Choose a tag to compare

What's Changed

  • fix(transport/http): close incoming response after sending by @uknth in #49

Full Changelog: v1.2.0...v1.2.1

Simplified Cache Interface

29 Dec 14:36
2e349e6
Compare
Choose a tag to compare

What's Changed

  • Simplified cache interface by @uknth in #48

Full Changelog: v1.1.1...v1.2.0