Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

90 lines (57 loc) · 6.12 KB

v0.7.0 (2024-11-15)

  • Breaking change (Api[a-zA-Z]Request).Execute() and (*Api[a-zA-Z]Request).[a-zA-Z]Execute() API functions now returns the EntityArrayPagedIterator data type to for code clients to implement paging of results. #392
  • Note Upgraded go version to 1.23 to align with the go release policy. #395
  • Enhancement Added (Api[a-zA-Z]Request).ExecuteInitialPage() and (*Api[a-zA-Z]Request).[a-zA-Z]ExecuteInitialPage() API functions to just return the initial page of a paged response. #392

v0.6.0 (2024-07-04)

  • Breaking change Links objects changed from LinksHATEOAS object to map[string]LinksHATEOASValue type. #366
  • Enhancement Added the HALApi service to be able to follow HAL links in responses. #366

v0.5.0 (2024-06-07)

  • Note Removed unused Operations field from the APIServer model. #353
  • Feature Add support for Application Resource Permissions API. #344
  • Feature Add support for Application Resources API. #344
  • Feature Add support for Application Roles API. #344
  • Feature Add support for Application Role Assignments API. #344
  • Feature Add support for Application Role Permissions API. #344
  • Feature Add support for Application Roles API. #344
  • Feature Add support for API Server Operations. #354
  • Feature Add support for API Server Deployment.
  • Enhancement Add the com.au top level domain to the connection configuration. #351
  • Enhancement Added AccessControl and Directory fields to the APIServer model. #353
  • Enhancement Added Type field to the APIServerAuthorizationServer model. #353

v0.4.1 (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.4.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.3.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.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.7 (2023-05-19)

  • Note Change default useragent for HTTP requests. #160

v0.1.6 (2023-04-28)

  • Bug Fix for retry for conditions based on PingOne error response object. #157

v0.1.5 (2023-04-24)

  • Note Add retry logic for retryable HTTP status codes. #147

v0.1.4 (2023-03-20)

  • Note Adjust client request/response debug and fix linting issues. #133

v0.1.3 (2023-03-10)

  • Note bump codegen v6.2.1 => v6.4.0 #122

v0.1.2 (2023-02-22)

  • Note bump golang.org/x/net v0.2.0 => v0.7.0 #109
  • Note bump golang.org/x/oauth2 v0.2.0 => v0.5.0 #109

v0.1.1 (2023-01-09)

  • Note bump codegen v6.2.0 => v6.2.1 #84

v0.1.0 (2022-10-09)

  • Feature Initial release #55