From c8491839927849be1fbc65b2724de0cd18f382e6 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 21 Jan 2025 18:42:25 -0800 Subject: [PATCH] 1.2.1 (#3460) * 1.2.1 Signed-off-by: Stephen Curran * Typo Signed-off-by: Stephen Curran --------- Signed-off-by: Stephen Curran --- CHANGELOG.md | 11 ++++++----- Managing-ACA-Py-Doc-Site.md | 2 +- PUBLISHING.md | 4 ++-- README.md | 2 +- docs/features/SupportedRFCs.md | 2 +- open-api/openapi.json | 2 +- open-api/swagger.json | 2 +- pyproject.toml | 2 +- 8 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83486f3ca..73dad664e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Aries Cloud Agent Python Changelog -## 1.2.1rc0 +## 1.2.1 ### January 21, 2025 @@ -8,15 +8,15 @@ Release 1.2.1 is a patch to fix a couple of issues introduced in [Release 1.2.0] Enhancements in Release 1.2.1 are the addition of support for the Linked Data proof cryptosuite `EcdsaSecp256r1Signature2019`, and support for P256 keys generally and in `did:key` form. -### 1.2.1rc0 Deprecation Notices +### 1.2.1 Deprecation Notices The same **[deprecation notices](#101-deprecation-notices)** from the [1.1.0](#110) release about AIP 1.0 protocols still apply. The protocols remain in the 1.2.1 release, but will be moved out of the core and into plugins soon. Please review these notifications carefully! -### 1.2.1rc0 Breaking Changes +### 1.2.1 Breaking Changes There are no breaking changes in this release, just fixes, new tests and minor updates. -#### 1.2.1rc0 Categorized List of Pull Requests +#### 1.2.1 Categorized List of Pull Requests - Linked Data Proof and Key Type Additions - Support EcdsaSecp256r1Signature2019 linked data proof [\#3443](https://github.com/openwallet-foundation/acapy/pull/3443) [gmulhearn](https://github.com/gmulhearn) @@ -44,6 +44,7 @@ There are no breaking changes in this release, just fixes, new tests and minor u - :recycle: Sync ruff version in workflows [\#3447](https://github.com/openwallet-foundation/acapy/pull/3447) [ff137](https://github.com/ff137) - Release management pull requests: + - 1.2.1 [\#3460](https://github.com/openwallet-foundation/acapy/pull/3460) [swcurran](https://github.com/swcurran) - 1.2.1rc0 [\#3459](https://github.com/openwallet-foundation/acapy/pull/3459) [swcurran](https://github.com/swcurran) - Dependabot PRs @@ -55,7 +56,7 @@ There are no breaking changes in this release, just fixes, new tests and minor u !!! warning "Multi-tenant, Single Database Deployments" - A bug in Release 1.2.0 prevents using the release with existing multi-tenant, single wallet deployments. Those requiring such support **must** skip Release 1.2.0 and move to Release 1.2.1rc0 or higher. + A bug in Release 1.2.0 prevents using the release with existing multi-tenant, single wallet deployments. Those requiring such support **MUST** skip Release 1.2.0 and move to [Release 1.2.1](https://github.com/openwallet-foundation/acapy/releases/tag/1.2.1) or higher. Release 1.2.0 is a minor update to ACA-Py that contains an update to the AnonCreds implementation to make it easier to deploy on other than Hyperledger Indy, and a lengthy list of adjustments, improvements and fixes, with a focus on removing technical debt. In addition to the AnonCreds updates, the most visible change is the removal of the "in-memory wallet" implementation in favour of using the SQLite in-memory wallet (`sqlite://:memory:`), including removing the logic for handling that extra wallet type. In removing the in-memory wallet, all of the unit and integration tests that used the in-memory wallet have been updated to use SQLite's in-memory wallet. diff --git a/Managing-ACA-Py-Doc-Site.md b/Managing-ACA-Py-Doc-Site.md index 46b3416f37..e4abbcf478 100644 --- a/Managing-ACA-Py-Doc-Site.md +++ b/Managing-ACA-Py-Doc-Site.md @@ -20,7 +20,7 @@ and mkdocs configuration. When the GitHub Action fires, it runs a container that carries out the following steps: -- Checks out the triggering branch, either `main` or `docs-v` (e.g `docs-v1.2.1rc0`). +- Checks out the triggering branch, either `main` or `docs-v` (e.g `docs-v1.2.1`). - Runs the script [scripts/prepmkdocs.sh], which moves and updates some of the markdown files so that they fit into the generated site. See the comments in the scripts for details about the copying and editing done via the script. In diff --git a/PUBLISHING.md b/PUBLISHING.md index 2c2fc98441..89a213299c 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -6,7 +6,7 @@ a major, minor or patch release, per [semver](https://semver.org/) rules. Once ready to do a release, create a local branch that includes the following updates: -1. Create a local PR branch from an updated `main` branch, e.g. "1.2.1rc0". +1. Create a local PR branch from an updated `main` branch, e.g. "1.2.1". 2. See if there are any Document Site `mkdocs` changes needed. Run the script `./scripts/prepmkdocs.sh; mkdocs`. Watch the log, noting particularly if @@ -140,7 +140,7 @@ Once you have the list of PRs: [publish-indy.yml]: https://github.com/openwallet-foundation/acapy/blob/main/.github/workflows/publish-indy.yml 12. When a new release is tagged, create a new branch at the same commit with - the branch name in the format `docs-v`, for example, `docs-v1.2.1rc0`. + the branch name in the format `docs-v`, for example, `docs-v1.2.1`. The creation of the branch triggers the execution of the [publish-docs] GitHub Action which generates the documentation for the new release, publishing it at [https://aca-py.org]. The GitHub Action also executes when diff --git a/README.md b/README.md index 017096176d..a737fad8c8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ the [LTS strategy](./LTS-Strategy.md). Current LTS releases: -- Release [1.2](https://github.com/openwallet-foundation/acapy/releases/tag/1.2.1rc0) **Current LTS Release** +- Release [1.2](https://github.com/openwallet-foundation/acapy/releases/tag/1.2.1) **Current LTS Release** - Release [0.12](https://github.com/openwallet-foundation/acapy/releases/tag/0.12.3) **End of Life: October 2025** Past LTS releases: diff --git a/docs/features/SupportedRFCs.md b/docs/features/SupportedRFCs.md index db97b5066a..52358ee80c 100644 --- a/docs/features/SupportedRFCs.md +++ b/docs/features/SupportedRFCs.md @@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page welcome! If you have any questions, please contact us on the #aries channel on [OpenWallet Foundation Discord](https://discord.gg/openwallet-foundation) or through an issue in this repo. -**Last Update**: 2025-01-21, Release 1.2.1rc0 +**Last Update**: 2025-01-21, Release 1.2.1 > The checklist version of this document was created as a joint effort > between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government. diff --git a/open-api/openapi.json b/open-api/openapi.json index a16c73f73e..06966bba64 100644 --- a/open-api/openapi.json +++ b/open-api/openapi.json @@ -2,7 +2,7 @@ "openapi" : "3.0.1", "info" : { "title" : "Aries Cloud Agent", - "version" : "v1.2.1rc0" + "version" : "v1.2.1" }, "servers" : [ { "url" : "/" diff --git a/open-api/swagger.json b/open-api/swagger.json index 35251a746b..0ef90cd209 100644 --- a/open-api/swagger.json +++ b/open-api/swagger.json @@ -1,7 +1,7 @@ { "swagger" : "2.0", "info" : { - "version" : "v1.2.1rc0", + "version" : "v1.2.1", "title" : "Aries Cloud Agent" }, "tags" : [ { diff --git a/pyproject.toml b/pyproject.toml index b1bb0ffe3d..5b10c80fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "acapy_agent" -version = "1.2.1rc0" +version = "1.2.1" description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. " authors = [] license = "Apache-2.0"