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.5.0 release checklist #454

Open
1 of 8 tasks
girlbossceo opened this issue Jun 11, 2024 · 0 comments
Open
1 of 8 tasks

0.5.0 release checklist #454

girlbossceo opened this issue Jun 11, 2024 · 0 comments
Assignees

Comments

@girlbossceo
Copy link
Owner

girlbossceo commented Jun 11, 2024

(maybe) Breaking stuff:

  • Delete sqlite support (this has been a burden to maintain for something that we urge no one to use, isn't a default feature for a long time, and is a blocker to async database)
  • Rename crate name from conduit to conduwuit

rustfmt.toml changes (huge diffs):

  • Use imports_layout = "HorizontalVertical" or imports_layout = "Vertical"
  • Change max_width to 100 from 120
  • Revert/Delete fn_params_layout = "Compressed" to the default

Misc:

  • Use clippy.toml disallowed-methods for tokio::spawn for our own runtime Handle
  • Use clippy.toml disallowed-macros to disallow log::{trace,debug,info,warn,error} and tracing::{trace,debug,info,warn,error} for our own logging macro wrappers
  • conduwuit-example.toml max-width to 100
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

1 participant