Skip to content

v3.2.0

Compare
Choose a tag to compare
@ProdByGodfather ProdByGodfather released this 29 Oct 14:16
· 36 commits to main since this release
8306308

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 the filter() method. This allows for more precise and flexible queries when retrieving records from the database.

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.