Skip to content

Releases April 2023

Latest datahub release 1.3.6

Since the last release announcement, a number of fixes and also some new features have been added to the datahub.

NewEntityFrom

As new feature since version 1.3.0, transform writers can now create partial copies of processed entities using the new transform function NewEntityFrom. The function always carries over the deleted state of the input entity. In addition to that, users can choose to add all properties, only the type reference or all references to the output.

The new function is also available in datahubs typescript tooling since version 0.2.0

Authentication

Another important change is an upgrade to datahubs authentication libraries used to validate JWT tokens against external issuers/providers. Datahub should still be compatible with existing setups, and the upgrade also allows integration with additional providers.


Get version 1.3.6 on Github and on Dockerhub.