Skip to content

Releases: AccelByte/eventstream-go-sdk

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 <felix.lienaldi@accelbyte.net>

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 <felix.lienaldi@accelbyte.net>

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

v3.9.1: fix null exception when checking security config

20 Sep 08:12
01f8240
Compare
Choose a tag to compare
Merge pull request #47 from marselsampe/fix/npe-when-check-security-c…

…onfig

fix: Null exception when checking security config

v3.9.0: Support Kafka SASL Scram authentication

20 Sep 03:37
c112661
Compare
Choose a tag to compare
Merge pull request #46 from marselsampe/feat/support-sasl-scram-auth

feat: Support Kafka SASL Scram authentication

v3.8.0: optimize speed and size

07 Sep 04:39
e5849cd
Compare
Choose a tag to compare
  • reduced event message size by omitting empty JSON fields
  • batching Kafka reader commits to make subscriber reads faster

v3.7.3: remove logmode config that impacting service log level

25 Mar 03:55
e02bfd9
Compare
Choose a tag to compare

Remove logmode config that impacts service log level

v3.7.2: Fix README

02 Feb 02:03
2d1f890
Compare
Choose a tag to compare

fix README file

v3.7.1: fix concurrent access to map

18 Jan 06:17
f7a4058
Compare
Choose a tag to compare
Merge pull request #42 from AccelByte/AR-2439-fix-concurrent-writer-m…

…ap-access

fix(kafka): prevent concurrent access to map