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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,37 @@ 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.2.0] - 2025-08-27
15
+
16
+
This release makes the library compatible with iRODS 5, adds support for the PAM Interactive authentication scheme, improves support for groupadmins, and adds new features for GenQuery1.
17
+
18
+
With this release, users can override the global default number of rows to return for GenQuery1 queries. See [GenQuery1 Queries](https://github.com/irods/python-irodsclient/tree/v3.2.0#genquery1-queries) to learn more.
19
+
20
+
The Consortium recommends that users enable `PYTHON_IRODSCLIENT_CONFIGURATION_LOAD_ERRORS_FATAL` to aid in detecting invalid configuration values on program startup. This option will be enabled by default in a future release. See [Python iRODS Client Settings File](https://github.com/irods/python-irodsclient/tree/v3.2.0#python-irods-client-settings-file) for more information.
21
+
22
+
### Changed
23
+
24
+
- Use `group` keyword to create groups in iRODS 4.3.4 and later (#742).
25
+
- Bump iRODS compatibility to iRODS 5.0.1 (#743).
26
+
27
+
### Removed
28
+
29
+
- Remove deprecated user-group symbols (#440).
30
+
31
+
### Fixed
32
+
33
+
- Apply `user_zone` property appropriately when creating users as a groupadmin (#759).
34
+
- Qualify username when retrieving user via `session.users.get('<username>')` (#764).
35
+
36
+
### Added
37
+
38
+
- Implement support for PAM Interactive authentication scheme (#653).
39
+
- Add support for iRODS 5 access time (#700).
40
+
- Allow developers to override the global default number of rows to return for GenQuery1 queries (#712).
41
+
- Add mypy type checking (#744).
42
+
- Allow the exclusion of GenQuery1 columns through negation (#755).
43
+
- Add convenience function for creating remote users as a groupadmin (#759).
44
+
14
45
## [v3.1.1] - 2025-06-09
15
46
16
47
This patch release resolves bugs related to connections, `ips` tracking, and dependencies.
0 commit comments