-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from DMTF/1.0.0-Tagging
1.0.0 Versioning
- Loading branch information
Showing
4 changed files
with
74 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# Original Contribution: | ||
|
||
* Kevin Midkiff - Intel Corporation | ||
* John Leung - Intel Corporation | ||
* Manasa Kalburgi - Intel Corporation | ||
* Bartosz Furtak - Intel Corporation | ||
|
||
# Other Key Contributions: | ||
|
||
* George Clement - Intel Corporation | ||
* João Monteiro Soares - Ericsson AB | ||
* Fetahi Wuhib - Ericsson AB | ||
|
||
append new contributions to the bottom | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
|
||
# Change Log | ||
|
||
## 2016-09-22 [0.9.0] | ||
- Initial Release | ||
## 2016-03-17 | ||
- Fixes to run with Python 3.5 | ||
## 2017-05-21 | ||
## [1.0.0] 2018-02-16 | ||
- Added fixes for running with Python 3.5 | ||
- Added browser feature so a human can more easily navigate the service | ||
- Added Composition Service | ||
- Fixed support for running under Linux | ||
- Added code generators for dynamic files | ||
- Fixed inconsistencies for handling URIs with trailing / characters | ||
- Support for setting of Link object paths | ||
- Made Manager and ComputerSystem dynamic | ||
- Implemented wildcards replacement for subordinate resources | ||
- Fixes for Cloud Foundry execution | ||
|
||
## [0.9.3] 2017-05-21 | ||
- Change references from flask.ext.restful to flask_restful, since package is obsolete | ||
- Add example files, eg_resource_api.py and eg_resource.py, showing how dynamic objects are coded. | ||
|
||
## [0.9.2] 2017-03-17 | ||
- Fixes to run with Python 3.5 | ||
|
||
## [0.9.0] 2016-09-22 | ||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters