diff options
author | 2020-06-03 10:06:52 +0200 | |
---|---|---|
committer | 2020-06-03 10:06:52 +0200 | |
commit | 7bb53c64da2dcf88894bfd31503accdd81498f3d (patch) | |
tree | 4310e12366818af27947b5e2c80cb162da93a4b5 /moon_engine/Changelog | |
parent | cbea4e360e9bfaa9698cf7c61c83c96a1ba89b8c (diff) |
Update to new version 5.4HEADstable/jermamaster
Signed-off-by: Thomas Duval <thomas.duval@orange.com>
Change-Id: Idcd868133d75928a1ffd74d749ce98503e0555ea
Diffstat (limited to 'moon_engine/Changelog')
-rw-r--r-- | moon_engine/Changelog | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/moon_engine/Changelog b/moon_engine/Changelog new file mode 100644 index 00000000..9c863b1c --- /dev/null +++ b/moon_engine/Changelog @@ -0,0 +1,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) |