Skip to content

Releases: DMTF/Redfish-Interface-Emulator

1.1.0

21 Jun 13:50
528ee7d
Compare
Choose a tag to compare

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

10 May 16:46
e6d8658
Compare
Choose a tag to compare

Changes since last release:

[1.0.9] - 2019-05-10

1.0.8

26 Mar 12:29
8796c48
Compare
Choose a tag to compare

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

08 Feb 16:30
1b011b6
Compare
Choose a tag to compare

Changes since last release:

[1.0.7] - 2019-02-08

  • Fixed exception handling with how messages are printed

1.0.6

31 Aug 19:20
f3328c8
Compare
Choose a tag to compare

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

16 Jul 12:30
2fe004a
Compare
Choose a tag to compare

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

22 Jun 13:13
9dcbb27
Compare
Choose a tag to compare

Changes since last release:

[1.0.4] - 2018-06-22

  • Fixed handling of PATCH on dynamic resources

1.0.3

01 Jun 12:55
d7ce750
Compare
Choose a tag to compare

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

04 May 12:29
57779a6
Compare
Choose a tag to compare

Changes since last release:

[1.0.2] 2018-05-04

  • Fixed Systems collection to be called "Systems"

1.0.1

02 Mar 18:42
421ccfa
Compare
Choose a tag to compare

Changes since last release:

[1.0.1] 2018-03-02

  • Fixed usage of the .values() method to match Python3 expectations