v3.2.0
abarorm Version 3.2.0 Release Notes
We are excited to announce the release of abarorm version 3.2.0! This version introduces new features and improvements that enhance the functionality and usability of our Object-Relational Mapping (ORM) library for SQLite, MySQL, and PostgreSQL databases.
New Features
- Advanced Filtering Options:
- Introduced new lookup expressions
__gte
(greater than or equal) and__lte
(less than or equal) for thefilter()
method. This allows for more precise and flexible queries when retrieving records from the database.
- Introduced new lookup expressions
Bug Fixes
- Resolved minor issues related to database connections and query execution that enhance overall performance and stability.
Improvements
- Improved documentation with detailed explanations of the filtering functionality, including usage examples for advanced filtering options.
- Enhanced code readability and organization to make it easier for contributors and users to understand the library's structure and functionality.
Upgrade Instructions
To upgrade to version 3.2.0, simply run:
pip install --upgrade abarorm
Make sure to check the documentation for additional guidance on using the new features and any other changes in this release.