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
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,41 @@ 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.3.0] - 2026-03-18
15
+
16
+
This release includes improvements for listing tickets, clean cancellation of parallel transfers, storage of binary data in AVUs, and more.
17
+
18
+
### Changed
19
+
20
+
- Migrate to pyproject.toml (#774, #783).
21
+
22
+
### Removed
23
+
24
+
- Remove Jenkins test framework (#778).
25
+
26
+
### Deprecated
27
+
28
+
- Deprecate `IRODS_VERSION` (#698).
29
+
30
+
### Fixed
31
+
32
+
- Fix ability to store arbitrary binary data in an AVU (#707).
33
+
- Add `__slots__` member to prevent configuration misfires (#708).
34
+
- Preserve state when chaining calls on metadata manager (#709).
35
+
- Fix segfault and hung threads when signals abort a parallel transfer (#722).
36
+
- Fix handling of username in GeneralAdmin API for proper removal of remote user home collection (#763).
37
+
- Use named loggers (#771).
38
+
39
+
### Added
40
+
41
+
- Add convenience functions for listing tickets (#120).
42
+
- Add automated testing via GitHub Actions (#502, #697).
43
+
- Add `_IRODS_VERSION` (#698).
44
+
- Add facilities for stopping parallel transfers in a clean manner (#722).
45
+
- Add configuration and GitHub Action workflows for code formatting and linting (#726).
46
+
- Allow MetadataManager options to be accessible as attributes (#795).
47
+
- Allow ticket instances to be populated using information from catalog queries (#801).
48
+
14
49
## [v3.2.0] - 2025-08-27
15
50
16
51
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.
0 commit comments