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
13 changes: 0 additions & 13 deletions .changeset/notifications-connect-customer-profiles-push.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.19.0",
"aws-amplify": "6.20.0",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 <17.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/react-native": "1.3.3",
"@aws-sdk/types": "^3.973.6"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/api-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.8.10

### Patch Changes

- Updated dependencies [[`bcdc02b`](https://github.com/aws-amplify/amplify-js/commit/bcdc02ba2a1b9b8e6ab8b384a4586cf9605b41c1)]:
- @aws-amplify/core@6.18.0

## 4.8.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-graphql",
"version": "4.8.9",
"version": "4.8.10",
"description": "Api-graphql category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -81,7 +81,7 @@
],
"dependencies": {
"@aws-amplify/api-rest": "4.6.4",
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/data-schema": "^1.7.0",
"@aws-sdk/types": "^3.973.6",
"graphql": "15.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/react-native": "1.3.3",
"@aws-sdk/types": "^3.973.6"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.3.29

### Patch Changes

- Updated dependencies []:
- @aws-amplify/api-graphql@4.8.10

## 6.3.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api",
"version": "6.3.28",
"version": "6.3.29",
"description": "Api category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"homepage": "https://docs.amplify.aws/",
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"jest-fetch-mock": "3.0.3"
},
"files": [
Expand All @@ -81,7 +81,7 @@
"server"
],
"dependencies": {
"@aws-amplify/api-graphql": "4.8.9",
"@aws-amplify/api-graphql": "4.8.10",
"@aws-amplify/api-rest": "4.6.4",
"@aws-amplify/data-schema": "^1.7.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/react-native": "1.3.3",
"@jest/test-sequencer": "^29.7.0"
}
Expand Down
20 changes: 20 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 6.20.0

### Minor Changes

- [#14866](https://github.com/aws-amplify/amplify-js/pull/14866) [`bcdc02b`](https://github.com/aws-amplify/amplify-js/commit/bcdc02ba2a1b9b8e6ab8b384a4586cf9605b41c1) Thanks [@soberm](https://github.com/soberm)! - feat(notifications): add Amazon Connect Customer Profiles push notifications provider

Push Notifications can now be delivered through Amazon Connect Customer Profiles via the new `aws-amplify/push-notifications/customer-profiles` sub-path export. The provider ships `identifyUser`, `initializePushNotifications`, `registerDevice`, and `removeDevice` alongside the transport-agnostic badge, permission, launch-notification, and notification/token listener APIs, with SigV4-signed device registration and client-side user-profile validation. `Amplify.configure` accepts the corresponding `amazon_connect` notifications configuration from `amplify_outputs.json`.

Device registration follows the signed-in principal: `initializePushNotifications` registers the device when a push token is received and re-registers it on sign-in so an existing registration is re-homed to the authenticated principal. Because de-registration is authorized against the calling principal, applications should await `removeDevice()` before `signOut()` to stop delivery to a device.

The default `aws-amplify/push-notifications` entry point emits a one-time `ConsoleLogger` notice at runtime directing customers to the Customer Profiles sub-path, since that entry point is backed by Amazon Pinpoint and AWS ends support for Amazon Pinpoint on October 30, 2026. Both changes are backwards compatible: existing exports keep their names, types, and signatures.

### Patch Changes

- Updated dependencies [[`bcdc02b`](https://github.com/aws-amplify/amplify-js/commit/bcdc02ba2a1b9b8e6ab8b384a4586cf9605b41c1)]:
- @aws-amplify/core@6.18.0
- @aws-amplify/notifications@2.1.0
- @aws-amplify/api@6.3.29
- @aws-amplify/datastore@5.1.10

## 6.19.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.19.0",
"version": "6.20.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -304,11 +304,11 @@
],
"dependencies": {
"@aws-amplify/analytics": "7.1.0",
"@aws-amplify/api": "6.3.28",
"@aws-amplify/api": "6.3.29",
"@aws-amplify/auth": "6.20.0",
"@aws-amplify/core": "6.17.0",
"@aws-amplify/datastore": "5.1.9",
"@aws-amplify/notifications": "2.0.94",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/datastore": "5.1.10",
"@aws-amplify/notifications": "2.1.0",
"@aws-amplify/storage": "6.16.0",
"tslib": "^2.5.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 6.18.0

### Minor Changes

- [#14866](https://github.com/aws-amplify/amplify-js/pull/14866) [`bcdc02b`](https://github.com/aws-amplify/amplify-js/commit/bcdc02ba2a1b9b8e6ab8b384a4586cf9605b41c1) Thanks [@soberm](https://github.com/soberm)! - feat(notifications): add Amazon Connect Customer Profiles push notifications provider

Push Notifications can now be delivered through Amazon Connect Customer Profiles via the new `aws-amplify/push-notifications/customer-profiles` sub-path export. The provider ships `identifyUser`, `initializePushNotifications`, `registerDevice`, and `removeDevice` alongside the transport-agnostic badge, permission, launch-notification, and notification/token listener APIs, with SigV4-signed device registration and client-side user-profile validation. `Amplify.configure` accepts the corresponding `amazon_connect` notifications configuration from `amplify_outputs.json`.

Device registration follows the signed-in principal: `initializePushNotifications` registers the device when a push token is received and re-registers it on sign-in so an existing registration is re-homed to the authenticated principal. Because de-registration is authorized against the calling principal, applications should await `removeDevice()` before `signOut()` to stop delivery to a device.

The default `aws-amplify/push-notifications` entry point emits a one-time `ConsoleLogger` notice at runtime directing customers to the Customer Profiles sub-path, since that entry point is backed by Amazon Pinpoint and AWS ends support for Amazon Pinpoint on October 30, 2026. Both changes are backwards compatible: existing exports keep their names, types, and signatures.

## 6.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/core",
"version": "6.17.0",
"version": "6.18.0",
"description": "Core category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/datastore": "5.1.9",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/datastore": "5.1.10",
"@types/better-sqlite3": "^7.6.13",
"@types/react-native-sqlite-storage": "5.0.1",
"better-sqlite3": "^12.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.1.10

### Patch Changes

- Updated dependencies []:
- @aws-amplify/api@6.3.29
- @aws-amplify/api-graphql@4.8.10

## 5.1.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/datastore",
"version": "5.1.9",
"version": "5.1.10",
"description": "AppSyncLocal support for aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -45,8 +45,8 @@
"src"
],
"dependencies": {
"@aws-amplify/api": "6.3.28",
"@aws-amplify/api-graphql": "4.8.9",
"@aws-amplify/api": "6.3.29",
"@aws-amplify/api-graphql": "4.8.10",
"buffer": "4.9.2",
"idb": "5.0.6",
"immer": "^11.1.9",
Expand All @@ -57,7 +57,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/react-native": "1.3.3",
"@types/uuid-validate": "^0.0.1",
"dexie": "3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0"
"@aws-amplify/core": "6.18.0"
},
"size-limit": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0"
"@aws-amplify/core": "6.18.0"
},
"size-limit": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.1.0

### Minor Changes

- [#14866](https://github.com/aws-amplify/amplify-js/pull/14866) [`bcdc02b`](https://github.com/aws-amplify/amplify-js/commit/bcdc02ba2a1b9b8e6ab8b384a4586cf9605b41c1) Thanks [@soberm](https://github.com/soberm)! - feat(notifications): add Amazon Connect Customer Profiles push notifications provider

Push Notifications can now be delivered through Amazon Connect Customer Profiles via the new `aws-amplify/push-notifications/customer-profiles` sub-path export. The provider ships `identifyUser`, `initializePushNotifications`, `registerDevice`, and `removeDevice` alongside the transport-agnostic badge, permission, launch-notification, and notification/token listener APIs, with SigV4-signed device registration and client-side user-profile validation. `Amplify.configure` accepts the corresponding `amazon_connect` notifications configuration from `amplify_outputs.json`.

Device registration follows the signed-in principal: `initializePushNotifications` registers the device when a push token is received and re-registers it on sign-in so an existing registration is re-homed to the authenticated principal. Because de-registration is authorized against the calling principal, applications should await `removeDevice()` before `signOut()` to stop delivery to a device.

The default `aws-amplify/push-notifications` entry point emits a one-time `ConsoleLogger` notice at runtime directing customers to the Customer Profiles sub-path, since that entry point is backed by Amazon Pinpoint and AWS ends support for Amazon Pinpoint on October 30, 2026. Both changes are backwards compatible: existing exports keep their names, types, and signatures.

## 2.0.94

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/notifications",
"version": "2.0.94",
"version": "2.1.0",
"description": "Notifications category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/react-native": "1.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0"
"@aws-amplify/core": "6.18.0"
},
"size-limit": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0"
"@aws-amplify/core": "6.18.0"
},
"size-limit": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-passkeys/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@aws-amplify/react-native": "1.3.3",
"@aws-amplify/rtn-passkeys": "1.1.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"aws-amplify": "6.19.0",
"aws-amplify": "6.20.0",
"react": "19.2.1",
"react-native": "0.79.2",
"react-native-get-random-values": "^1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@aws-amplify/core": "^6.16.2"
},
"devDependencies": {
"@aws-amplify/core": "6.17.0",
"@aws-amplify/core": "6.18.0",
"@aws-amplify/react-native": "1.3.3",
"@types/node": "20.14.12"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/tsc-compliance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
"aws-amplify": "6.19.0",
"aws-amplify": "6.20.0",
"typescript": "4.5.x"
},
"scripts": {
Expand Down
Loading