-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.4.0 Release Checklist #361
Comments
Is there an ETA for 0.4? |
@jhpratt No specific timeline but it's at least blocked on smol-rs/smol#136 |
smol-rs/smol#136 was resolved recently. |
Just saw the examples are starting to be updated, anything else blocking 0.4 that could need some help ? |
@raftario query logging is the last "feature" but there are some outstanding questions around some of the macro changes that need resolving ( as it would be breaking to change it afterwords ). I updated the checklist in the opening comment. |
Is |
Figure out CI at least at a minimal level. The tests in-repo are extensive now and run via
docker-compose
but we need checks in CI as well. The current GitHub Actions tests are brittle and mostly broken on master at the moment. [[CI] Determine best practices for large CI workflows in GitHub Actions #240]Update examples in readme
Update examples
Question: Should nullability be checked with custom type overrides? #489 - resolve inferred nullability with type overrides
Deprecate
_unchecked!()
variants of query macros #442 - resolve discussion ofunchecked
macrosRemove ResultExt or otherwise clean up type mismatch error in query_as! now that we have explicit overrides #480 - remove
ResultExt
[migrate] [proposal] new schema for the migrations table #359
[core] re-integrate query logging #360 - re-integrate query logging
SqliteError 262 database table is locked #326 [SQLite] Handle SQLITE_LOCKED #193
Support time for SQLite #165 Support chrono for SQLite #164 WIP: First attempt at roundtripping chrono types through SQLite #230
The text was updated successfully, but these errors were encountered: