Skip to content

Commit

Permalink
Merge pull request #2285 from swcurran/0.8.2
Browse files Browse the repository at this point in the history
0.8.2
  • Loading branch information
swcurran authored Jun 29, 2023
2 parents 548fb25 + 79c049b commit 3199657
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# 0.8.2-rc2
# 0.8.2

## June 28, 2023
## June 29, 2023

Release 0.8.2 contains a number of minor fixes and updates to ACA-Py, including
the correction of a regression in Release 0.8.0 related to the use of plugins
(see [\#2255]). Highlights include making it easier to use tracing in a
development environment to collect detailed performance information about what
is going in within ACA-Py.

This release pulls in [indy-shared-rs] Release 3.3 which fixes a serious issue in AnonCreds verification, as described in issue [\#2036], where the verification of a presentation with multiple revocable credentials fails when using [Aries Askar] and the
other shared components. This issue occurs only when using [Aries Askar] and [indy-credx Release 3.3].

An important new feature in this release is the ability to set some instance
configuration settings at the tenant level of a multi-tenant deployment. See PR
[\#2233].
Expand All @@ -16,6 +19,10 @@ There are no breaking changes in this release.

[\#2255]: https://github.com/hyperledger/aries-cloudagent-python/pull/2255
[\#2233]: https://github.com/hyperledger/aries-cloudagent-python/pull/2233
[\#2036]: https://github.com/hyperledger/aries-cloudagent-python/issues/2036
[indy-shared-rs]: https://github.com/hyperledger/indy-shared-rs
[Aries Askar]: https://github.com/hyperledger/aries-askar
[indy-credx Release 3.3]: https://github.com/hyperledger/indy-shared-rs/releases/tag/v0.3.3

### Categorized List of Pull Requests

Expand Down Expand Up @@ -54,8 +61,8 @@ There are no breaking changes in this release.
- Message Tracing/Timing Updates
- Add updated ELK stack for demos. [\#2236](https://github.com/hyperledger/aries-cloudagent-python/pull/2236) [usingtechnology](https://github.com/usingtechnology)
- Release management pull requests
- 0.8.2-rc2 [\#2284](https://github.com/hyperledger/aries-cloudagent-python/pull/2284
) [swcurran](https://github.com/swcurran)
- 0.8.2 [\#2285](https://github.com/hyperledger/aries-cloudagent-python/pull/2285) [swcurran](https://github.com/swcurran)
- 0.8.2-rc2 [\#2284](https://github.com/hyperledger/aries-cloudagent-python/pull/2283) [swcurran](https://github.com/swcurran)
- 0.8.2-rc1 [\#2282](https://github.com/hyperledger/aries-cloudagent-python/pull/2282) [swcurran](https://github.com/swcurran)
- 0.8.2-rc0 [\#2260](https://github.com/hyperledger/aries-cloudagent-python/pull/2260) [swcurran](https://github.com/swcurran)

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.8.2-rc2"
__version__ = "0.8.2"
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.8.2-rc2"
"version" : "v0.8.2"
},
"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.8.2-rc2",
"version" : "v0.8.2",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down

0 comments on commit 3199657

Please sign in to comment.