Skip to content

Releases: openwallet-foundation/acapy

1.3.3

02 Mar 22:36
eb0d06b

Choose a tag to compare

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.3 and to see the same events after the migration as before. In addition, a new endpoint has been added for the Out of Band (OOB) protocol that supports retrieving a list of Out of Band records.

The release includes the following PRs from the main branch cherry-picked into this release:

  • feat: add list endpoint for out-of-band records #4046
  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.3.3 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.3.2...1.3.3

1.2.6

02 Mar 22:30
e362a10

Choose a tag to compare

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.2 and to see the same events after the migration as before. In addition, a new endpoint has been added for the Out of Band (OOB) protocol that supports retrieving a list of Out of Band records.

The release includes the following PRs from the main branch cherry-picked into this release:

  • feat: add list endpoint for out-of-band records #4046
  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.2.6 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.2.5...1.2.6

1.3-lts

02 Mar 22:41
eb0d06b

Choose a tag to compare

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.3 and to see the same events after the migration as before. In addition, a new endpoint has been added for the Out of Band (OOB) protocol that supports retrieving a list of Out of Band records.

The release includes the following PRs from the main branch cherry-picked into this release:

  • feat: add list endpoint for out-of-band records #4046
  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.3.3 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.3.2...1.3.3

1.2-lts

02 Mar 22:30
e362a10

Choose a tag to compare

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.2 and to see the same events after the migration as before. In addition, a new endpoint has been added for the Out of Band (OOB) protocol that supports retrieving a list of Out of Band records.

The release includes the following PRs from the main branch cherry-picked into this release:

  • feat: add list endpoint for out-of-band records #4046
  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.2.6 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.2.5...1.2.6

1.5.1

27 Feb 21:43
4eb3a18

Choose a tag to compare

ACA-Py 1.5.1 is a clean up release primarily to address some follow-on issues related to the 1.5.0 release -- notably with the handling of AnonCreds revocation. There are some convenience additions and a GitHub Actions pipeline fix.

1.5.1 Breaking Changes

There are no breaking changes in this release from 1.5.0. Those upgrading from a version prior to 1.5.0 should review the 1.5.0 Breaking Changes section for details about the breaking changes introduced in 1.5.0.

1.5.1 Deprecation Notices

The acapy_agent.revocation_anoncreds package has been deprecated and relocated to acapy_agent.anoncreds.revocation for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.

The wallet-type configuration value askar is now deprecated and all deployments still using that wallet type should migrate to either the askar-anoncreds or (ideally) kanon-anoncreds wallet types.

AIP 1.0 protocols that were previously announced as deprecated have now been removed from ACA-Py core. Implementers still using those protocols MUST adjust their configuration to load those protocols from the respective plugins, or better, upgrade to their AIP 2.0 equivalents.

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.1rc1

24 Feb 15:32
fb5dcdb

Choose a tag to compare

1.5.1rc1 Pre-release
Pre-release

ACA-Py 1.5.1 is a clean up release primarily to address some follow-on issues related to the 1.5.0 release -- notably with the handling of AnonCreds revocation. There are some convenience additions and a GitHub Actions pipeline fix.

1.5.1 Breaking Changes

There are no breaking changes in this release from 1.5.0. Those upgrading from a version prior to 1.5.0 should review the 1.5.0 Breaking Changes section for details about the breaking changes introduced in 1.5.0.

1.5.1 Deprecation Notices

The acapy_agent.revocation_anoncreds package has been deprecated and relocated to acapy_agent.anoncreds.revocation for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.

The wallet-type configuration value askar is now deprecated and all deployments still using that wallet type should migrate to either the askar-anoncreds or (ideally) kanon-anoncreds wallet types.

AIP 1.0 protocols that were previously announced as deprecated have now been removed from ACA-Py core. Implementers still using those protocols MUST adjust their configuration to load those protocols from the respective plugins, or better, upgrade to their AIP 2.0 equivalents.

What's Changed

Full Changelog: 1.5.0...1.5.1rc1

1.3.3rc1

24 Feb 15:37
9d597e8

Choose a tag to compare

