Skip to content

v2.0.0-beta.11

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Apr 16:58
· 1 commit to main since this release
2b05bc5

Added

  • Database indexes for sap.changelog.Changes table on parent_ID for navigating the parent association hierarchy (SQLite, HANA, Postgres)

Fixed

  • ChangeView in services is no longer directly accessible. Now it can only be accessed via the navigation paths
  • Deployment error when an entity key uses a custom type defined as an association (e.g., type MyType : Association to SomeEntity) due to incorrect entityKey expression in the changes association mapping
  • Runtime error when requesting ChangeView due to incorrect where clause for entities with association-typed keys in timezone column subselects