aboutsummaryrefslogtreecommitdiffstats
path: root/moon_engine/Changelog
blob: 9c863b1cc273e76727de61e68a307ec51c17f9ad (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
# Copyright 2018 Orange 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
---
- First version of moon_engine

0.2
---
- Add benchmark tests
- Fix a bug when retrieving logging configuration
- Update Configuration
- Init Pipeline API
- Init Wrapper API
- Init Authz API
- Add Configuration API
- Add first authorization plugin
- Adding authz API for wrapper and pipeline

0.3
---
- Automatically load the API plugins at the server startup

0.4
---
- Fix the issue in the plugin oslowrapper
- Fix the communication issue between the Wrapper and the Pipeline

0.5
---
- Fix subject retrieval from Oslo requests

0.6
---
- Force the deletion of authorization requests
- Fix the max 21 requests on Engine
- Add performance tests
- Fix error updating PDP with the dashboard
- Fix update pipeline issue
- Add the JSON import functionality
- Fix the change of the wrapper's log after creation of a pipeline
- Add the global attributes functionality

0.7
---
- Adaptation following the removal of the field database > pwd_file in moon.yaml
- Fix of pdp server deletion
- Add of start / stop commands for standalone engine

0.8
---
- Fix of a bug when handling requests from openstack
- Fix of the pdp update
- Fix of the pdp status retrieval
- Add of a api allowing to reload the conf file of a wrapper (used by the manager after updating it)