Skip to content

Commit

Permalink
[#3] v0.9.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed May 15, 2021
1 parent c168fcc commit 193a18b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

v0.9.0 (2021-05-14)
-------------------
[#269] cleanup() is now automatic with session destruct [Daniel Moore]
[#235] multithreaded parallel transfer for PUT and GET [Daniel Moore]
[#232] do not arbitrarily pick first replica for DEST RESC [Daniel Moore]
[#233] add null handler for irods package root [Daniel Moore]
[#246] implementation of checksum for data object manager [Daniel Moore]
[#270] speed up tests [Daniel Moore]
[#260] [irods/irods#5520] XML protocol will use BinBytesBuf in 4.2.9 [Daniel Moore]
[#221] prepare test suite for CI [Daniel Moore]
[#267] add RuleExec model for genquery [Daniel Moore]
[#263] update documentation for connection_timeout [Terrell Russell]
[#261] add temporary password support [Paul van Schayck]
[#257] better SSL examples [Terrell Russell]
[#255] make results of atomic metadata operations visible [Daniel Moore]
[#250] add exception for SYS_INVALID_INPUT_PARAM [Daniel Moore]

v0.8.6 (2021-01-22)
-------------------
[#244] added capability to add/remove atomic metadata [Daniel Moore]
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Currently supported:
- Execute direct SQL queries
- Execute iRODS rules
- Support read, write, and seek operations for files
- PUT/GET data objects
- Parallel PUT/GET data objects
- Create collections
- Rename collections
- Delete collections
Expand Down
2 changes: 1 addition & 1 deletion irods/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.6'
__version__ = '0.9.0'

0 comments on commit 193a18b

Please sign in to comment.