Skip to content

Releases: AccelByte/eventstream-go-sdk

3.7.1: fix concurrent access to map

19 Jan 02:11
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

v3.7.0: fix close consumer

23 Dec 05:26
c069720
Compare
Choose a tag to compare
Merge pull request #41 from AccelByte/fix-close-consumer

fix(subscriber): close subscriber before re-create new reader

v3.6.0: fix event validation by following Kafka naming convention

19 Nov 14:42
0ac3a8b
Compare
Choose a tag to compare
Merge pull request #40 from AccelByte/no-jira-fix-event-validation

fix(validation): fix event validation following kafka naming convention

v3.5.0: Support message Key in publisher

19 Nov 07:01
0ac3a8b
Compare
Choose a tag to compare
  • support message key in publisher parameter to enable order guarantee
  • recreate reader object once got fail
  • remove default group ID if a client set it as empty

v3.4.0: Fix auto-create Kafka topic

10 Nov 00:42
4c9e49e
Compare
Choose a tag to compare

Permanent workaround for auto-create Kafka topic issue

v3.3.0: Fix auto-create Kafka topic and remove namespace validation

06 Nov 05:46
d9d7873
Compare
Choose a tag to compare
  • Fix auto-create Kafka topic by adding temporary workaround. refer to this issue
  • Tidy-up log message by adding topic and event name in the log
  • Remove namespace validation since some event doesn't have a namespace
  • Add GitHub Actions

v3.2.0: create topic on kafka image running

23 Sep 14:44
e43c717
Compare
Choose a tag to compare
  • create topic on kafka image running
  • decrease the sleep time and use predefine topic for the test

v3.1.4: Update Kafka Lib

19 Aug 00:56
01d1b1c
Compare
Choose a tag to compare

Upgrading Kafka library used by this SDK to latest

reuse kafka writer

21 May 03:50
a645751
Compare
Choose a tag to compare
Merge pull request #24 from AccelByte/reuse_kafka_writer

reuse kafka writer

Simplify logging when publish event

15 Apr 14:02
c053c6b
Compare
Choose a tag to compare
v3.1.2

JLT-165 Simplify logging when publish event (#23)