Skip to content

Commit 2aca076

Browse files
korydraughntrel
authored andcommitted
[#696] Update changelog
1 parent d138aed commit 2aca076

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,37 @@ 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.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+
1445
## [v3.1.1] - 2025-06-09
1546

1647
This patch release resolves bugs related to connections, `ips` tracking, and dependencies.

0 commit comments

Comments
 (0)