Skip to content

Commit

Permalink
chore(release): cut edge agent sdk swift 7.0.0 release
Browse files Browse the repository at this point in the history
# [7.0.0](6.1.1...7.0.0) (2024-11-05)

### Bug Fixes

* removing unneeded async from func ([807d3d5](807d3d5))

* feat!(agent): agent separation of concerns ([65ff99d](65ff99d))

### Features

* **edgeagent:** adds support for connectionless issuance and presentation ([7a5398e](7a5398e))
* **edgeAgent:** KID will be present on any signed JWTs ([b8a6855](b8a6855))

### BREAKING CHANGES

* This is a refactor, from now on the EdgeAgent will not have any reference with DIDComm and a DIDCommAgent will replace this.
EdgeAgent now will scope all the logic that is inherent to it removing any transport layer association, and new agents like DIDCommAgent will scope the EdgeAgent functionalities for a transport layer.

With this Pollux also has some significant changes so it is not aggregated to the DIDComm Message.

OIDCAgent will take part of OIDC transport layer communication.

Signed-off-by: goncalo-frade-iohk <goncalo.frade@iohk.io>
  • Loading branch information
hyperledger-bot committed Nov 5, 2024
1 parent e8bf5e9 commit cb269e6
Show file tree
Hide file tree
Showing 3 changed files with 7,069 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [7.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/6.1.1...7.0.0) (2024-11-05)


### Bug Fixes

* removing unneeded async from func ([807d3d5](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/807d3d5cad4bee1dbecd7aa327c577cc4354be37))


* feat!(agent): agent separation of concerns ([65ff99d](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/65ff99d66d9d44c1cbe133b387ea64c379de09c2))


### Features

* **edgeagent:** adds support for connectionless issuance and presentation ([7a5398e](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/7a5398eeac572585a71246682d4e88c7982a17f4))
* **edgeAgent:** KID will be present on any signed JWTs ([b8a6855](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/b8a68559605d3d36f7bfa29706116dbc745e8492))


### BREAKING CHANGES

* This is a refactor, from now on the EdgeAgent will not have any reference with DIDComm and a DIDCommAgent will replace this.
EdgeAgent now will scope all the logic that is inherent to it removing any transport layer association, and new agents like DIDCommAgent will scope the EdgeAgent functionalities for a transport layer.

With this Pollux also has some significant changes so it is not aggregated to the DIDComm Message.

OIDCAgent will take part of OIDC transport layer communication.

Signed-off-by: goncalo-frade-iohk <goncalo.frade@iohk.io>

# [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.6.0...4.0.0) (2024-01-25)


Expand Down
Loading

0 comments on commit cb269e6

Please sign in to comment.