Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/universal/api-schemas": "1.2.0",
"packages/universal/api-client": "1.1.1",
"packages/universal/core-sdk": "1.3.0",
"packages/node/node-sdk": "1.2.1",
"packages/web/web-sdk": "1.3.0",
"packages/web/frameworks/react-web-sdk": "1.3.0",
"packages/web/frameworks/nextjs-sdk": "1.3.0",
"packages/web/preview-panel": "1.2.0",
"packages/react-native-sdk": "1.1.0",
"packages/android/ContentfulOptimization": "1.1.0",
"packages/ios/ContentfulOptimization": "1.1.0"
"packages/universal/api-schemas": "1.2.1",
"packages/universal/api-client": "2.0.0",
"packages/universal/core-sdk": "2.0.0",
"packages/node/node-sdk": "2.0.0",
"packages/web/web-sdk": "2.0.0",
"packages/web/frameworks/react-web-sdk": "2.0.0",
"packages/web/frameworks/nextjs-sdk": "2.0.0",
"packages/web/preview-panel": "2.0.0",
"packages/react-native-sdk": "2.0.0",
"packages/android/ContentfulOptimization": "2.0.0",
"packages/ios/ContentfulOptimization": "2.0.0"
}
16 changes: 16 additions & 0 deletions packages/android/ContentfulOptimization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-android-v1.1.0...optimization-android-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.
- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))
- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Bug Fixes

- **android:** harden backup and TLS guidance ([#502](https://github.com/contentful/optimization/issues/502)) ([86949a4](https://github.com/contentful/optimization/commit/86949a4e1b76afaa80958acad73ecad3f66af89a))

## [1.1.0](https://github.com/contentful/optimization/compare/optimization-android-v1.0.0...optimization-android-v1.1.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/android/ContentfulOptimization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
2.0.0
12 changes: 12 additions & 0 deletions packages/ios/ContentfulOptimization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-swift-v1.1.0...optimization-swift-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.
- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))
- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

## [1.1.0](https://github.com/contentful/optimization/compare/optimization-swift-v1.0.0...optimization-swift-v1.1.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ios/ContentfulOptimization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
2.0.0
16 changes: 16 additions & 0 deletions packages/node/node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-node-v1.2.1...optimization-node-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-core bumped to 2.0.0

## [1.2.1](https://github.com/contentful/optimization/compare/optimization-node-v1.2.0...optimization-node-v1.2.1) (2026-08-21)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/node/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-node",
"description": "Node.js SDK for Contentful Optimization",
"version": "1.2.1",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
20 changes: 20 additions & 0 deletions packages/react-native-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-react-native-v1.1.0...optimization-react-native-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Bug Fixes

- **deps:** remediate pnpm audit findings ([#505](https://github.com/contentful/optimization/issues/505)) ([b293d74](https://github.com/contentful/optimization/commit/b293d742368fa1c396bcbc222fa3792b559b3deb))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-core bumped to 2.0.0

## [1.1.0](https://github.com/contentful/optimization/compare/optimization-react-native-v1.0.0...optimization-react-native-v1.1.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-react-native",
"description": "React Native SDK for Contentful Optimization",
"version": "1.1.0",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/universal/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-api-client-v1.1.1...optimization-api-client-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

## [1.1.1](https://github.com/contentful/optimization/compare/optimization-api-client-v1.1.0...optimization-api-client-v1.1.1) (2026-08-10)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-api-client",
"description": "API client for Contentful Optimization services",
"version": "1.1.1",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/universal/api-schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.1](https://github.com/contentful/optimization/compare/optimization-api-schemas-v1.2.0...optimization-api-schemas-v1.2.1) (2026-09-21)

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-api-client bumped to 2.0.0
- @contentful/optimization-core bumped to 2.0.0

## [1.2.0](https://github.com/contentful/optimization/compare/optimization-api-schemas-v1.1.0...optimization-api-schemas-v1.2.0) (2026-08-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/api-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-api-schemas",
"description": "Deprecated compatibility facade for Contentful Optimization API schemas",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/universal/core-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-core-v1.3.0...optimization-core-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-api-client bumped to 2.0.0

## [1.3.0](https://github.com/contentful/optimization/compare/optimization-core-v1.2.0...optimization-core-v1.3.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-core",
"description": "Platform-agnostic core SDK for Contentful Optimization",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions packages/web/frameworks/nextjs-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-nextjs-v1.3.0...optimization-nextjs-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Bug Fixes

- **deps:** remediate pnpm audit findings ([#505](https://github.com/contentful/optimization/issues/505)) ([b293d74](https://github.com/contentful/optimization/commit/b293d742368fa1c396bcbc222fa3792b559b3deb))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-node bumped to 2.0.0
- @contentful/optimization-react-web bumped to 2.0.0

## [1.3.0](https://github.com/contentful/optimization/compare/optimization-nextjs-v1.2.0...optimization-nextjs-v1.3.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/web/frameworks/nextjs-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-nextjs",
"description": "Next.js adapter for Contentful Optimization",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
20 changes: 20 additions & 0 deletions packages/web/frameworks/react-web-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-react-web-v1.3.0...optimization-react-web-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Bug Fixes

- **deps:** remediate pnpm audit findings ([#505](https://github.com/contentful/optimization/issues/505)) ([b293d74](https://github.com/contentful/optimization/commit/b293d742368fa1c396bcbc222fa3792b559b3deb))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-web bumped to 2.0.0

## [1.3.0](https://github.com/contentful/optimization/compare/optimization-react-web-v1.2.0...optimization-react-web-v1.3.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/web/frameworks/react-web-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-react-web",
"description": "React SDK for Contentful Optimization",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/web/preview-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-web-preview-panel-v1.2.0...optimization-web-preview-panel-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-core bumped to 2.0.0
- @contentful/optimization-web bumped to 2.0.0

## [1.2.0](https://github.com/contentful/optimization/compare/optimization-web-preview-panel-v1.1.1...optimization-web-preview-panel-v1.2.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/web/preview-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-web-preview-panel",
"description": "Preview panel UI for Contentful Optimization Web integrations",
"version": "1.2.0",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/web/web-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/contentful/optimization/compare/optimization-web-v1.3.0...optimization-web-v2.0.0) (2026-09-21)

### ⚠ BREAKING CHANGES

- **api-client:** SDK configuration now requires spaceId instead of clientId and defaults environment to master instead of main. The Experience and Insights API route contracts, native SDK initialization APIs, Web Component attributes, and exported API schemas have also changed. Existing consumers must migrate before upgrading.

### Features

- **api-client:** migrate Experience API to v3 and Insights API to v2 ([fa0896c](https://github.com/contentful/optimization/commit/fa0896cc6a59138165c87120e6030e38871b9cbd))

### Dependencies

- The following workspace dependencies were updated
- dependencies
- @contentful/optimization-core bumped to 2.0.0

## [1.3.0](https://github.com/contentful/optimization/compare/optimization-web-v1.2.0...optimization-web-v1.3.0) (2026-08-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/web/web-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/optimization-web",
"description": "Framework-agnostic Web client SDK for Contentful Optimization",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading