Skip to content

Releases: Nictiz/zorgapis-openapi-specification

v0.6.0

18 Dec 10:53
Compare
Choose a tag to compare

0.6.0 - 2024-12-18

This release adds optional properties communicationStandardVersions and trustFrameworkVersions to
InformationStandardVersion schemas.

Changed

  • Change /information-standard-versions endpoints to support communicationStandardVersions and
    trustFrameworkVersions properties

Added

  • Add /information-standard-versions/{informationStandardVersionId}/communication-standard-versions/{communicationStandardVersionId}
    endpoints to support setting and deleting communicationStandardVersions for an InformationStandardVersion
  • Add /information-standard-versions/{informationStandardVersionId}/trust-framework-versions/{trustFrameworkVersionId}
    endpoints to support setting and deleting trustFrameworkVersions for an InformationStandardVersion

v0.5.0

05 Dec 14:33
Compare
Choose a tag to compare

0.5.0 - 2024-12-05

This release adds support for information standards.

Changed

  • Change /api-specifications/{apiSpecificationId}/versions endpoints to support informationStandardVersions property

Added

  • Add /information-standards endpoints
  • Add /information-standard-versions endpoints
  • Add /api-specifications/{apiSpecificationId}/versions/{versionId}/information-standard-versions/{informationStandardVersionId}
    endpoints to support setting and deleting informationStandardVersions for an ApiSpecificationVersion

v0.4.0

12 Sep 10:41
Compare
Choose a tag to compare

0.4.0 - 2024-09-12

This release adds support for communication standards and trust frameworks.

Changed

  • Change /api-specifications/{apiSpecificationId}/versions endpoints to support communicationStandardVersions and
    trustFrameworkVersions properties

Added

  • Add /communication-standards endpoints
  • Add /communication-standard-versions endpoints
  • Add /api-specifications/{apiSpecificationId}/versions/{versionId}/communication-standard-versions/{communicationStandardVersionId}
    endpoints to support setting and deleting communicationStandardVersions for an ApiSpecificationVersion
  • Add /trust-frameworks endpoints
  • Add /trust-framework-versions endpoints
  • Add /api-specifications/{apiSpecificationId}/versions/{versionId}/trust-framework-versions/{trustFrameworkVersionId}
    endpoints to support setting and deleting trustFrameworkVersions for an ApiSpecificationVersion

v0.3.2

11 Jul 14:47
Compare
Choose a tag to compare

0.3.2 - 2024-07-11

This release adds optional properties githubUrl and gitlabUrl to schema Organization.

Changed

  • Change workflow "Publish docs" to use Redocly CLI version 1.17.1

Added

  • Add optional properties githubUrl and gitlabUrl to schema Organization
  • Add Git conventions to README.md
  • Add CHANGELOG.md

v0.3.1

11 Jul 14:46
Compare
Choose a tag to compare

0.3.1 - 2024-07-03

This release adds enum value NOT_APPLICABLE to schema ConformityType and changes declaration of conformity examples.

Changed

  • Change declaration of conformity examples to use enum value NOT_CONFORMANT

Added

  • Add enum value NOT_APPLICABLE to schema ConformityType

v0.3.0

11 Jul 14:45
Compare
Choose a tag to compare

0.3.0 - 2024-06-27

This release changes server and OAuth 2.0 URLs from v1alpha2 sandbox environment to v1beta1 production environment.

Changed

  • Change base path in server URL from v1alpha2 to v1beta1
  • Change OAuth 2.0 authorization, token and refresh URLs from sandbox to production
  • Change workflow "Publish docs" to use Redocly CLI version 1.16.0

Added

  • Add production server URL
  • Add property summary to info object
  • Add manual trigger to workflow "Publish docs"