1.3.3rc1 Pre-release
Pre-release

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.2 and to see the same events after the migration as before. In addition, a new endpoint has been added for the Out of Band (OOB) protocol that supports retrieving a list of Out of Band records.

The release includes the following PRs from the main branch cherry-picked into this release:

  • feat: add list endpoint for out-of-band records #4046
  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.3.3 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.3.2...1.3.3rc1

1.2.6rc1

24 Feb 15:35
70e714a

Choose a tag to compare

1.2.6rc1 Pre-release
Pre-release

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.2 and to see the same events after the migration as before. In addition, a new endpoint has been added for the Out of Band (OOB) protocol that supports retrieving a list of Out of Band records.

The release includes the following PRs from the main branch cherry-picked into this release:

  • feat: add list endpoint for out-of-band records #4046
  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.2.6 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.2.5...1.2.6rc1

1.5.1rc0

20 Feb 17:19
a99e49f

Choose a tag to compare

1.5.1rc0 Pre-release
Pre-release

ACA-Py 1.5.1 is a clean up release primarily to address some follow-on issues related to the 1.5.0 release -- notably with the handling of AnonCreds revocation. There are some convenience additions and a GitHub Actions pipeline fix.

1.5.1 Breaking Changes

There are no breaking changes in this release from 1.5.0. Those upgrading from a version prior to 1.5.0 should review the 1.5.0 Breaking Changes section for details about the breaking changes introduced in 1.5.0.

1.5.1 Deprecation Notices

The acapy_agent.revocation_anoncreds package has been deprecated and relocated to acapy_agent.anoncreds.revocation for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.

The wallet-type configuration value askar is now deprecated and all deployments still using that wallet type should migrate to either the askar-anoncreds or (ideally) kanon-anoncreds wallet types.

AIP 1.0 protocols that were previously announced as deprecated have now been removed from ACA-Py core. Implementers still using those protocols MUST adjust their configuration to load those protocols from the respective plugins, or better, upgrade to their AIP 2.0 equivalents.

What's Changed

  • chore(deps): Bump pyjwt from 2.10.1 to 2.11.0 by @dependabot[bot] in #4040
  • chore(deps): Bump the all-actions group with 4 updates by @dependabot[bot] in #4041
  • chore(deps): Bump the all-actions group with 2 updates by @dependabot[bot] in #4043
  • chore(deps-dev): Bump ruff from 0.14.0 to 0.15.0 by @dependabot[bot] in #4042
  • Fix revocation setup by @PatStLouis in #4047
  • chore(deps): Bump cryptography from 46.0.2 to 46.0.5 in the pip group across 1 directory by @dependabot[bot] in #4045
  • feat: add list endpoint for out-of-band records by @kukgini in #4046
  • FIX BDD interop integration tests by @PatStLouis in #4052
  • chore(deps): Bump the all-actions group across 1 directory with 2 updates by @dependabot[bot] in #4053
  • chore(deps): Bump pillow from 11.3.0 to 12.1.1 in the pip group across 1 directory by @dependabot[bot] in #4048
  • Enable outbound transport in --no-transport mode, only disable inbound by @PatStLouis in #4050
  • fix: handle revocation registry race conditions for BDD integration tests by @PatStLouis in #4056
  • 1.5.1rc0 by @swcurran in #4054

Full Changelog: 1.5.0...1.5.1rc0

1.3.3rc0

30 Jan 16:48
b24a8d5

Choose a tag to compare

1.3.3rc0 Pre-release
Pre-release

This patch is being released to address some issues in the migration of the askar wallet-type to askar-anoncreds, and in to restore some webhooks that were lost when askar-anoncreds support was added. The fixes are necessary to enable the both the migration of an existing ACA-Py wallet-type to askar-anoncreds using ACA-Py 1.2 and to see the same events after the migration as before.

The release includes the following PRs from the main branch cherry-picked into this release:

  • Update AnonCreds events #4016
  • Fix issues with anoncreds upgrade #3991

As well, a dependency update was applied, updating the poetry.lock file to use the latest minor versions of the dependencies and eliminating the one "High" or "Critical" vulnerability in the dependencies.

1.3.3 Breaking Changes

There are no breaking changes in this release.

What's Changed

Full Changelog: 1.3.2...1.3.3rc0