1.0.0
版本发布时间: 2024-02-28 20:15:59
AutoMQ/automq最新发布版本:nightly(2024-08-23 10:46:29)
What's Changed
- ci: Bump version to 1.0.0-rc8 by @mooc9988 in https://github.com/AutoMQ/automq-for-kafka/pull/785
- build(s3stream): switch back to dev mode by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/786
- fix(e2e): wait for more time for broker hard bounce by @mooc9988 in https://github.com/AutoMQ/automq-for-kafka/pull/787
- feat(issues791): change s3.stream.object.compaction.max.size.bytes default 1GB by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/792
- fix(auth): throw an exception when failed to create a credential from env by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/793
- fix(e2e): fix transaction timeout; merge streams tests by @mooc9988 in https://github.com/AutoMQ/automq-for-kafka/pull/795
- feat(core): verify stream epoch for stream object commit by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/796
- fix(core): prevent generate stream object record for noop object id by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/797
- fix(issues798): checkpoint NPE by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/800
- fix(e2e): add consumer api timeout to 90s in hard bounce tests by @mooc9988 in https://github.com/AutoMQ/automq-for-kafka/pull/803
- feat(issues801): stream trim only update stream metadata by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/805
- feat(core): add metrics to monitor auto balancer metrics delay by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/807
- fix(issues806): stream object leak by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/808
- fix: range end offset isn't revertable by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/809
- chore: rename s3ObjectRetention* to s3ObjectDeleteRetention for a more precise description by @daniel-y in https://github.com/AutoMQ/automq-for-kafka/pull/810
- fix: set destroyed object size by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/811
- chore: suppress out of order error by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/812
- fix(metrics): present metrics from active controller only by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/815
- fix(core): prevent anomaly detect exit on inactive controller by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/816
- fix(issues817): txn index fetch out of bound by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/818
- feat(shell): add metadata summary to metadata shell by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/813
- fix(ReplicaManager): fix memory leak caused by uncaught exception by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/821
- fix(core): remove topic partition metrics on partition offline by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/820
- feat(core): add metrics to monitor s3 objects by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/823
- fix(core): record s3 object metrics on active controller only by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/824
- feat: add object ttl reach log by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/825
- fix(issues826): fix consume records leak in closing channel by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/827
- fix(pr-827): fix release
PooledMemoryRecords
twice by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/828 - chore: support release tgz file in workflow by @KaimingWan in https://github.com/AutoMQ/automq-for-kafka/pull/832
- fix(core): catch exceptions on replaying records by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/836
- feat(core): refine grafana dashboards by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/837
- fix(core): fix auto balancer metrics delay time calculation by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/838
- fix(ReplicaManager): release permits after sending responses by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/831
- fix: log permanet fail by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/839
- feat(core): redirect JUL log to sl4j and remove unused logging exporter by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/843
- perf(DelayedFetch): only try to fast read on complete a delayed fetch by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/844
- perf(ReplicaManager): return fast if slow fetch timeout by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/845
- fix(core): fix node id regex in broker dashboard by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/841
- feat: record pooled record memory usage by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/846
- ci: skip nightly schedule on forks by @tisonkun in https://github.com/AutoMQ/automq-for-kafka/pull/842
- fix(metrics): add label 'version' to kafka.request.count by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/847
- feat(telemetry): add host name to OTel resource by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/849
- feat(metrics): metrics on fetch limiters and executors by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/848
- feat(metrics): add buffer and thread metrics by @ShadowySpirits in https://github.com/AutoMQ/automq-for-kafka/pull/851
- feat(telemetry): add direct memory panels by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/853
- fix(telemetry): fix read ahead throughput panel unit by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/854
- feat(metrics): rename DirectByteBufAlloc to ByteBufAlloc by @ShadowySpirits in https://github.com/AutoMQ/automq-for-kafka/pull/855
- fix(telemetry): fix memory allocation metrics name by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/856
- feat(metrics): enable buffer pools metrics by @ShadowySpirits in https://github.com/AutoMQ/automq-for-kafka/pull/857
- fix: remove special char from issue template file name by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/858
- fix(telemetry): fix jvm metrics by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/859
- fix(telemetry): refine grafana dashboard by @SCNieh in https://github.com/AutoMQ/automq-for-kafka/pull/860
- feat: release automq 1.0.0 by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/861
- ci: Bump version to 1.0.0 by @superhx in https://github.com/AutoMQ/automq-for-kafka/pull/862
- ci: fix regex on release by @Chillax-0v0 in https://github.com/AutoMQ/automq-for-kafka/pull/863
New Contributors
- @tisonkun made their first contribution in https://github.com/AutoMQ/automq-for-kafka/pull/842
Full Changelog: https://github.com/AutoMQ/automq-for-kafka/compare/1.0.0-rc8...1.0.0 S3Stream Changelog: https://github.com/AutoMQ/automq-for-rocketmq/compare/1.0.0-s3stream-rc1...1.0.0-s3stream
1、 automq-1.0.0_kafka-3.4.0-site-docs.tgz 12.04MB
2、 automq-1.0.0_kafka-3.4.0.tgz 146.56MB