Skip to content

Commit

Permalink
Merge pull request #2260 from swcurran/0.8.2-rc0
Browse files Browse the repository at this point in the history
Release 0.8.2-rc0
  • Loading branch information
swcurran authored Jun 8, 2023
2 parents ea98318 + f5cffc5 commit 8b22ed3
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 7 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# 0.8.2-rc0

## June 9, 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.

There are no breaking changes in this release.

### Categorized List of Pull Requests

- Connections Fixes/Updates
- Resolve definitions.py fix [\#2255](https://github.com/hyperledger/aries-cloudagent-python/pull/2255) [usingtechnology](https://github.com/usingtechnology)
- Add support for JsonWebKey2020 for the connection invitations [\#2173](https://github.com/hyperledger/aries-cloudagent-python/pull/2173) [dkulic](https://github.com/dkulic)
- fix: only cache completed connection targets [\#2240](https://github.com/hyperledger/aries-cloudagent-python/pull/2240) [dbluhm](https://github.com/dbluhm)
- Connection target should not be limited only to indy dids [\#2229](https://github.com/hyperledger/aries-cloudagent-python/pull/2229) [dkulic](https://github.com/dkulic)
- Disable webhook trigger on initial response to multi-use connection invitation [\#2223](https://github.com/hyperledger/aries-cloudagent-python/pull/2223) [esune](https://github.com/esune)
- Credential Exchange (Issue, Present) Updates
- Pass document loader to jsonld.expand [\#2175](https://github.com/hyperledger/aries-cloudagent-python/pull/2175) [andrewwhitehead](https://github.com/andrewwhitehead)
- Multi-tenancy fixes/updates
- stand up multiple agents (single and multi) for local development and testing [\#2230](https://github.com/hyperledger/aries-cloudagent-python/pull/2230) [usingtechnology](https://github.com/usingtechnology)
- Multi-tenant self-managed mediation verkey lookup [\#2232](https://github.com/hyperledger/aries-cloudagent-python/pull/2232) [usingtechnology](https://github.com/usingtechnology)
- fix: route multitenant connectionless oob invitation [\#2243](https://github.com/hyperledger/aries-cloudagent-python/pull/2243) [TimoGlastra](https://github.com/TimoGlastra)
- Fix multitenant/mediation in demo [\#2075](https://github.com/hyperledger/aries-cloudagent-python/pull/2075) [ianco](https://github.com/ianco)
- Other Bug and Documentation Fixes
- ./run_demo performance -c 1 --mediation --timing --trace-log [#2245](https://github.com/hyperledger/aries-cloudagent-python/pull/2245) [usingtechnology](https://github.com/usingtechnology)
- Fix formatting and grammatical errors in different readme's [\#2222](https://github.com/hyperledger/aries-cloudagent-python/pull/2222) [ff137](https://github.com/ff137)
- Fix broken link in README [\#2221](https://github.com/hyperledger/aries-cloudagent-python/pull/2221) [ff137](https://github.com/ff137)
- fix: run only on main, forks ok [\#2166](https://github.com/hyperledger/aries-cloudagent-python/pull/2166) [anwalker293](https://github.com/anwalker293)
- Update Alice Wants a JSON-LD Credential to fix invocation [\#2219](https://github.com/hyperledger/aries-cloudagent-python/pull/2219) [swcurran](https://github.com/swcurran)
- Dependencies and Internal Updates
- Bump requests from 2.30.0 to 2.31.0 in /demo/playground/scripts dependenciesPull requests that update a dependency file [\#2238](https://github.com/hyperledger/aries-cloudagent-python/pull/2238) [dependabot bot](https://github.com/dependabot)
- Upgrade codegen tools in scripts/generate-open-api-spec and publish Swagger 2.0 and OpenAPI 3.0 specs [\#2246](https://github.com/hyperledger/aries-cloudagent-python/pull/2246) [ff137](https://github.com/ff137)
- 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-rc0 [\#2260](https://github.com/hyperledger/aries-cloudagent-python/pull/2260) [swcurran](https://github.com/swcurran)

# 0.8.1

## April 5, 2023
Expand Down
12 changes: 10 additions & 2 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ Once you have the list of PRs:

5. Update the version number listed in
[aries_cloudagent/version.py](aries_cloudagent/version.py) and, prefixed with
a "v" in [open-api/openapi.json](open-api/openapi.json) (e.g. "0.7.2" in the
a "v" in [open-api/openapi.json](open-api/openapi.json) and
[open-api/swagger.json](open-api/swagger.json) (e.g. "0.7.2" in the
version.py file and "v0.7.2" in the openapi.json file). The incremented
version number should adhere to the [Semantic Versioning
Specification](https://semver.org/#semantic-versioning-specification-semver)
Expand All @@ -101,7 +102,7 @@ Once you have the list of PRs:
If there are still further changes to be merged, mark the PR as "Draft",
repeat **ALL** of the steps again, and then mark this PR as ready and then
wait until it is merged. It's embarrassing when you have to do a whole new
release just becaused you missed something silly...I know!
release just because you missed something silly...I know!

8. Immediately after it is merged, create a new GitHub tag representing the
version. The tag name and title of the release should be the same as the
Expand All @@ -128,3 +129,10 @@ Once you have the list of PRs:
10. Update the ACA-Py Read The Docs site by building the new "latest" (main
branch) and activating and building the new release. Appropriate permissions
are required to publish the new documentation version.

11. Update the [https://aca-py.org] website with the latest documentation by
creating a PR and tag of the latest documentation from this site. Details
are provided in the [aries-acapy-docs] repository.

[https://aca-py.org]: https://aca-py.org
[aries-acapy-docs]: https://github.com/hyperledger/aries-acapy-docs
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.1"
__version__ = "0.8.2-rc0"
RECORD_TYPE_ACAPY_VERSION = "acapy_version"
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"marshmallow",
"typing_extensions",
"async_timeout",
"portalocker",
"pythonjsonlogger",
]

# "aries_cloudagent.tests.test_conductor",
Expand All @@ -62,7 +64,7 @@
# -- Project information -----------------------------------------------------

project = "Aries Cloud Agent - Python"
copyright = "2021, Province of British Columbia"
copyright = "2023, Province of British Columbia"
author = "Province of British Columbia"

# The short X.Y version
Expand Down Expand Up @@ -105,7 +107,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
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.1"
"version" : "v0.8.2-rc0"
},
"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.1",
"version" : "v0.8.2-rc0",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down

0 comments on commit 8b22ed3

Please sign in to comment.