blob: c58d83c4fd1b846ddf401d6a07179d9a60b428d2 (
plain)
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
|
# Copyright 2018 Open Platform for NFV Project, Inc. and its contributors
# This software is distributed under the terms and conditions of the 'Apache-2.0'
# license which can be found in the file 'LICENSE' in this package distribution
# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
CHANGES
=======
0.1.0
-----
- First version of the python-moonclient
1.0.0
-----
- First public version of the python-moonclient
1.0.1
-----
- Fix a bug in configuration
1.1.0
-----
- Add some commands:
- moon_get_pdp
- moon_delete_pdp
- moon_delete_policy
- moon_map_pdp_to_project
- Update some commands:
- moon_create_pdp
- moon_send_authz_to_wrapper
- Fix a bug in pdp library
1.2.0
-----
- Add some commands:
- moon_get_slaves
- moon_set_slave
- moon_delete_slave
1.3.0
-----
- Base the cli on cliff library
- Commands are:
- moon authz send
- moon pdp create
- moon pdp delete
- moon pdp list
- moon pdp map
- moon policy delete
- moon policy list
- moon project list
- moon slave delete
- moon slave list
- moon slave set
1.4.0
-----
- Add some commands:
- moon import
- moon export
- moon subject category create
- moon subject category list
- moon object category list
- moon action category list
- moon subject data create
- moon subject data list
- moon object data list
- moon action data list
- moon metarule list
|