Skip to content

Releases: brian-ruf/ruf-common-python

v2.2.0

Choose a tag to compare

@brian-ruf brian-ruf released this 12 Jul 03:11
Immutable release. Only release title and notes can be modified.
  • Removed loguru from dependencies
  • Replaced logging calls with the standard logger
  • ERROR and WARNING are on by default.
  • INFO and DEBUG are off by default.
  • Added docs/LOGGING.md with details and instructions for manipulating

Version 2.1.0

Choose a tag to compare

@brian-ruf brian-ruf released this 14 May 23:02
Immutable release. Only release title and notes can be modified.
  • Added typing to all methods and functions
  • Added more comprehensive unit tests

Version 2.0.3

Choose a tag to compare

@brian-ruf brian-ruf released this 18 Apr 19:35
Immutable release. Only release title and notes can be modified.

Disabled logging by default.

Version 2.0.1

Choose a tag to compare

@brian-ruf brian-ruf released this 18 Apr 18:06
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@brian-ruf brian-ruf released this 11 Apr 01:58
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@brian-ruf brian-ruf released this 08 Mar 17:06
Immutable release. Only release title and notes can be modified.
  • Added zip_file
  • Addressed some syntax issues to ensure Python 3.9 - 3.12 compatibility

Version 1.0.3

Choose a tag to compare

@brian-ruf brian-ruf released this 06 Mar 17:16
Immutable release. Only release title and notes can be modified.

Fixed existing documentation and added more detailed documentation.

Version 1.0.2 - First Publication to Pypi

Choose a tag to compare

@brian-ruf brian-ruf released this 06 Mar 16:50
Immutable release. Only release title and notes can be modified.
v1.0.2

Preparing for publication to pypi.org

Version 1.0.1

Choose a tag to compare

@brian-ruf brian-ruf released this 02 Mar 17:58
Immutable release. Only release title and notes can be modified.
v1.0.1

Version 1.0.1

Version 1.0.0

Choose a tag to compare

@brian-ruf brian-ruf released this 14 Nov 18:48
Immutable release. Only release title and notes can be modified.
33a21b0

Initial release.