You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,31 @@ and this project **only** adheres to the following _(as defined at [Semantic Ver
11
11
> - MINOR version when you add functionality in a backward compatible manner
12
12
> - PATCH version when you make backward compatible bug fixes
13
13
14
+
## [v3.0.0] - 2024-12-19
15
+
16
+
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.
17
+
18
+
### Changed
19
+
20
+
- Remove Python 2 compatibility (#480).
21
+
- Format codebase using Black formatter (#615).
22
+
- Expose keyword parameter for controlling whether the .irodsA file is to be overwritten (#635).
23
+
- Check environment variable is defined before use, to avoid SyntaxError (#641).
24
+
- Improve documentation (#651, #654).
25
+
- Replace use of `utcfromtimestamp` and `utcnow` (#670).
0 commit comments