Milestone 0.9.0 currently shows 0 open / 11 closed issues, and main is actively being updated (most recent commits in April 2026). However, 0.9.0-alpha.1 shipped in September 2025 and no follow-up alpha, beta, or stable has been tagged since.
This is blocking the sea-orm ecosystem (which depends on sqlx = "^0.8.4") from adopting the relaxed libsqlite3-sys constraint merged in #4161 (Feb 2026). Downstream effect: sqlx + modern rusqlite / cargo can't coexist in a single workspace — see SeaQL/sea-orm#2725 and issue #4160 here for concrete reproductions.
Could maintainers share a rough timeline, or point at what's still blocking a 0.9.0-alpha.2 / beta tag? Happy to help with release prep (version bumps, changelog pass, etc.) if useful.
Milestone 0.9.0 currently shows 0 open / 11 closed issues, and
mainis actively being updated (most recent commits in April 2026). However,0.9.0-alpha.1shipped in September 2025 and no follow-up alpha, beta, or stable has been tagged since.This is blocking the
sea-ormecosystem (which depends onsqlx = "^0.8.4") from adopting the relaxedlibsqlite3-sysconstraint merged in #4161 (Feb 2026). Downstream effect:sqlx+ modernrusqlite/cargocan't coexist in a single workspace — see SeaQL/sea-orm#2725 and issue #4160 here for concrete reproductions.Could maintainers share a rough timeline, or point at what's still blocking a
0.9.0-alpha.2/ beta tag? Happy to help with release prep (version bumps, changelog pass, etc.) if useful.