[v3.0.0] - 2024-12-19
This major release primarily focuses on the removal of Python 2 compatibility. With that comes improvements for PAM authentication and facilities to help with cleaning up resources on program shutdown.
Changed
- Remove Python 2 compatibility (#480).
- Format codebase using Black formatter (#615).
- Expose keyword parameter for controlling whether the .irodsA file is to be overwritten (#635).
- Check environment variable is defined before use, to avoid SyntaxError (#641).
- Improve documentation (#651, #654).
- Replace use of
utcfromtimestamp
andutcnow
(#670).
Fixed
- Correct faulty GenQuery1 column mappings (#642, #643).
- Escape special characters in passwords for PAM authentication (#649, #650).
- Catch
ENOTCONN
error fromsocket.shutdown()
on BSD/MacOS (#657). - Remove call to initialize log facilities on import of irods module (#660).