-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
114 lines (83 loc) · 2.05 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
CHANGES
=======
v1.8.0
------
Fix: sql_order in sqlalchemy queries for user, groups and roles to ensure always order by name (#70)
Delete old framework files
v1.7.0
------
Upgrade to allow use with Python 3.6 and Python 3.9
v1.6.0
------
Fix bug retrieving from LDAP which not uses decorete_core_limit and then no scim info in in hints
v1.5.0
------
Add: migrated fully to use flask middleware (Stein)
v1.4.0
------
Add: compatibility with flask middleware for (Rocky)
v1.3.0
------
Add: compatibility with new request context (Newton, Ocata...)
Fix pagination order by name only for scim elements [#58]
Add new API to create all domain roles at once
v1.2.0
------
Add new API to delete all domain roles at once
v1.1.9
-------
Fix User/Groups pagination: force order by name, offset and then limit [#51]
v1.1.8
-------
Upgrade plugin for compatibility with Mitaka and Newton version (including docker) [#43]
v1.1.7
-------
* fix 500 error when retrieving users from keystone LDAP [#42]
v1.1.6
-------
* added --with-release version and changed flag style
v1.1.5
-------
* fix dependency order about role_api
v1.1.4
------
* Allow set version at rpm package script
v1.1.3
------
* Allow use keystone-scim with keystone liberty
v1.1.0
------
* Allow use keystone-scim with python27
v1.0.0
------
* Customize keystone-scim component
v0.4.1
------
* Update script CI
v0.4.0
------
* Add full SCIM pagination info data (totalResults was missed)
V0.3.0
------
* FIX allow delete role by admin user
* ADD support juno listing
v0.2.1
------
* Transferring blueprint from apiary.io
* Transferring blueprint from apiary.io
* Bump to 0.2.1
* FIX unclosed literal
* ADD travis-ci file
* FIX README removing warnings about already fixed known issues
* ADD SCIM displayName attribute for User resource
* ADD SCIM Pagination support
* Remove unused code
* Add Schemas SCIM endpoint
* Fix RPM scriptlet bug
* Add EXTENSION_DATA
* Fix license removing non-ascii characters
* Bump to version 0.2.0
* Add license to project files
v0.1.0
------
* Initial commit for Keystone SCIM extension