Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Release 0.1.6 #2608

Merged
merged 1 commit into from
Mar 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Release Parameters
BASE_VERSION=0.1.6
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.1.6

## March 6, 2021

- RFC 0510: Presentation-Exchange Attachment (https://github.com/hyperledger/aries-framework-go/pull/2472)
- Presentation Exchange support (https://github.com/hyperledger/aries-framework-go/pull/2437)
- Present Proof supports BBS+ (https://github.com/hyperledger/aries-framework-go/pull/2602)
- Sign credential API - support BBS+ (https://github.com/hyperledger/aries-framework-go/pull/2601)
- Support BBS+ in KMS (https://github.com/hyperledger/aries-framework-go/issues/2295)
- Support name prefixes in localkms storage to create multi-tenant KMS (https://github.com/hyperledger/aries-framework-go/issues/2435)
- Created Service Provider Interface (SPI) module (https://github.com/hyperledger/aries-framework-go/pull/2512).
- Reworked storage interface to be more fully featured and to fit better with encrypted storage solutions like EDV.
- Added storage provider wrappers that can be used to add automatic caching and batching support to any concrete storage implementation.
- Added a common storage test suite for ensuring consistency across storage implementations.
- Various bug fixes and performance enhancements.

# 0.1.5

## December 7, 2020
Expand Down