Skip to content

Releases: AccelByte/eventstream-go-sdk

v3.15.1 disabled logger config by default

20 Jun 17:42
Compare
Choose a tag to compare
  • don't set a logger by default to avoid log spam

v3.15.0 Add reader and writer configuration

20 Jun 17:05
Compare
Choose a tag to compare
  • Add kafka.ReaderConfig and kafka.WriterConfig fields to configuration. To give the application more control over batches, timeouts, etc.
  • Log writer stats if debug level logging is enabled.
  • Requires go 1.18

v3.14.2: add flag to enable/disable audit

21 Apr 14:12
305defa
Compare
Choose a tag to compare
feat: enable/disable audit (#59)

Co-authored-by: Allen Li <[email protected]>

v3.14.1: audit log add object type

30 Mar 16:36
495b313
Compare
Choose a tag to compare
chore: audit log add object type and domain (#58)

Co-authored-by: Ward Miao <[email protected]>

v3.14.0: add struct AuditLogDiff

21 Mar 11:50
d5485f1
Compare
Choose a tag to compare
add struct AuditLogDiff (#57)

Co-authored-by: Ward Miao <[email protected]>

v3.13.0: add audit log

10 Mar 11:29
eba0c02
Compare
Choose a tag to compare
feat: add audit log event (#53)

Co-authored-by: Ward Miao <[email protected]>

v3.12.1: change style to camel style

08 Nov 02:25
99dca25
Compare
Choose a tag to compare
fix: change style to camel style (#51)

Co-authored-by: Felix Lienaldi <[email protected]>

v3.12.0: add parent namespace on event struct

07 Nov 03:36
35af98a
Compare
Choose a tag to compare
feat: Add parent namespace on event struct (#50)

* feat: Add parent namespace on event struct

Co-authored-by: Felix Lienaldi <[email protected]>

v3.11.0 add callback that receives raw event

24 Oct 14:42
9b9e32c
Compare
Choose a tag to compare

For performance reasons, a service may want to receive an event without unmarshalling its JSON first. For example, lobby service doesn't need to unmarshall the whole message if it already knows that the targeted user is not connected. Loadtest AR-3580.

v3.10.0: Make CA Cert optional for SASL SCRAM authentication

22 Sep 07:04
7732b5f
Compare
Choose a tag to compare
Merge pull request #48 from marselsampe/sasl-scram-auth-without-cacert

chore: Make CA Cert optional for SASL SCRAM authentication