Releases: brian-ruf/ruf-common-python
Releases · brian-ruf/ruf-common-python
Release list
v2.2.0
- Removed
logurufrom dependencies - Replaced logging calls with the standard logger
ERRORandWARNINGare on by default.INFOandDEBUGare off by default.- Added
docs/LOGGING.mdwith details and instructions for manipulating
Version 2.1.0
- Added typing to all methods and functions
- Added more comprehensive unit tests
Version 2.0.3
Disabled logging by default.
Version 2.0.1
Resolved issue where remnants of the aws module were still present and preventing the library from being imported. Updated unit testing to catch similar issues in the future.
Version 2.0.0
This release removes the aws.py module and related documentation, and dropped the dependency on boto. The goal was to reduce the size of the library to just what is necessary to support the OSCAL project on the Python Package Index.
Version 1.1.0
- Added
zip_file - Addressed some syntax issues to ensure Python 3.9 - 3.12 compatibility
Version 1.0.3
Fixed existing documentation and added more detailed documentation.
Version 1.0.2 - First Publication to Pypi
v1.0.2 Preparing for publication to pypi.org
Version 1.0.1
v1.0.1 Version 1.0.1
Version 1.0.0
Initial release.