File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v1.1.2 (2022-03-15)
5
+ -------------------
6
+ - [#3][#345] Allow tests to pass and accommodate older Python [Daniel Moore]
7
+ - [#352] Fix the infinite loop issue when sock.recv() returns an empty buffer [Kaivan Kamali]
8
+ - [#345] Fix connection destructor issue [Kaivan Kamali]
9
+ - [#351] replace 704 api constant with AUTH_RESPONSE_AN [Daniel Moore]
10
+ - [#350] password input to AUTH_RESPONSE_AN should be string [Daniel Moore]
11
+ - [#315] skip cleanup() if session.pool is None [Daniel Moore]
12
+ - [#290] only anonymous user can log in without password [Daniel Moore]
13
+ - [#43][#328] reasonable indentation [Daniel Moore]
14
+ - [#328] allow user to change own password [Daniel Moore]
15
+ - [#343][#21] document testing and S3 setup [Daniel Moore]
16
+ - [#343] allow parallel (multi-1247) data transfer to/from S3 [Daniel Moore]
17
+ - [#332] capitalize -C,-R object type abbreviations [Daniel Moore]
18
+ - [#349] normalize() argument not necessarily absolute [Daniel Moore]
19
+ - [#323] remove trailing slashes in collection names [Daniel Moore]
20
+
4
21
v1.1.1 (2022-01-31)
5
22
-------------------
6
23
- [#338] clarify Python RE Plugin limitations [Daniel Moore]
Original file line number Diff line number Diff line change 1
- __version__ = '1.1.1 '
1
+ __version__ = '1.1.2 '
You can’t perform that action at this time.
0 commit comments