Skip to content

Releases: AutoMQ/automq

nightly

23 Aug 02:46
3d05c55
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

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

1.3.3-rc0

17 Mar 12:02
87b6360
Compare
Choose a tag to compare

What's Changed

  • feat(core): add kafka linking interface by @SCNieh in #2336
  • perf(s3stream): limit write traffic to object storage by @Chillax-0v0 in #2335
  • fix(s3storage): release Bytebuf allocated by WAL earlier to prevent memory fragmentation by @Chillax-0v0 in #2342
  • refactor(controller): add method ControllerServer#reconfigurables by @Chillax-0v0 in #2346
  • refactor(core): refine config names for kafka linking (#2348) by @SCNieh in #2349
  • refactor(automq): rename producerouter to traffic interceptor by @superhx in #2353
  • feat(linking): use linkId for update group API by @SCNieh in #2352
  • feat(release): bump version to 1.3.3-rc0 by @superhx in #2355

Full Changelog: 1.3.2...1.3.3-rc0

1.3.2

27 Feb 11:43
00dcea1
Compare
Choose a tag to compare

What's Changed

  • perf(produce): fix validate compressed records alloc too many memory by @superhx in #2257
  • chore(version): bump version to 1.3.2-rc0 by @superhx in #2260
  • fix(s3stream): fix compaction block on upload exception by @SCNieh in #2264
  • feat(config): fix exporter uri type by @SCNieh in #2267
  • feat(tools/perf): support to limit the max poll rate of consumers by @Chillax-0v0 in #2271
  • fix(s3stream/wal): check isBlockDev by prefix in some rare cases by @Chillax-0v0 in #2278
  • fix(tools/perf): fix option name "--max-consume-record-rate" by @Chillax-0v0 in #2273
  • refactor(controller): consider brokers that has recently CONTROLLED_SHUTDOWN as SHUTTING_DOWN by @Chillax-0v0 in #2262
  • fix(core): add missing setting method by @SCNieh in #2279
  • feat(s3stream): fast fail s3 request by @superhx in #2281
  • chore(s3stream): replace eventloop with executor in async semaphore by @superhx in #2283
  • fix(tools/perf): only delete test topics on reset by @Chillax-0v0 in #2285
  • fix(s3stream): halt the process when node is fenced by @superhx in #2292
  • fix(network): adjust number of permits if the request is huge by @Chillax-0v0 in #2295
  • fix(s3stream/wal): increase max record size from 16MiB to 64MiB by @Chillax-0v0 in #2297
  • fix(s3stream/wal): increase max record size from 64MiB to 128MiB by @Chillax-0v0 in #2299
  • feat(s3stream/wal): add constraints in recovery mode by @Chillax-0v0 in #2304
  • feat(s3stream/failover): check request epoch >= wal epoch by @Chillax-0v0 in #2305
  • feat(tool/perf): add option "--common-config-file" by @Chillax-0v0 in #2309
  • fix(tool/perf): add admin properties in ConsumerService#admin by @Chillax-0v0 in #2311
  • fix(action): change upload bucket by @superhx in #2313
  • fix(s3stream): skip waiting for pending part on release (#2316) by @SCNieh in #2319
  • fix(action): fix release action by @superhx in #2324
  • feat(release): bump version to 1.3.2 by @superhx in #2330

Full Changelog: 1.3.1...1.3.2

1.2.2

19 Feb 11:50
811546e
Compare
Choose a tag to compare

What's Changed

  • chore(github): update code owners by @Chillax-0v0 in #2157
  • fix(stream): release FetchResults if the subsequent fetch fails by @Chillax-0v0 in #2175
  • fix: release PooledMemoryRecords if it's dropped in the fetch session by @Chillax-0v0 in #2188
  • fix: use the "adjusted" maxSize in ElasticLogSegment#readAsync by @Chillax-0v0 in #2191
  • fix(issues2193): retry 2 times to cover most of BlockNotContinuousException by @superhx in #2196
  • fix(docker): use bucket url by @superhx in #2214
  • feat(telemetry): support gzip compression on uploading metrics & logs… by @SCNieh in #2224
  • fix(core): fix potential infinite recursion on reading empty segment by @SCNieh in #2231
  • feat(gradle): bump version to 1.2.2-rc0 by @superhx in #2245
  • chore(config): change s3.stream.object.compaction.max.size.bytes default value from 1GiB to 10GiB by @superhx in #2251
  • fix(s3stream): fix compaction block on upload exception by @SCNieh in #2265
  • feat(release): bump version to 1.2.2 by @superhx in #2293
  • fix(action): change upload bucket by @superhx in #2314
  • fix(action): add upload endpoint by @superhx in #2317
  • fix(action): try fix docker build with update platform by @superhx in #2318
  • fix(action): downgrade qemu by @superhx in #2320

Full Changelog: 1.2.1...1.2.2

1.3.2-rc0

08 Jan 02:54
273c134
Compare
Choose a tag to compare

What's Changed

  • perf(produce): fix validate compressed records alloc too many memory by @superhx in #2257
  • chore(version): bump version to 1.3.2-rc0 by @superhx in #2260

Full Changelog: 1.3.1...1.3.2-rc0

1.3.1

03 Jan 10:44
1.3.1
cd7d337
Compare
Choose a tag to compare

What's Changed

  • feat(table): enhance command utils by @superhx in #2217
  • fix(tools/perf): fix the perf tools await count by @superhx in #2220
  • feat(tools/perf): support schema message perf by @superhx in #2227
  • feat(telemetry): support gzip compression on uploading metrics & logs… by @SCNieh in #2222
  • fix(core): fix potential infinite recursion on reading empty segment by @SCNieh in #2229
  • feat(version): bump to 1.3.1-rc0 by @superhx in #2234
  • feat: support backpressure by @Chillax-0v0 in #2236
  • feat(table): cherry table topic aspect by @superhx in #2237
  • feat(stream): exponential backoff retry by @superhx in #2239
  • feat(config): add table topic conversion type configuration (#2203) by @Gezi-lzq in #2240
  • fix(s3stream): report compaction delay after two compaction period by @SCNieh in #2242
  • feat(tools/perf): user experience optimization by @Chillax-0v0 in #2244
  • feat(table): support partition & upsert config by @superhx in #2248
  • chore(config): change s3.stream.object.compaction.max.size.bytes default value from 1GiB to 10GiB by @superhx in #2250
  • fix(cli/deploy): override "controller.quorum.bootstrap.servers" by @Chillax-0v0 in #2252
  • chore(version): bump version to 1.3.1 by @Chillax-0v0 in #2254

Full Changelog: 1.3.0...1.3.1

1.2.2-rc0

30 Dec 03:07
Compare
Choose a tag to compare

What's Changed

  • chore(github): update code owners by @Chillax-0v0 in #2157
  • fix(stream): release FetchResults if the subsequent fetch fails by @Chillax-0v0 in #2175
  • fix: release PooledMemoryRecords if it's dropped in the fetch session by @Chillax-0v0 in #2188
  • fix: use the "adjusted" maxSize in ElasticLogSegment#readAsync by @Chillax-0v0 in #2191
  • fix(issues2193): retry 2 times to cover most of BlockNotContinuousException by @superhx in #2196
  • fix(docker): use bucket url by @superhx in #2214
  • feat(telemetry): support gzip compression on uploading metrics & logs… by @SCNieh in #2224
  • fix(core): fix potential infinite recursion on reading empty segment by @SCNieh in #2231
  • feat(gradle): bump version to 1.2.2-rc0 by @superhx in #2245

Full Changelog: 1.2.1...1.2.2-rc0

1.3.1-rc1

26 Dec 02:10
9502ac3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1-rc0...1.3.1-rc1

1.3.1-rc0

20 Dec 03:01
786d405
Compare
Choose a tag to compare

What's Changed

  • feat(table): enhance command utils by @superhx in #2217
  • fix(tools/perf): fix the perf tools await count by @superhx in #2220
  • feat(tools/perf): support schema message perf by @superhx in #2227
  • feat(telemetry): support gzip compression on uploading metrics & logs… by @SCNieh in #2222
  • fix(core): fix potential infinite recursion on reading empty segment by @SCNieh in #2229
  • feat(version): bump to 1.3.1-rc0 by @superhx in #2234

Full Changelog: 1.3.0...1.3.1-rc0

1.3.0-rc2

05 Dec 07:39
1.3.0-rc2
0bac03e
Compare
Choose a tag to compare

What's Changed

  • fix(stream): release FetchResults if the subsequent fetch fails by @Chillax-0v0 in #2174
  • feat(core): reuse unregistered node when requesting for next node id by @SCNieh in #2183
  • fix: release PooledMemoryRecords if it's dropped in the fetch session by @Chillax-0v0 in #2187
  • fix: use the "adjusted" maxSize in ElasticLogSegment#readAsync by @Chillax-0v0 in #2190
  • fix(issues2193): retry 2 times to cover most of BlockNotContinuousException by @superhx in #2195
  • fix(core): fix getting duplicated node id by @SCNieh in #2199
  • fix(core): write next node id into image by @SCNieh in #2205
  • feat(version): bump version to 1.3.0-rc2 by @SCNieh in #2211

Full Changelog: 1.3.0-rc1...1.3.0-rc2