From 23121bc679e215f39765f502cc9a6a87d1e71e33 Mon Sep 17 00:00:00 2001 From: Chase Poirier Date: Tue, 18 Aug 2026 14:06:35 -0600 Subject: [PATCH] chore: release 3.5.0 Bumps cma-sdk from 3.4.23 to 3.5.0. Minor bump rather than patch: this release deprecates the legacy periodic-usage endpoints, which is a public-API signal to consumers. The change itself is additive (annotations only), so nothing breaks. Contents: - deprecate legacy periodic-usage endpoints [MOI-7252] (#224) - redact Authorization header in LogInterceptor [AIS-247] (#212) - Renovate setup, devcontainer workflow, CI alert routing, Golden Context docs Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9654bfd2..febd5c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Version [3.5.0] - [2026-08-18] +- Changed: deprecated legacy periodic-usage endpoints +- Changed: redact Authorization header value when logging requests + ## Version [3.4.19] - [2025-03-28] - Changed: fixed issue with taxonomy serializing diff --git a/README.md b/README.md index 3c73b5f9..d17d5d7b 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ Install the Contentful dependency: com.contentful.java cma-sdk - 3.4.23 + 3.5.0 ``` * _Gradle_ ```groovy -compile 'com.contentful.java:cma-sdk:3.4.23' +compile 'com.contentful.java:cma-sdk:3.5.0' ``` This SDK requires Java 8 (or higher version). diff --git a/pom.xml b/pom.xml index 4ea78cdc..5a9a8cdf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.contentful.java cma-sdk - 3.4.23 + 3.5.0 jar cma-sdk