Skip to content

Commit bc318a8

Browse files
korydraughnalanking
authored andcommitted
[#3] Update changelog for 2.2.0 release.
1 parent 4de8141 commit bc318a8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project **only** adheres to the following _(as defined at [Semantic Versioning](https://semver.org/spec/v2.0.0.html))_:
7+
8+
> Given a version number MAJOR.MINOR.PATCH, increment the:
9+
>
10+
> - MAJOR version when you make incompatible API changes
11+
> - MINOR version when you add functionality in a backward compatible manner
12+
> - PATCH version when you make backward compatible bug fixes
13+
14+
## [v2.2.0] - 2024-10-14
15+
16+
### Changed
17+
18+
- Bump server compatibility to iRODS 4.3.3 (#3).
19+
- Limit maximum value for connection timeouts (#623).
20+
- Disable client redirection to resource, by default (#626, #627).
21+
22+
### Fixed
23+
24+
- Adjust use of imported symbols from module for testing (#613).
25+
- Modify the correct object in session.clone() for `ticket_applied` attribute (#619).
26+
- Correct ticket expire example in README (#630).
27+
28+
### Added
29+
30+
- Attach server response to exception as `server_msg` attribute (#606).
31+
- Add `CAT_TICKET_USES_EXCEEDED` to irods.exception module (#632).
32+
333
## [v2.1.0] - 2024-08-13
434

535
- [#3] v2.1.0 and update changelog [Terrell Russell]

0 commit comments

Comments
 (0)