Skip to content

Releases: SAP/open-resource-discovery

v1.9.2

17 May 06:22
Compare
Choose a tag to compare

Added

Changed

  • Data Product shortDescription and description are now mandatory
    • This is a breaking change, but as the Data Product concept as a whole is beta, we'll introduce it as a patch change.

v1.9.1

06 May 09:17
Compare
Choose a tag to compare

Added

  • Added back FAQ page (can be found under "Details" navbar item)
  • Added autogenerated class diagrams for ORD Documents and Configuration Interface.
  • Added optional systemTypeRestriction to EventResourceIntegrationAspect
    • This can be used to limit the event publisher system type, which can be used to setup the subscription accordingly.
  • Added explicit statement that the same resource definition type MUST NOT be provided more than once.
    • This was already implied, but not stated explicitly.
  • Added two new (optional) SHOULD statements regarding deprecation and sunset lifecycle.
    • We think they represent common sense / practice and help with validating a good usage of the related attributes.
    • If successors is given, the described resource SHOULD set its releaseStatus to deprecated.
    • If a resource is deprecated without defining its successors, a sunsetDate SHOULD be provided.
  • Clarification on consumer expectations toward lastUpdate property.

Changed

  • Renamed the term application namespace to system namespace
    • This is more consistent with the existing ORD terminology around system type
    • As it's only used as a term and not in the interface, this is not a breaking change

v1.9.0

08 Mar 14:36
Compare
Choose a tag to compare

Added

  • Added new (lightweight) Group and Group Type concept
    • Adds a new partOfGroups attribute on ORD resources
    • Adds two new top level concepts to the ORD document: Group and Group Type
    • This can be used to define custom group types and assign ORD resources to them
    • With this, custom taxonomies can be built that are either centrally or decentrally defined.
  • Added relatedEntityTypes to Entity Types
    • This allows to define that Entity Types are related to other Entity Types (e.g. from a different namespace)
  • Added clarification that an ORD Aggregator MUST bump lastUpdated if the provider didn't do it, but it detected a change.
  • Added explicit Access Strategy description for open, defining how local and global tenant headers can be optionally passed on.
  • Added new Detail Articles:

Changed

  • Providing the sunsetDate for a deprecated resource is now only recommended instead of mandatory (compatible change)
    • "If the releaseStatus is set to deprecated, the sunsetDate SHOULD be provided (if already known)."
    • "Once the sunset date is known and ready to be communicated externally, it MUST be provided here."

v1.8.5

14 Dec 10:36
Compare
Choose a tag to compare
Release 1.8.5

v1.8.1

16 Nov 05:28
Compare
Choose a tag to compare

Changed

  • Fix: Data Products need to have at least one output port
    • This is implied through the definition of a Data Product
    • Breaking change that we'll push as a bugfix, as so far it was clear to have at least one output port

v1.8.0

16 Nov 05:27
Compare
Choose a tag to compare

Added

  • Added Data Product concept.
    • for the time being in beta status
  • Added runtimeRestriction to packages
  • Added responsible to APIs, events and data products
  • Added usage to APIs
  • Added new apiProtocols: delta-sharing and sap-ina-api-v1
  • Added new API Resource Definition type: sap-delta-sharing-combined

Changed

  • Changed values of supportedUseCases on APIs
    • Technically a breaking change, but no consumer used it, therefore we introduce it as minor change
  • Introduced a clear distinction between application namespace and authority namespace instead of "unit namespace"
    • At SAP we already made that distinction.
    • Having a unit-namespace as a simplification didn't work out in all cases and introduced an unnecessary new term
    • This change only affects how we name things and allows us to be more precise
    • For Entity Type its now clearly stated that they can also have an authority namespace

v1.7.2

27 Oct 13:35
Compare
Choose a tag to compare

[1.7.2]

Changed

  • Introduced a clear distinction between application namespace and authority namespace instead of "unit namespace"
    • At SAP we already made that distinction.
    • Having a unit-namespace as a simplification didn't work out in all cases and introduced an unnecessary new term
    • This change only affects how we name things and allows us to be more precise
    • For Entity Type its now clearly stated that they can also have an authority namespace

Fixed

  • Fixed type of minVersion property. It was accidentally set to boolean, but is obviously meant as a (semver) version string

v1.7.1

24 Oct 14:04
Compare
Choose a tag to compare

Initial public release of the Open Resource Discovery specification