Skip to content

Releases: AccelByte/eventstream-go-sdk

fix publish with context timeout

11 Nov 00:50
a283d8f
Compare
Choose a tag to compare
Merge pull request #62 from desnia/ARS-504

chore: use its own context for publish event

fix publish with context timeout

10 Nov 23:58
a283d8f
Compare
Choose a tag to compare

change kafka publish retries using context to allow context timeout from event publisher

v3.16.1 fix metric topic name

26 Jul 18:55
Compare
Choose a tag to compare

Fixed issue in metric topic name, that caused reader metrics to not show up.

v3.16.0 added prometheus metrics

25 Jul 08:43
ae7fe2d
Compare
Choose a tag to compare
  • Added kafka prometheus metrics, for writers and readers. Disabled by default, to enable pass a prometheus registry in the eventstream config.
  • For Subscribers: Avoid Close()ing a writer that returned an error. This used to cause issues because it would repeatedly trigger rebalancing of consumer groups. Note that kafka.Writer already handles reconnection. Found tests were more stable this way.
  • For Publishers: slight adjustment on retry backoff interval.

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

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

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

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