Norm 2.2.1 has just been released. The biggest feature in this release is [manual foreign key management](https://norm.nim.town/#manual-foreign-key-handling). You can now omit Norm's automatic foreign key handling to optimize JOIN queries. The cost is that you'll have to fetch related objects manually.
Another significant milestone is that the project has migrated to testament, which allowed us to split the test suite across multiple folders thus improving their maintainability. As a bonus, here's a cute report testament generated: <https://norm.nim.town/testresults.html> Thanks to all contributors, especially Regis Caillaud aka @Clonkk. They basically implemented the entire manual fk story.