plain-flags changelog
0.18.0 (2025-06-23)
What's changed
- Dropped multi-database support:
Flag.check()
now follows updated standard system-check signature that receives a singledatabase
keyword argument instead ofdatabases
. Internally the check no longer loops over multiple connections (d346d81). - Updated the admin “Unused flags” card to use the new
database
keyword (d346d81).
Upgrade instructions
- No changes required.