-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathchangelog.txt
55 lines (42 loc) · 1.21 KB
/
changelog.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
2.0.9 (2023-11-06)
- Update dependencies for security vulnerabilities
- This version is tested with Ceph Reef / Java 21
2.0.8 (2021-06-27)
- Update dependencies for security vulnerabilities
- This version is tested with Ceph Pacific
2.0.2 (2019-11-13)
- Bugfix: If a subUser have READWRITE permission, you will get a NULL.
- Compatible to Java 11
2.0.0 (2019-06-04)
- Breaking change: setBucketQuota(String userId, String bucket...) is now be
setIndividualBucketQuota(...) for disambiguation.
1.3.0 (2019-05-23)
- Set quota for specific bucket
- List all buckets
- Bugfix: setSubUserPermission() cannot set the READ_WRITE permission.
1.1.0 (2018-03-29)
- Get/set bucket quota
1.0.2 (2017-12-20)
- Bugfix: listUserInfo() returns Users having all nulls
1.0.1 (2017-11-24)
- Compatible to Ceph Luminous LTS
0.1.1 (2017-10-24)
- Compatible to Java 9 / JPMS
0.1.0 (2017-04-17)
- List user
- Reform the interface
0.0.6 (2017-04-09)
- Tape out the interface
0.0.5 (2017-04-06)
- Remove object
- Get policy
- Unlink bucket
- Check bucket index
- Create/remove key
- Create/modify/remove subuser
- Get/trim usage
0.0.4 (2017-03-26)
- Add/remove an administrative capability
- Get/set user quota
0.0.3 (2017-03-14)
- Initial release