Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9 #37

Merged
merged 222 commits into from
Jun 5, 2024
Merged

v0.9 #37

merged 222 commits into from
Jun 5, 2024

Conversation

bitfl0wer
Copy link
Member

polyproto v0.9 is here, and it is by far the biggest and best update to the polyproto crate so far. It is the first version of the polyproto crate which I am personally happy with, and which I can recommend to be used by other people in their applications. This version is responsible for a myriad of improvements to the polyproto API, which is now mostly stable!

Here is a rundown of what has been changed, added and fixed:

Additions

  • More robust and wide-reaching tests, covering more cases, thus uncovering bugs that desperately needed fixing
  • Full HTTP API client for polyproto, gated behind reqwest feature
  • Ergonomic API types gated behind types feature to use in own applications
  • serde support for der, spki and x509_cert types which directly interface with the API

Changes

  • Made API more ergonomic
  • Too many small ones to list :P

Fixes

  • Fixed catastrophically incorrect validation of IdCerts and IdCsrs
  • Fixed incorrect parsing of BitStrings when converting to/from the Capabilities struct
  • Probably others I cannot recall right now

@bitfl0wer bitfl0wer linked an issue Jun 5, 2024 that may be closed by this pull request
9 tasks
@bitfl0wer bitfl0wer merged commit cac34f3 into main Jun 5, 2024
1 check passed
@bitfl0wer bitfl0wer linked an issue Jun 5, 2024 that may be closed by this pull request
@bitfl0wer bitfl0wer deleted the v0.9 branch June 5, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v0.9 Release checklist Integrate polyproto API routes
1 participant