1.0.2(End of Support)
Important Update
Adaptive Memory-Related Configurations: This new feature simplifies your setup process, enabling AutoMQ Kafka to run on machines of any memory size without requiring manual configuration adjustments.
With this update, AutoMQ Kafka intelligently adjusts heap sizes and various cache sizes based on the available machine memory by default. This advancement is designed to significantly simplify your setup process, enabling optimal performance without manual intervention and helping you get started with AutoMQ Kafka more efficiently.
What's Changed
- feat(release): update s3stream version by @Chillax-0v0 in #908
- fix(core): fix move out action break condition & extract common code by @SCNieh in #916
- feat(telemetry): support gzip compression for grpc otlp exporter by @SCNieh in #921
- feat(core): refactor AbstractGoal for better scalability by @SCNieh in #924
- chore(log): remove useless error log by @Chillax-0v0 in #926
- fix(core): fix optimize condition check by @SCNieh in #933
- chore: change dependency of s3stream from automq-for-rocketmq to automq-for-kafka by @Chillax-0v0 in #939
- feat(config): add config
s3.stream.allocator.policy
by @Chillax-0v0 in #941 - feat(config): add config
s3.stream.allocator.policy
by @Chillax-0v0 in #943 - chore(gradle): adapt to Gradle 8.6 by @Chillax-0v0 in #948
- feat(config): auto memory adaptation by @Chillax-0v0 in #946
- chore(release): update the release script by @Chillax-0v0 in #950
- fix(release): update main branch in the release script by @Chillax-0v0 in #951
- ci: bump version to 1.0.2 by @Chillax-0v0 in #952
- chore: switch to develop mode by @Chillax-0v0 in #953
- chore(workflow): ignore tags like "1.0.2-s3stream" by @Chillax-0v0 in #954
- feat(config): add a switch on tagging by @Chillax-0v0 in #969
- fix(config): adjust configs in
KafkaConfig
rather thanKafka
by @Chillax-0v0 in #971
Full Changelog: 1.0.1...1.0.2
S3Stream Changelog: 1.0.1-s3stream...1.0.2-s3stream