Skip to content

Commit c2cf554

Browse files
committed
[#782] Update changelog
1 parent dc010d0 commit c2cf554

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,41 @@ 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.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+
1449
## [v3.2.0] - 2025-08-27
1550

1651
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

Comments
 (0)