Releases: Indicio-tech/didcomm-messaging-python
v0.1.2a3
What's Changed
- fix: DIDCommV1: Routing keys & forward messages by @TheTechmage in #45
Full Changelog: v0.1.2a2...v0.1.2a3
v0.1.2a2
v0.1.2a1
What's Changed
- fix: Add
@id
attribute to V1 forward messages by @TheTechmage in #42 - chore: update pre-release version by @TheTechmage in #43
Full Changelog: v0.1.2a0...v0.1.2a1
v0.1.2a0
v0.1.1
What's Changed
- refactor: make services more flexible by @dbluhm in #31
- chore: update dependencies, dependabot config by @dbluhm in #32
- chore(deps): Bump the all-actions group with 2 updates by @dependabot in #33
- Quickstart: Websocket support and message fixes by @frostyfrog in #34
- chore: bump version for 0.1.1a1 by @frostyfrog in #35
- fix: quickstart: Add fixes based upon previous DMP changes by @frostyfrog in #36
- chore: bump version to 0.1.1.a2 by @frostyfrog in #37
- feat: add legacy didcomm v1 pack and unpack impl by @dbluhm in #38
- chore: 0.1.1 release official by @dbluhm in #41
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v0.1.0...v0.1.1
v0.1.1a3
v0.1.1a2
What's Changed
- fix: quickstart: Add fixes based upon previous DMP changes by @frostyfrog in #36
- chore: bump version to 0.1.1.a2 by @frostyfrog in #37
Full Changelog: v0.1.1a1...v0.1.1a2
v0.1.1a1
What's Changed
- chore(deps): Bump the all-actions group with 2 updates by @dependabot in #33
- Quickstart: Websocket support and message fixes by @frostyfrog in #34
- chore: bump version for 0.1.1a1 by @frostyfrog in #35
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v0.1.1a0...v0.1.1a1
v0.1.1a0
v0.1.0
Version 0.1.0 Full Release
It's been a while coming, but we are now confident that the didcomm-messaging-python library has reached a state of maturity for a full release. The library has been well tested in multiple implementations and experiments and has demonstrated that it meets the needs for a simple and easy-to-use DIDComm V2 compatible library. With this 0.1.0 release, didcomm-messaging-python is now ready for use by the wider community. A huge shout out to our contributors and maintainers @dbluhm, @mepeltier, and @frostyfrog for bringing this library to life and all the work and effort put forth to not only make didcomm-messaging-python compliant with the DIDComm V2 spec, but also for reaching out to other projects in the ecosystem to help ensure that cross-communication is not only possible, but a reality.
What's Changed
- fix: filter for DIDCommMessaging service type by @frostyfrog in #27
- chore: lock GHA workflow's black to our version by @frostyfrog in #28
- Add a quickstart library file by @frostyfrog in #25
- feat: Add did:web resolver support by @frostyfrog in #29
- chore: prepare for 0.1.0 release by @frostyfrog in #30
Full Changelog: v0.1.0a4...v0.1.0
Note: These changes are since the last alpha release, since no non-alpha release has happened until today.