Skip to content

Releases: TimothyClaeys/pycose

v1.0.1

04 Nov 14:40
5a08c02
Compare
Choose a tag to compare

Hot fix release that solves issues during package installation.

What's Changed

  • Fix setup and test out-of-source in CI by @letmaik in #90

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Oct 15:27
5e70f88
Compare
Choose a tag to compare

This marks the first official release of pycose.

Only two small bug fixes where added since v0.9.dev8.

The main update is that the module was renamed to pycose (in line with the name of the Github repository hosting the code). Imports will now be in the form of import pycose... instead of import cose.

I've also regained control over the pycose package account on PyPi and all future release will be uploaded to that account. The cose package on PyPi will be deprecated and will no longer receive any updates (the package will remain on PyPi).

What's Changed

  • Remove redundant decoding step @panzi in #71
  • Do not strip signature of already signed COSE_Sign1 message by @letmaik in #83

New Contributors

Full Changelog: v0.9.dev8...v1.0.0

v0.9.dev8

01 Jul 21:22
5cd28f0
Compare
Choose a tag to compare
v0.9.dev8 Pre-release
Pre-release

Updates for release 0.9.dev8

  • Proper handling of custom COSE attributes
  • Bug fix for COSE attribute value types.

Release v0.9.dev7 on PyPi

17 May 21:39
Compare
Choose a tag to compare
Pre-release

Fixes a circular dependency and expands the documentation

Release v0.9.dev6 on PyPi

17 May 21:40
Compare
Choose a tag to compare
Pre-release

Adds support for the COSE RSA key and associated operations.

Release v0.9.dev5 on PyPi

15 Apr 12:55
Compare
Choose a tag to compare
Pre-release
  • Bug fixes
  • Add additional checks on COSE keys
  • Fixes issues with X509 extension
  • Allow for unknown key attributes
  • Updating docs

Release v0.9.dev4 on PyPi

13 Apr 19:26
3bbabea
Compare
Choose a tag to compare
Pre-release
Merge pull request #55 from TimothyClaeys/develop

Develop: merge in bug fixes