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.3.0 - tbd
- Remove legacy syntax constructs using
pyupgrade --py38-plus
- The Mongo Python driver did refactor the
gridfs
implementation, 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.cfg
andsetup.py
have been removed in the scope of the switch tohatch
. - Remove support for deprecated Python versions (everything prior to 3.8)