Skip to content

Releases: Indicio-tech/didcomm-messaging-python

v0.1.2a3

18 Sep 16:12
Compare
Choose a tag to compare
v0.1.2a3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2a2...v0.1.2a3

v0.1.2a2

03 Sep 01:19
Compare
Choose a tag to compare
v0.1.2a2 Pre-release
Pre-release

What's Changed

  • feat: add did jwk resolver and support for p256 keys by @dbluhm in #44

Full Changelog: v0.1.2a1...v0.1.2a2

v0.1.2a1

25 Jun 20:49
Compare
Choose a tag to compare
v0.1.2a1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2a0...v0.1.2a1

v0.1.2a0

11 Jun 22:51
Compare
Choose a tag to compare
v0.1.2a0 Pre-release
Pre-release

What's Changed

  • DIDComm v1 interfaces like those available for v2 by @dbluhm in #39
  • fix: address feedback by @dbluhm in #40

Full Changelog: v0.1.1a3...v0.1.2a0

v0.1.1

11 Jun 22:46
9de0cff
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.1.1

v0.1.1a3

23 May 16:30
Compare
Choose a tag to compare
v0.1.1a3 Pre-release
Pre-release

What's Changed

  • feat: add legacy didcomm v1 pack and unpack impl by @dbluhm in #38

Full Changelog: v0.1.1a2...v0.1.1a3

v0.1.1a2

13 May 15:09
Compare
Choose a tag to compare
v0.1.1a2 Pre-release
Pre-release

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

29 Apr 22:20
Compare
Choose a tag to compare
v0.1.1a1 Pre-release
Pre-release

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

Full Changelog: v0.1.1a0...v0.1.1a1

v0.1.1a0

23 Apr 18:54
Compare
Choose a tag to compare
v0.1.1a0 Pre-release
Pre-release

What's Changed

  • refactor: make services more flexible by @dbluhm in #31
  • chore: update dependencies, dependabot config by @dbluhm in #32

Full Changelog: v0.1.0...v0.1.1a0

v0.1.0

02 Apr 02:35
Compare
Choose a tag to compare

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.