Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut edge agent sdk swift 7.0.0 release
# [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