From ff114cbb4cac4de3f80a2ca02ceb60abe536f94b Mon Sep 17 00:00:00 2001 From: Minseok Kim Date: Fri, 24 Apr 2026 19:52:27 +0900 Subject: [PATCH] Restructure Release artifacts around independent per-module versioning Replace the "All modules share the same version" framing with a policy of per-module independent release cadences. List codec-java alongside core/server/cli in the artifact table, note that core is not yet published, and add a compatibility table mapping codec-java versions to Actionbase server versions. codec-java is slated for deprecation and will be absorbed into the Kotlin core module. Co-Authored-By: Claude Opus 4.7 (1M context) --- RELEASES.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index b82d7622..6279251a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -115,12 +115,22 @@ As the project matures, we may introduce Long-Term Support (LTS) releases with e ## Release artifacts -All modules share the same version and are released together. +Each module releases independently. -| Module | Artifact | Distribution | -| ---------- | ------------ | ------------------------------------------- | -| **core** | Java library | GitHub Packages (Maven Central after 1.0.0) | -| **server** | Docker image | `ghcr.io/kakao/actionbase` | -| **cli** | Binary | GitHub Releases | +| Module | Artifact | Distribution | +| -------------- | ------------ | -------------------------- | +| **codec-java** | Java library | Maven (Central planned) | +| **core** | Java library | Not yet published | +| **server** | Docker image | `ghcr.io/kakao/actionbase` | +| **cli** | Binary | GitHub Releases | + +`codec-java` is slated for deprecation and will be absorbed into the Kotlin `core` module. + +### Compatibility + +| codec-java | Actionbase (server) | +| --------------------------------------- | ------------------- | +| `v2-core:1.0.14-SNAPSHOT` (source only) | 0.1.x, 0.2.x | +| `codec-java:0.0.1` | 0.3.x (upcoming) | Release announcements are posted in [GitHub Releases](https://github.com/kakao/actionbase/releases).