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

0.9 release checklist #138

Open
4 tasks
littledivy opened this issue Nov 12, 2023 · 1 comment
Open
4 tasks

0.9 release checklist #138

littledivy opened this issue Nov 12, 2023 · 1 comment

Comments

@littledivy
Copy link
Member

The latest rewrite brought a lot of breaking changes for users, for the better. It will be part of 0.9 stable.

  • &str, String, Vec and Box support.

These types were removed in the new rewrite but for 0.9 stable I'd like to get them back so its less painful to migrate from 0.8.

serde support has been removed. This was a major cause of memory leaks and inefficient. It is recommended to use the new impl classes support instead.

  • Explain publishing pipeline in docs / example.

Automatic caching and fetching from GIthub releases has been removed. This was awkward and offered very little flexibility.

Instead, I've add support to lazy initialize the library; binary release, fetch and caching (if desired) is left to the user.

  • Depreciate old CLI, print warning/error.

  • Help other crates migrate to 0.9

Probably send a few PRs and open issues on active dependent crates. It will also help identify bugs.

@Sleepful
Copy link

Sleepful commented Apr 27, 2024

oh yeah could not use &str as param, instead had to use &String (the compiler built it fine but IDK if it actually works)

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

No branches or pull requests

2 participants