------------- - Serialize To-One relationships using foreign key, instead of trying to fetch the whole relationship object from the database
2.1.1
Not secure
------------- - Only fetch primary keys from a database for relationships when no filtering is required
2.1.0
Not secure
------------- - Re-added FunctionsAPI until the next major release to let users to implement an alternative 23
2.0.3
Not secure
-------------- - Fix: 26 - selectinload is broken for models that have primary keys other than 'id'. Disabled until a new schema is implemented - Make 'primary_key' optional again 25 (by tanj)
2.0.2
Not secure
-------------- - Fixed import for SQLAlchemy 1.3 22