Skip to content

v1.0.0

Compare
Choose a tag to compare
@kawamuray kawamuray released this 25 Jan 06:25
· 128 commits to master since this release

This is the first Decaton major release 🎉
The 1.0.0 version contains no new big feature though. It is the version to state that Decaton has been confirmed as stable enough having long enough production experience with various services.
Starting from this version, we'll follow Semantic Versioning for future release versions as explained in VERSIONING.
By #83 , we have separated private APIs from the public APIs by package, so it contains breaking change requiring you to adjust your application code. Please see the Public APIs and be aware which resources are considered as a Public API.
Thanks always for your support!

Breaking Changes

  • Separate internal-only APIs from public API by package (#83)

New Features

Bug Fixes

Improvements

  • Add a workaround to build on arm64 mac (#76)
  • ProcessorSubscription refactoring (#60)

Other Changes

  • Add document explaining new versioning policy that is based on semantic versioning (#77)
  • Use auto.offset.reset=earliest for benchmark (#81)
  • Update VERSIONING doc following the recent public API separation (#84)
  • Update release script to follow the new versioning scheme (#85)