You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a solid 1? 2? months of development, v0.9 of the polyproto crate is almost ready. v0.9 is, by far, the biggest update yet. It fixes countless oversights made in previous releases which were now caught through testing, documenting and rigorous reviewing of my code, adds a plethora of new features, such as a full polyproto HTTP client, contextual and better validation of certificates and other types and many, many more things.
This issue documents the last few things that have to be implemented or changed, before I am truly happy with this update.
Missing routes (including tests)
GET Encrypted private key material
POST Encrypted private key material
DELETE Encrypted private key material
OPTIONS: Get max upload size of private key material
General
Review open TODOs
Re-read documentation, check for needed updates
Examples
Provide examples for how to use the HTTP client
Perhaps re-organize the examples into their own crate, similar to how some other projects do it
Add validation of certificates to examples
The text was updated successfully, but these errors were encountered:
After a solid 1? 2? months of development, v0.9 of the polyproto crate is almost ready. v0.9 is, by far, the biggest update yet. It fixes countless oversights made in previous releases which were now caught through testing, documenting and rigorous reviewing of my code, adds a plethora of new features, such as a full polyproto HTTP client, contextual and better validation of certificates and other types and many, many more things.
This issue documents the last few things that have to be implemented or changed, before I am truly happy with this update.
Missing routes (including tests)
General
Examples
The text was updated successfully, but these errors were encountered: