Skip to content

Commit

Permalink
Merge pull request #2522 from swcurran/0.10.3
Browse files Browse the repository at this point in the history
0.10.3
  • Loading branch information
swcurran authored Sep 29, 2023
2 parents ef24ed1 + 038b632 commit 736cdfb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 0.10.3

## September 29, 2023

Release 0.10.3 is a patch release to add an upgrade process for very old
versions of Aries Cloud Agent Python (circa [0.5.2](#052)). If you have a long
time deployment of an issuer that uses revocation, this release could correct
internal data (tags in secure storage) related to revocation registries.
Details of the about the triggering problem can be found in [Issue \#2485].

[Issue \#2485]: https://github.com/hyperledger/aries-cloudagent-python/issue/2485

The upgrade is applied by running the following command for the ACA-Py
instance to be upgraded:

`./scripts/run_docker upgrade --force-upgrade --named-tag fix_issue_rev_reg`

### 0.10.3 Categorized List of Pull Requests

- Credential Exchange (Issue, Present) Updates
- Feat: Upgrade from tags and fix issue with legacy IssuerRevRegRecords [<=v0.5.2] [\#2486](https://github.com/hyperledger/aries-cloudagent-python/pull/2486) [shaangill025](https://github.com/shaangill025)
- Release management pull requests
- 0.10.3 [\#2522](https://github.com/hyperledger/aries-cloudagent-python/pull/2522) [swcurran](https://github.com/swcurran)

# 0.10.2

## September 22, 2023
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Library version information."""

__version__ = "0.10.2"
__version__ = "0.10.3"
RECORD_TYPE_ACAPY_VERSION = "acapy_version"
2 changes: 1 addition & 1 deletion open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.1",
"info" : {
"title" : "Aries Cloud Agent",
"version" : "v0.10.2"
"version" : "v0.10.3"
},
"servers" : [ {
"url" : "/"
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
"version" : "v0.10.2",
"version" : "v0.10.3",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down

0 comments on commit 736cdfb

Please sign in to comment.