Skip to content

Releases: AutoMQ/automq

nightly

23 Aug 02:46
42b2c37

Choose a tag to compare

nightly Pre-release
Pre-release

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

1.6.5

08 Apr 08:41
0171b28

Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

10 Mar 08:29
1.6.4
0ce814b

Choose a tag to compare

What's Changed

Full Changelog: 1.6.3...1.6.4

1.6.4-rc1

29 Jan 08:11
e256a0f

Choose a tag to compare

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

27 Jan 11:31
829d898

Choose a tag to compare

What's Changed

Full Changelog: 1.6.3...1.6.4-rc0

1.6.3

22 Jan 12:04
1.6.3
262793c

Choose a tag to compare

What's Changed

  • fix(s3wal): improve next() logic to handle pre-fetched records by @superhx in #3087
  • feat(wal): expose wal uri & refactor BootstrapWal by @superhx in #3090
  • feat(core): configurable iceberg snapshot expiration (#3077) by @Gezi-lzq in #3092
  • test(coordinator): enhance commit status machine tests (#3089) by @Gezi-lzq in #3093
  • fix(proto): enhance map field type resolution (#3094) by @Gezi-lzq in #3095
  • fix(wal): revert the recovery modification in #3090 by @superhx in #3096
  • feat(zerozone): optimize wal replaying via network transfer by @superhx in #3100
  • fix(s3stream): fix array bounds check in ByteBufAlloc (#3102) by @superhx in #3103
  • refactor(StreamRecordBatch): replace constructor with static factory method for improved clarity by @superhx in #3110
  • chore(zerozone): set the request timeout to 30s by @superhx in #3118
  • fix(zerozone): notify the listeners in appendAsFollower by @superhx in #3121
  • feat(eventloop): add ref count to eventloop by @superhx in #3125
  • chore(telemetry): delay retry after clean failure by @superhx in #3140
  • chore: update automq version to 1.6.3-rc0 in configuration files by @Gezi-lzq in #3143
  • fix(metrics): enhance updatePartitionBytesIn to support custom count … by @1sonofqiu in #3148
  • feat(zerozone): dual mapping by @superhx in #3149
  • fix(s3wal): update s3 wal upload interval default value (#3065) by @superhx in #3068
  • fix(connect): do not print stack when s3 error by @woshigaopp in #3155
  • fix(strimzi): fix qemu version in CI by @Rancho-7 in #3157
  • feat(coordinator): add listener support for group load/unload events by @1sonofqiu in #3158
  • perf(zerozone): optimize snapshot read cache memory fragmentation by @superhx in #3159
  • perf(zerozone): isolate the ObjectRouterChannel's alloc by @superhx in #3161
  • fix(e2e): change runner by @woshigaopp in #3164
  • fix(e2e): change runner by @woshigaopp in #3167
  • feat(router): implement RouterPermitLimiter for managing append permits (#3166) by @Gezi-lzq in #3168
  • fix(perf): cherry pick fix backlog benchmark exits immediately due to time mismatch by @johnluoyx in #3173

Full Changelog: 1.6.2...1.6.3

1.6.3-rc0

12 Jan 02:46
7735a92

Choose a tag to compare

What's Changed

  • fix(s3wal): improve next() logic to handle pre-fetched records by @superhx in #3087
  • feat(wal): expose wal uri & refactor BootstrapWal by @superhx in #3090
  • feat(core): configurable iceberg snapshot expiration (#3077) by @Gezi-lzq in #3092
  • test(coordinator): enhance commit status machine tests (#3089) by @Gezi-lzq in #3093
  • fix(proto): enhance map field type resolution (#3094) by @Gezi-lzq in #3095
  • fix(wal): revert the recovery modification in #3090 by @superhx in #3096
  • feat(zerozone): optimize wal replaying via network transfer by @superhx in #3100
  • fix(s3stream): fix array bounds check in ByteBufAlloc (#3102) by @superhx in #3103
  • refactor(StreamRecordBatch): replace constructor with static factory method for improved clarity by @superhx in #3110
  • chore(zerozone): set the request timeout to 30s by @superhx in #3118
  • fix(zerozone): notify the listeners in appendAsFollower by @superhx in #3121
  • feat(eventloop): add ref count to eventloop by @superhx in #3125
  • chore(telemetry): delay retry after clean failure by @superhx in #3140
  • chore: update automq version to 1.6.3-rc0 in configuration files by @Gezi-lzq in #3143

Full Changelog: 1.6.2...1.6.3-rc0

1.6.2

08 Dec 03:32
d912ba3

Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2

1.6.1

28 Nov 07:07
08acccd

Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.1-rc0

19 Nov 06:29
b44f39c

Choose a tag to compare

What's Changed

  • feat(logcache): limit max block count (#2982) by @superhx in #2983
  • fix(zerozone2): fix the upgrade from v1 to v2 by @superhx in #2985
  • perf(s3stream): compute compaction delay using min timestamp instead of sorting (#2984) by @Gezi-lzq in #2989
  • feat(timestamp): enhance RecordBinder to support TIMESTAMP and TIME types in union handling (#2981) by @Gezi-lzq in #2988
  • perf(zerozone2): smooth wal upload by @superhx in #2993
  • perf(s3stream): parallel append & optimize logcache init by @superhx in #2995
  • perf(s3stream): optimize logcache merge by @superhx in #2997
  • perf(s3stream): optimize limiter lock range (#2998) by @superhx in #2999
  • fix(wal): filter inner trim record for range get by @superhx in #3001
  • feat(zerozone2): add overload protection (#3002) by @superhx in #3003
  • fix(wal): fix leak caused by #3000 by @superhx in #3008
  • feat(connect): support connect openTelemetry and log for 1.6 by @woshigaopp in #2961
  • chore(metrics): move queue time record to AsyncNetworkBandwidthLimiter by @superhx in #3011
  • fix(core): auto add ops metrcis by @woshigaopp in #3013
  • perf(s3stream): async heavy log cache operation by @superhx in #3017
  • fix(binder): enhance RecordBinder and TypeAdapter to support STRUCT type conversion (#3005) by @Gezi-lzq in #3023
  • fix(logcache): guard cache free with writeLock by @superhx in #3022
  • fix(schema): streamline schema change handling and enhance test coverage (#3019) by @Gezi-lzq in #3024
  • feat(protobuf): enhance Protobuf data handling with LogicalMap support and enhance test coverage (#3020) by @Gezi-lzq in #3025
  • chore(release): release 1.6.1-rc0 by @Gezi-lzq in #3026

Full Changelog: 1.6.0...1.6.1-rc0