v1.9.1 - 2024-07-11
- fix vulnerablity libraries
v1.9.0 - 2024-05-10
- upgrade nats client (#23)
v1.8.3 - 2024-03-13
- migrate to go.uber.org/mock
v1.8.2 - 2022-12-14
- update github action go.yml
- add github action for run unit test
v1.8.1 - 2022-11-17
v1.8.0 - 2022-11-02
- new connection method with default config and reconnect handler
v1.7.0 - 2022-10-28
- subscribe (#18)
v1.6.1 - 2022-10-11
- add log payload to help development (#17)
v1.6.0 - 2022-10-07
- add ParseNatsEventMessageFromBytes
v1.5.1 - 2022-10-04
- revert parseFromBytes NatsEventMessage using fallbackWith
- add readme (#12)
v1.5.0 - 2022-09-29
v1.4.0 - 2022-09-28
- add NatsEventAuditLogMessage (#13)
v1.3.5 - 2022-08-31
- add nil checker for errHandler (#11)
v1.3.4 - 2022-08-25
- upgrade go-utils
v1.3.3 - 2022-08-24
- add missing method on MockJetStream
v1.3.2 - 2022-08-23
- add IDStr field
- fix error message
v1.3.1 - 2022-07-27
v1.3.0 - 2022-07-20
- add consumer info and register method
- add message parser
v1.2.0 - 2022-02-22
- add tenantID in nats event message
v1.1.0 - 2022-02-04
- add subject in msg event
v1.0.2 - 2022-01-24
v1.0.1 - 2022-01-24
- handle update config in AddStream method and update proto
- add method AddStream
- implement jetstream