-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGELOG
50 lines (41 loc) · 1.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=================================
Trovebox Python Library Changelog
=================================
v0.6.2
======
* Support Unicode tags (#74, #77)
* Ensure lists inside parameters are UTF-8 encoded (#74, #77)
* Fix repr unicode handling (#75)
* Support unicode filenames (#72, #73)
* Add Pypy to unit testing list (#78)
v0.6.1
======
* Perform user expansion when uploading files from the CLI (#59, #70)
* Remove redundant import (#67, #69)
* Functional test improvements (#68)
v0.6
======
* Support for many additional API endpoints (#56, #65)
* Code coverage reporting (#57)
* Unit test improvements (#58, #63, #64)
v0.5.1
======
* Use httpretty v0.6.5 for unit tests (#60)
* Ignore illegal TroveboxObject attributes (#61)
v0.5
======
* Pylint improvements - using .pylint-ignores to waive warnings (#49)
* Add support for https URLs (#51)
* Configuration improvements (#53)
* Allow https SSL verification bypass (#50)
* Test improvements (#54)
v0.4
======
First release
* Added more unit tests (#44, #45)
* Fixed consistency problems found with unit tests (#46)
* Renamed to Trovebox (#48)
* Packaged for PyPI:
- Updated metadata
- Store the version number inside the package, and add --version CLI option
- Update README and convert to ReStructuredText, as required by PyPI