All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.4.0 - tbd
- Add support for Python 3.13
- Remove legacy syntax constructs using
pyupgrade --py39-plus
- Remove support for deprecated Python version 3.8
4.3.0 - 2024-11-16
- Support for aggregation pipelines in updates @maximkir-fl
- Remove legacy syntax constructs using
pyupgrade --py38-plus
- The Mongo Python driver did refactor the
gridfsimplementation, so that the patched code had to be adapted.
4.2.0 - 2024-09-11
- Switch to hatch as build system.
- Switch to PEP 621 compliant project setup.
- Updated the license to ISC.
- The setuptools specific files e.g.
setup.cfgandsetup.pyhave been removed in the scope of the switch tohatch. - Remove support for deprecated Python versions (everything prior to 3.8)