API Changes
- The
/cr/glossary/{term}
route no longer accepts anexact
parameter. Instead, exact matching is now the default and a newfuzzy
query parameter was introduced to opt into fuzzy search.
Internal Changes
- Updated some SQL queries to improve the performance of various endpoints
- Updated the CR differ so that ranges of rules are correctly ignored
- Fixed Alembic configuration to correctly locate all database models
- Updated the WPN docs scraper to support recent changes to the page
Full Changelog: v0.5.1...v0.6.0