Skip to Main Content

Biweekly #8: Release 1.0.0 GA

List of community contributors

New community contributors this week:

@tisonkun

https://github.com/AutoMQ/automq-for-kafka/pull/842

This PR optimizes the periodic execution of E2E tests in forked repositories

@funky-eyes

https://github.com/AutoMQ/automq-for-kafka/pull/884/files

This PR fixes the issue where the `pathStyle` was not propagated in `s3url`

https://github.com/AutoMQ/automq-for-kafka/pull/891

Supports HTTP S3 access points

AutoMQ main branch updates

AutoMQ 1.0.0 GA released

https://github.com/AutoMQ/automq-for-kafka/releases/tag/1.0.0

  • This version has been extensively and reliably validated for compatibility, stability, and performance through long-running automated testing frameworks, ensuring a robust GA release.

  • Additionally, it has been stably running E2E tests for an extended period, covering all test cases for Apache Kafka (including those related to Kraft), totaling 387 cases;

  • It supports a unified and comprehensive metrics exposure, suitable for extensive monitoring of AutoMQ, meeting production standards;

Therefore, we believe AutoMQ 1.0.0 can be considered as the GA version, suitable for production environments.

AutoMQ 1.0.1 Released

https://github.com/AutoMQ/automq-for-kafka/releases/tag/1.0.1

  • Optimization of Histogram metrics by splitting them into multiple Gauge-type percentile metrics, reducing approximately 80% of the data volume reported;

  • AutoBalancing enhanced the recovery capabilities for accidentally deleted internal topics;

  • AutoBalancing introduced a new partition merge scheduling strategy to prevent multiple rescheduling of the same partition in a short period.