diff --git a/docs/enterprise-v3.0.md b/docs/enterprise-v3.0.md index 264caa16..dba270b1 100644 --- a/docs/enterprise-v3.0.md +++ b/docs/enterprise-v3.0.md @@ -55,6 +55,27 @@ Key highlights of the Timeplus 3.0 release include: ## Releases We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes. +### 3.0.2 {#3_0_2} +Released on 10-26-2025. Installation options: +* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_2) +* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.2` +* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v10.0.9` + +Component versions: +* timeplusd 3.0.2 +* timeplus_appserver 3.0.21 +* timeplus_connector 3.0.21 +* timeplus cli 3.0.0 +* timeplus byoc 1.0.1 + +#### Changelog {#changelog_3_0_1} + +* [BYOC](/byoc) Enhancement + * Support aws meter usage +* PostgreSQL upsert support via on_conflict setting +* Support Auto increment column for coalesced mutable stream +* + ### 3.0.1 {#3_0_1} Released on 10-20-2025. Installation options: * For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index f9329a48..946f8cce 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -2,6 +2,12 @@ ## 3.0 {#3_0} +### v3.0.2 {#3_0_2} +Released on 10-26-2025 ([Change logs](/enterprise-v3.0#3_0_2)). + +* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-darwin-arm64.tar.gz) +* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.2` + ### v3.0.1 {#3_0_1} Released on 10-21-2025 ([Change logs](/enterprise-v3.0#3_0_1)).