Releases: DMTF/Redfish-Interface-Emulator
Releases · DMTF/Redfish-Interface-Emulator
1.1.0
Changes since last release:
[1.1.0] - 2019-06-21
- Fixed many Service Root properties by moving them out of Links and to the root level
1.0.9
Changes since last release:
[1.0.9] - 2019-05-10
1.0.8
Changes since last release:
[1.0.8] - 2019-03-26
- Removed emulator_ssl.py
- Clarified how to use HTTPS
- Fixed properties presented in the ChassisCollection resource
1.0.7
Changes since last release:
[1.0.7] - 2019-02-08
- Fixed exception handling with how messages are printed
1.0.6
Changes since last release:
[1.0.6] - 2018-08-31
- Fixed how new resources are created via POST to allow for creation from templates as well as composed ComputerSystems
1.0.5
Changes since last release:
[1.0.5] - 2018-07-16
- Cleanup of package dependencies
- Fixed problems with behavior of issuing POST to dynamic collections
1.0.4
Changes since last release:
[1.0.4] - 2018-06-22
- Fixed handling of PATCH on dynamic resources
1.0.3
Changes since last release:
[1.0.3] 2018-06-01
- Made change so that both static and dynamic URLs do not have a trailing /
1.0.2
Changes since last release:
[1.0.2] 2018-05-04
- Fixed Systems collection to be called "Systems"
1.0.1
Changes since last release:
[1.0.1] 2018-03-02
- Fixed usage of the .values() method to match Python3 expectations