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.1.0] - 2025-03-21
15
+
16
+
This release includes a full port of the iRODS 4.3 authentication framework with working implementations for the native and pam_password authentication schemes.
17
+
18
+
It also removes support for Python versions earlier than 3.9.
19
+
20
+
### Changed
21
+
22
+
- Implement iRODS 4.3 authentication flow for native and pam_password authentication schemes (#499).
23
+
- Replace deprecated use of hyphen in description file property name (#684).
24
+
- Change server version compatibility to iRODS 4.3.4 (#694).
25
+
26
+
### Removed
27
+
28
+
- Remove support for Python 3.8 and earlier (#694).
29
+
30
+
### Fixed
31
+
32
+
- Make computation of .irodsA file path independent of irods_environment.json file path (#686).
33
+
- Adjust strings in tests to avoid SyntaxWarning messages (#687).
34
+
35
+
### Added
36
+
37
+
- Allow retrieval of connected server version without having to authenticate first (#688).
38
+
14
39
## [v3.0.0] - 2024-12-19
15
40
16
41
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.
0 commit comments