DataHub Releases
Summary
Version | Release Date | Links |
---|---|---|
v0.15.0rc3 | 2024-12-11 | Release Notes, View on GitHub |
v0.14.1 | 2024-09-17 | View on GitHub |
v0.14.0.2 | 2024-08-21 | View on GitHub |
v0.14.0 | 2024-08-13 | View on GitHub |
v0.13.3 | 2024-05-23 | View on GitHub |
v0.13.2 | 2024-04-16 | View on GitHub |
v0.13.1 | 2024-04-02 | View on GitHub |
v0.13.0 | 2024-02-29 | View on GitHub |
v0.12.1 | 2023-12-08 | View on GitHub |
v0.12.0 | 2023-10-25 | View on GitHub |
v0.11.0 | 2023-09-08 | View on GitHub |
v0.10.5 | 2023-08-02 | View on GitHub |
v0.10.4 | 2023-06-09 | View on GitHub |
v0.10.3 | 2023-05-25 | View on GitHub |
v0.10.2 | 2023-04-13 | View on GitHub |
v0.10.1 | 2023-03-23 | View on GitHub |
v0.10.0 | 2023-02-07 | View on GitHub |
v0.9.6.1 | 2023-01-31 | View on GitHub |
v0.9.6 | 2023-01-13 | View on GitHub |
v0.9.5 | 2022-12-23 | View on GitHub |
v0.9.4 | 2022-12-20 | View on GitHub |
v0.9.3 | 2022-11-30 | View on GitHub |
v0.9.2 | 2022-11-04 | View on GitHub |
v0.9.1 | 2022-10-31 | View on GitHub |
v0.9.0 | 2022-10-11 | View on GitHub |
v0.8.45 | 2022-09-23 | View on GitHub |
v0.8.44 | 2022-09-01 | View on GitHub |
v0.8.43 | 2022-08-09 | View on GitHub |
v0.15.0rc3
Released on 2024-12-11 by @RyanHolstien.
What's Changed
- fix(ingest): ensure sentry is initialized with graph tags by @hsheth2 in https://github.com/datahub-project/datahub/pull/11949
- fix(ingest): more error handling by @anshbansal in https://github.com/datahub-project/datahub/pull/11969
- feat(datahub-gc): add truncation days param by @david-leifker in https://github.com/datahub-project/datahub/pull/11967
- docs(release): Update v_0_3_7.md by @david-leifker in https://github.com/datahub-project/datahub/pull/11937
- fix(ci): fix build-and-test by @david-leifker in https://github.com/datahub-project/datahub/pull/11974
- refactor(ingest/powerbi): organize code within the module based on responsibilities by @sid-acryl in https://github.com/datahub-project/datahub/pull/11924
- fix(schematron): fix for jdk8 by @david-leifker in https://github.com/datahub-project/datahub/pull/11975
- fix(automations docs): Update snowflake-tag-propagation.md to include permissions required for the Automation by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/11977
- chore(bump): bump version of akka for datahub-frontend by @david-leifker in https://github.com/datahub-project/datahub/pull/11979
- feat(ingestion): extend feast plugin to ingest tags and owners by @margaridafernandes-trip in https://github.com/datahub-project/datahub/pull/11784
- fix(validation): additional URN validation adjustments by @david-leifker in https://github.com/datahub-project/datahub/pull/11973
- feat(search): Update search_config.yaml by @david-leifker in https://github.com/datahub-project/datahub/pull/11971
- docs(release): update recommended CLI by @anshbansal in https://github.com/datahub-project/datahub/pull/11986
- fix(ingest/kafka):add poll for admin client for oauth_cb by @mayurinehate in https://github.com/datahub-project/datahub/pull/11985
- fix(ingestion/iceberg): Improvements to iceberg source by @skrydal in https://github.com/datahub-project/datahub/pull/11987
- feat(ingest): standardize sql type mappings by @hsheth2 in https://github.com/datahub-project/datahub/pull/11982
- feat(ingest): bump typing_extensions dep by @hsheth2 in https://github.com/datahub-project/datahub/pull/11965
- feat(ingest): add tests for colon characters in urns by @hsheth2 in https://github.com/datahub-project/datahub/pull/11976
- feat(ingest/athena): handle partition fetching errors by @hsheth2 in https://github.com/datahub-project/datahub/pull/11966
- fix: Add option for disabling ownership extraction by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11970
- feat(ingest/dremio): Retrieve default_schema for SQL views by @acrylJonny in https://github.com/datahub-project/datahub/pull/11832
- fix(docs): fix sample business glossary by @acrylJonny in https://github.com/datahub-project/datahub/pull/11669
- fix(java-sdk): custom properties patch client by @shirshanka in https://github.com/datahub-project/datahub/pull/11984
- fix[ingest/build]: Disable preflight script as it is not needed anymore by @treff7es in https://github.com/datahub-project/datahub/pull/11989
- feat: connector for Neo4j by @k-bartlett in https://github.com/datahub-project/datahub/pull/11526
- fix(ingestion/dremio): Fixed lineage view for dremio EE by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/11990
- fix(ingest/gc): delete invalid dpis by @anshbansal in https://github.com/datahub-project/datahub/pull/11998
- feat(airflow): show dag/task logs in CI by @hsheth2 in https://github.com/datahub-project/datahub/pull/11981
- chore(ingest): remove deprecated calls to Urn.create_from_string by @hsheth2 in https://github.com/datahub-project/datahub/pull/11983
- fix(ingest): resolve missing numeric types for profiling by @mayurinehate in https://github.com/datahub-project/datahub/pull/11991
- fix(docs): Add spark.datahub.stage_metadata_coalescing to recommended configuration for databricks by @acrylJonny in https://github.com/datahub-project/datahub/pull/11800
- build(coverage): enable code coverage for java and python by @chakru-r in https://github.com/datahub-project/datahub/pull/11992
- chore(docs): Update v_0_3_7.md - v0.3.7.5 by @david-leifker in https://github.com/datahub-project/datahub/pull/12005
- feat(java-sdk): add utils classes to give equivalence with python uti… by @shirshanka in https://github.com/datahub-project/datahub/pull/12002
- fix(ingest/sagemaker): Gracefully handle missing model group by @treff7es in https://github.com/datahub-project/datahub/pull/12000
- fix(ingest/gc): typo fix, do not delete empty entities by @anshbansal in https://github.com/datahub-project/datahub/pull/12011
- fix(ingest/gc): do not cleanup empty job/flow by @anshbansal in https://github.com/datahub-project/datahub/pull/12013
- fix(test): fix metadata-io tests by @david-leifker in https://github.com/datahub-project/datahub/pull/12006
- fix(ingest/looker): Don't fail on unknown liquid filters by @treff7es in https://github.com/datahub-project/datahub/pull/12014
- feat(docs-website) fix links by @jayacryl in https://github.com/datahub-project/datahub/pull/12019
- fix(ci): fix datahub-client validatePythonEnv by @david-leifker in https://github.com/datahub-project/datahub/pull/12023
- test(urn-validation): additional test case by @david-leifker in https://github.com/datahub-project/datahub/pull/12001
- feat(hudi): add hudi platform to the list of default platforms by @shirshanka in https://github.com/datahub-project/datahub/pull/11993
- fix(airflow): fix AthenaOperator extraction by @steffengr in https://github.com/datahub-project/datahub/pull/11857
- feat(tableau): review reporting and debug traces by @sgomezvillamor in https://github.com/datahub-project/datahub/pull/12015
- fix(ingest/tableau): make
sites.get_by_id
call optional by @hsheth2 in https://github.com/datahub-project/datahub/pull/12024 - feat(cli): add platform filter for undo soft delete by @anshbansal in https://github.com/datahub-project/datahub/pull/12012
- feat(mcp): add kafka batch processing mode option (#4449) by @david-leifker in https://github.com/datahub-project/datahub/pull/12021
- chore: update label for team by @anshbansal in https://github.com/datahub-project/datahub/pull/12032
- fix(ui): Adding overflow handling (also goes to oss) by @jjoyce0510 in https://github.com/datahub-project/datahub/pull/12022
- fix(ingest/pulsar): handle missing/invalid schema objects by @Alice-608 in https://github.com/datahub-project/datahub/pull/11945
- fix(filters) Fix issues with structured properties filters by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/11946
- fix(ingest): avoid bad IPython version by @hsheth2 in https://github.com/datahub-project/datahub/pull/12035
- feat(ingest/kafka): additional validation for oauth_db signature by @mayurinehate in https://github.com/datahub-project/datahub/pull/11996
- fix(ingest/gc): Adding test and more checks to gc source by @treff7es in https://github.com/datahub-project/datahub/pull/12027
- fix(graph-edge): fix graph edge delete exception by @david-leifker in https://github.com/datahub-project/datahub/pull/12025
- feat(ingest): add urn validation test files by @hsheth2 in https://github.com/datahub-project/datahub/pull/12036
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /datahub-web-react by @dependabot in https://github.com/datahub-project/datahub/pull/11978
- fix(datahub-client): prevent unneeded classes in datahub-client jar by @david-leifker in https://github.com/datahub-project/datahub/pull/12037
- fix(entity-service): no-op batches by @david-leifker in https://github.com/datahub-project/datahub/pull/12047
- docs(compliance-forms) update guide for creating form via UI by @maggiehays in https://github.com/datahub-project/datahub/pull/11936
- feat(snowflake): adding oauth token bypass to snowflake by @gabe-lyons in https://github.com/datahub-project/datahub/pull/12048
- fix(ingest): avoid shell entities during view lineage generation by @mayurinehate in https://github.com/datahub-project/datahub/pull/12044
- fix(logs): add actor urn on unauthorised by @anshbansal in https://github.com/datahub-project/datahub/pull/12030
- fix(ingest/snowflake): Add handling of Hybrid Table type for Snowflake ingestion by @siong-tcha in https://github.com/datahub-project/datahub/pull/12039
- fix(ingest/powerbi): reduce type cast usage by @hsheth2 in https://github.com/datahub-project/datahub/pull/12004
- refactor(ingest/sql): add _get_view_definition helper method by @hsheth2 in https://github.com/datahub-project/datahub/pull/12033
- feat(ingest/superset): initial support for superset datasets by @hwmarkcheng in https://github.com/datahub-project/datahub/pull/11972
- fix(ingest/sagemaker): Adding option to control retry for any aws source by @treff7es in https://github.com/datahub-project/datahub/pull/8727
- fix(ingest/gc): Additional dataprocess cleanup fixes by @treff7es in https://github.com/datahub-project/datahub/pull/12049
- feat(tableau): adds more reporting metrics to better understand lineage construction in tableau ingestion by @sgomezvillamor in https://github.com/datahub-project/datahub/pull/12008
- feat(ingestion/tableau): hidden asset handling by @haeniya in https://github.com/datahub-project/datahub/pull/11559
- feat(airflow): drop Airflow < 2.3 support + make plugin v2 the default by @hsheth2 in https://github.com/datahub-project/datahub/pull/12056
- fix(web) disallow deselecting all degrees on impact analysis view by @jayacryl in https://github.com/datahub-project/datahub/pull/12063
- feat: Add parent container hierarchy label to the container by @kanavnarula in https://github.com/datahub-project/datahub/pull/11705
- fix(py-sdk): DataJobPatchBuilder handling timestamps, output edges by @shirshanka in https://github.com/datahub-project/datahub/pull/12067
- fix(plugin-logging): adjust error logging in plugin registry by @david-leifker in https://github.com/datahub-project/datahub/pull/12064
- build(metadata-events): fix shell interpreter mismatch in build script by @chakru-r in https://github.com/datahub-project/datahub/pull/12066
- fix(entity-service): handle no-op system-metadata batches by @david-leifker in https://github.com/datahub-project/datahub/pull/12055
- build(coverage): rename python coverage reports by @chakru-r in https://github.com/datahub-project/datahub/pull/12071
- fix(ingest): replace sqllineage/sqlparse with our SQL parser by @sagar-salvi-apptware in https://github.com/datahub-project/datahub/pull/12020
- fix(entity-service): prevent mutation of systemMetdata on prev by @david-leifker in https://github.com/datahub-project/datahub/pull/12081
- build(datahub-frontend): enable code-coverage by @chakru-r in https://github.com/datahub-project/datahub/pull/12072
- build(ci): codecov integration by @chakru-r in https://github.com/datahub-project/datahub/pull/12073
- fix(openapi): adds in previously ignored keep alive value by @RyanHolstien in https://github.com/datahub-project/datahub/pull/12068
- feat(ui) Add alchemy component library to FE by @chriscollins3456 in https://github.com/datahub-project/datahub/pull/12054
- docs(structured properties) add guide by @maggiehays in https://github.com/datahub-project/datahub/pull/12070
- feat(ingest): allow max_workers=1 with ASYNC_BATCH rest sink by @hsheth2 in https://github.com/datahub-project/datahub/pull/12088
- fix(openapi): fix sort criteria parameter by @RyanHolstien in https://github.com/datahub-project/datahub/pull/12090
- feat(ingest/snowflake): allow option for incremental properties by @mayurinehate in https://github.com/datahub-project/datahub/pull/12080
- fix(cli): don't use /api in gms url by @anshbansal in https://github.com/datahub-project/datahub/pull/12083
- docs(ingest/athena): update recipe with aws key pair example by @mayurinehate in https://github.com/datahub-project/datahub/pull/12076
- fix(ingest/gc): minor tweak gc source by @anshbansal in https://github.com/datahub-project/datahub/pull/12093
- fix(ingest/abs): detect jsonl schema by @acrylJonny in https://github.com/datahub-project/datahub/pull/11775
- feat(ingest/kafka): Flag for optional schemas ingestion by @skrydal in https://github.com/datahub-project/datahub/pull/12077
New Contributors
- @margaridafernandes-trip made their first contribution in https://github.com/datahub-project/datahub/pull/11784
- @k-bartlett made their first contribution in https://github.com/datahub-project/datahub/pull/11526
- @chakru-r made their first contribution in https://github.com/datahub-project/datahub/pull/11992
- @Alice-608 made their first contribution in https://github.com/datahub-project/datahub/pull/11945
- @siong-tcha made their first contribution in https://github.com/datahub-project/datahub/pull/12039
- @hwmarkcheng made their first contribution in https://github.com/datahub-project/datahub/pull/11972
Full Changelog: https://github.com/datahub-project/datahub/compare/v0.15.0rc2...v0.15.0rc3
v0.15.0rc2
Released on 2024-11-27 by @david-leifker.
View the release notes for v0.15.0rc2 on GitHub.
v0.14.1
Released on 2024-09-17 by @david-leifker.
View the release notes for v0.14.1 on GitHub.
v0.14.0.2
Released on 2024-08-21 by @RyanHolstien.
View the release notes for v0.14.0.2 on GitHub.
v0.14.0
Released on 2024-08-13 by @RyanHolstien.
View the release notes for v0.14.0 on GitHub.
v0.13.3
Released on 2024-05-23 by @david-leifker.
View the release notes for v0.13.3 on GitHub.
v0.13.2
Released on 2024-04-16 by @david-leifker.
View the release notes for v0.13.2 on GitHub.
v0.13.1
Released on 2024-04-02 by @david-leifker.
View the release notes for v0.13.1 on GitHub.
v0.13.0
Released on 2024-02-29 by @RyanHolstien.
View the release notes for v0.13.0 on GitHub.
DataHub v0.12.1
Released on 2023-12-08 by @david-leifker.
View the release notes for DataHub v0.12.1 on GitHub.
v0.12.1rc2
Released on 2023-11-28 by @david-leifker.
View the release notes for v0.12.1rc2 on GitHub.
v0.12.0
Released on 2023-10-25 by @pedro93.
View the release notes for v0.12.0 on GitHub.
v0.11.0
Released on 2023-09-08 by @iprentic.
View the release notes for v0.11.0 on GitHub.
v0.10.5
Released on 2023-08-02 by @david-leifker.
View the release notes for v0.10.5 on GitHub.
v0.10.4
Released on 2023-06-09 by @pedro93.
View the release notes for v0.10.4 on GitHub.
v0.10.3
Released on 2023-05-25 by @iprentic.
View the release notes for v0.10.3 on GitHub.
DataHub v0.10.2
Released on 2023-04-13 by @iprentic.
View the release notes for DataHub v0.10.2 on GitHub.
DataHub v0.10.1
Released on 2023-03-23 by @aditya-radhakrishnan.
View the release notes for DataHub v0.10.1 on GitHub.
DataHub v0.10.0
Released on 2023-02-07 by @david-leifker.
View the release notes for DataHub v0.10.0 on GitHub.
DataHub v0.9.6.1
Released on 2023-01-31 by @david-leifker.
View the release notes for DataHub v0.9.6.1 on GitHub.
DataHub v0.9.6
Released on 2023-01-13 by @maggiehays.
View the release notes for DataHub v0.9.6 on GitHub.
DataHub v0.9.5
Released on 2022-12-23 by @jjoyce0510.
View the release notes for DataHub v0.9.5 on GitHub.
[Known Issues] DataHub v0.9.4
Released on 2022-12-20 by @maggiehays.
View the release notes for [Known Issues] DataHub v0.9.4 on GitHub.
DataHub v0.9.3
Released on 2022-11-30 by @maggiehays.
View the release notes for DataHub v0.9.3 on GitHub.
DataHub v0.9.2
Released on 2022-11-04 by @maggiehays.
View the release notes for DataHub v0.9.2 on GitHub.
DataHub v0.9.1
Released on 2022-10-31 by @maggiehays.
View the release notes for DataHub v0.9.1 on GitHub.
DataHub v0.9.0
Released on 2022-10-11 by @szalai1.
View the release notes for DataHub v0.9.0 on GitHub.
DataHub v0.8.45
Released on 2022-09-23 by @gabe-lyons.
View the release notes for DataHub v0.8.45 on GitHub.
DataHub v0.8.44
Released on 2022-09-01 by @jjoyce0510.
View the release notes for DataHub v0.8.44 on GitHub.
DataHub v0.8.43
Released on 2022-08-09 by @maggiehays.
View the release notes for DataHub v0.8.43 on GitHub.