-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
88 lines (57 loc) · 1.99 KB
/
CHANGES.txt
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
2.8.0 (09/04/2024)
==================
- Add replace file in archive and fetch file from archive (#41)
2.7.2 (16/11/2023)
==================
- Fix incorrect header
2.7.1 (16/10/2023)
==================
- Fix incorrect header
2.7.0 (13/10/2023)
==================
- Keycloak migratie (#30)
- Streaming responses toelaten (#33)
2.6.0 (18/11/2021)
==================
* Fix returned metadata (#25)
2.5.0 (10/06/2020)
==================
* Lijst met vertaling van id naar bestandsnaam meesturen download zip (#21)
2.4.0 (21/01/2019)
==================
* Add accept header to list_object_keys_for_container operation (#16)
* Add download zip to list of operations (#15)
2.3.0 (22/08/2017)
==================
* Add get_object_and_metadata method to retrieve an objects and its metadata headers
2.2.0 (22/08/2017)
==================
* Update to `Augeias 0.3.0 <https://github.com/OnroerendErfgoed/augeias/releases/tag/0.3.0>`_.
* Add update_object_and_key method to store an object and create a key
* Add copy_object_and_create_key to copy an object to a new create key in the same storage provider
* Add copy_object to copy an object to a specific key in the same storage provider
2.1.0 (03/11/2015)
==================
* add get_object_metadata method to retrieve an objects metadata headers
2.0.0 (16/10/2015)
==================
This release follows the structure outlined by `Augeias 0.1.0
<https://github.com/OnroerendErfgoed/augeias/releases/tag/0.1.0>`_.
Previous versions of storageprovider-client were written to communicate with a
pre-release version of Augeias.
1.1.0 (18/03/2015)
==================
* Python 3.3 compatible
* User can choose header
1.0.2 (24/10/2014)
==================
* Chunked transfer encoding not supported by WSGI, so it was removed.
1.0.1 (1/10/2014)
=================
* Fix missing content-type header
* Add oauth system token option for security
* Improve error handling
* Support chunked data transfer
1.0 (22/07/2014)
================
Initial release of storageprovider-client.