Skip to content

Releases: AutoMQ/automq

nightly

nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Aug 02:46
82590ee

Automated nightly release, will be updated every day at 20:00 UTC

1.7.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 02:32
3b509fd

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 03:02
f69aee4

What's Changed

  • feat: add retry storm backoff by @superhx in #3380
  • perf(failover): accelerate failover by @superhx in #3398
  • fix(s3wal): optimize wal upload prepare by batching objectId (#3374) by @superhx in #3407
  • fix(package): declare proto source jar dependency by @Gezi-lzq in #3409
  • fix(auth): add authorization for AutoMQ API keys by @superhx in #3410
  • fix: precompute s3 write checksums by @superhx in #3416
  • fix(s3stream): validate object WAL reservation before acquire write by @Gezi-lzq in #3414
  • fix(s3stream): abort upload part on NoSuchUploadException to prevent broker crash by @superhx in #3419
  • fix(s3stream): limit cleanup v1 compaction scope by @superhx in #3423
  • fix: align metrics exporter naming by @superhx in #3424
  • fix(log): release records after offset metadata lookup by @superhx in #3427
  • chore(s3stream): smooth the interval upload by @superhx in #3434
  • feat(release): release 1.7.1 by @superhx in #3435

Full Changelog: 1.7.0...1.7.1

1.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 12:56
2893f49

What's Changed

  • build: align opensource dependency versions by @Gezi-lzq in #3275
  • feat(devkit): add namespace support for multi-instance isolation (#3295) by @Gezi-lzq in #3298
  • build: avoid forcing SnakeYAML for swagger doc generation by @Gezi-lzq in #3308
  • fix: replace sender-okhttp with sender-grpc-managed-channel for Strimzi compatibility (#3268) by @Gezi-lzq in #3309
  • fix(s3stream): fix double-release race in LogCache.tryMerge by @superhx in #3307
  • fix(s3): fix concurrent write exception for oci (#3310) by @allenzhu in #3314
  • feat(kv): add namespace support for KV store by @superhx in #3306
  • fix(namespace_kv): update response valid version 0-1 by @superhx in #3317
  • fix: add AutomqUpdateGroup request/response to RequestConvertToJson by @1sonofqiu in #3319
  • fix: force jaxb-api to 2.3.1 to avoid duplicate versions in release packaging by @Gezi-lzq in #3322
  • feat: add cluster events framework with protobuf-based event publishing by @superhx in #3312
  • refactor: encapsulate KVImage/KVDelta map access to enforce KVKey type safety by @superhx in #3324
  • refactor: move flush scheduler into ClusterEventPublisher with ClusterEventEmitter interface by @superhx in #3326
  • feat(maven): publish maven snapshot package (#3328) by @allenzhu in #3330
  • fix: exclude transitive kafka-clients from cloudevents-kafka by @superhx in #3334
  • feat(core): add fetch listener callbacks and async inter-broker requests by @Gezi-lzq in #3248
  • feat: add activate/deactivate lifecycle hooks to QuorumControllerExtension by @superhx in #3337
  • fix: prevent data loss caused by DataBlockIndex.endOffsetDelta int overflow during compaction by @superhx in #3336
  • fix: buffer over-allocation in AutoBalancerMetrics.bodySize() (#3323) by @Gezi-lzq in #3340
  • feat(routerchannel): support api for querying RouterChannelEpoch (#3331) by @allenzhu in #3342
  • fix: handle empty read-committed elastic log fetch (#3346) by @1sonofqiu in #3348
  • feat(zerozone): add async partition snapshot long polling by @superhx in #3344
  • fix(s3stream): avoid aliasing LogCache merge sources (#3349) by @superhx in #3352
  • docs(devkit): document broker log location (#3355) by @superhx in #3357
  • fix: harden inter-broker async sender validation by @Gezi-lzq in #3359
  • feat: expose broker resource stats for autoscaling by @superhx in #3367
  • fix(zerozone): add response size validation in RouterOut.handleRouter by @superhx in #3371
  • fix: pass table topic schema registry client config by @Gezi-lzq in #3375
  • fix(s3stream): reduce CPU overhead in AsyncNetworkBandwidthLimiter when traffic hits limit by @superhx in #3377
  • fix: dedupe S3 metadata after snapshot replay (#3370) by @Gezi-lzq in #3378
  • fix: stabilize enterprise E2E dependencies and quota test by @Gezi-lzq in #3382
  • fix: e2e test discovery issues for 1.7 by @Gezi-lzq in #3384
  • fix: retry delete objects per key by @superhx in #3392
  • fix: isolate 1.7 MirrorMaker KRaft cluster IDs by @Gezi-lzq in #3390
  • fix: stabilize 1.7 nightly E2E reporting by @Gezi-lzq in #3389
  • test: stabilize 1.7 connect e2e by @Gezi-lzq in #3396
  • test: run 1.7 compatibility e2e on x86 by @Gezi-lzq in #3397
  • test: backport static consumer fencing fix by @Gezi-lzq in #3400
  • test: fix connect sink coordinator matrix by @Gezi-lzq in #3401
  • test: align streams system test dev version by @Gezi-lzq in #3402
  • feat(release): release 1.7.0 by @Gezi-lzq in #3404

Full Changelog: 1.6.5...1.7.0

1.6.7

Choose a tag to compare

@github-actions github-actions released this 12 May 13:20
bc843c5

What's Changed

Full Changelog: 1.6.6...1.6.7

1.6.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 10:46
1.6.6
4adfe50

What's Changed

Full Changelog: 1.6.5...1.6.6

1.6.5

Choose a tag to compare

@github-actions github-actions released this 08 Apr 08:41
0171b28

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

Choose a tag to compare

@github-actions github-actions released this 10 Mar 08:29
1.6.4
0ce814b

What's Changed

Full Changelog: 1.6.3...1.6.4

1.6.4-rc1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 08:11
e256a0f

What's Changed

  • feat(zerozone): disable append permit limiting by default (#3187) by @Gezi-lzq in #3188
  • fix(zerozone): support old record magic0-1 by @superhx in #3190
  • fix: allow automq.zone.cidr.blocks to be set via static server.property by @superhx in #3191
  • feat(zerozone): make automq.zone.cidr.blocks non-sensitive by @superhx in #3193
  • feat(release): release 1.6.4-rc1 by @superhx in #3195

Full Changelog: 1.6.4-rc0...1.6.4-rc1

1.6.4-rc0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 11:31
829d898

What's Changed

Full Changelog: 1.6.3...1.6.4-rc0