Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 3.87 KB

v0.7.0 (2024-05-01)

  • Enhancement Add Management to the CredentialType data model. #339
  • Enhancement Add Required to the CredentialTypeMetaDataFieldsInner data model. #339
  • Bug Fixed DeletedAt property (made read-only) in the CredentialType data model and update the data type. #339

v0.6.2 (2024-01-12)

  • Note Upgrade GO to v1.21 #306
  • Note Updated the default UserAgent string format. #305
  • Enhancement Add ability to append custom user-agent information to HTTP requests. #305

v0.6.1 (2023-12-27)

  • Note Remove redundant data models and documentation. #300

v0.6.0 (2023-11-10)

  • Enhancement Add API error handling for 409 errors. #279
  • Enhancement Added the ReferencedValues property to the P1ErrorDetailsInnerInnerError object model. #279

v0.5.0 (2023-11-01)

  • Enhancement Added the Default property to the CredentialTypeMetaDataFieldsInner object model. #275
  • Enhancement Added Multiple object attribute to the CredentialType object model. #275

v0.4.1 (2023-10-16)

  • Note Unskip read only attributes when converting API models to maps. #255
  • Note Updated the default UserAgent string format. #255

v0.4.0 (2023-08-22)

  • Enhancement Add parameters OnDelete to the CredentialType model. #240
  • Enhancement Add parameters FileSupport to the CredentialTypeMetaDataFieldsInner model. #240

v0.3.1 (2023-08-15)

  • Bug Corrected situations where EntityArrayEmbeddedItemsInner object dereferencing led to panic error. #237

v0.3.0 (2023-08-08)

  • Enhancement Implement HATEOAS links for API response objects. #227

v0.2.1 (2023-07-12)

  • Note Code optimisation for API response processing. #216
  • Note Allow user-defined values for the UserAgent configuration parameter. #217
  • Note Add parameter to explicitly define http proxy support without the standard environment variables. #223

v0.2.0 (2023-07-04)

  • Note Now suppresses errors when attempting to unmarshal an ENUM value from JSON that isn't yet supported in the SDK. The value is now returned as UNKNOWN. #208
  • Enhancement Add parameters protocol, baseDomain and baseHostname to server configuration. #205
  • Enhancement Add ability to set default server index and a server variable default value on the client configuration as an alternative option to setting them in the context. #205

v0.1.0 (2023-05-19)

  • Initial release #166