Skip to content

Commit 498267c

Browse files
korydraughntrel
authored andcommitted
[#694] Update changelog.
1 parent 0d4289b commit 498267c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ and this project **only** adheres to the following _(as defined at [Semantic Ver
1111
> - MINOR version when you add functionality in a backward compatible manner
1212
> - PATCH version when you make backward compatible bug fixes
1313
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+
1439
## [v3.0.0] - 2024-12-19
1540

1641
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

Comments
 (0)