Skip to content

Releases: linkedin/datahub-gma

v0.6.57

12 Nov 19:15
14ff8c8
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.57

  • 2024-11-12 - 1 commit(s) by Zihan Li
  • add more unit test for the default value behavior (#474)

v0.6.56

08 Nov 22:36
017f037
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.56

  • 2024-11-08 - 1 commit(s) by Zihan Li
  • Change the API we use to fill in the default value (#472)

v0.6.55

07 Nov 21:09
197ed46
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.55

  • 2024-11-07 - 2 commit(s) by Yanbo Zhao
  • fix: bug fix for #470 (#471)
  • fix: make unit test use v2 + fix removeRelationships logic (#470)

v0.6.53

07 Nov 19:34
a96897d
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.53

  • 2024-11-07 - 1 commit(s) by Zihan Li
  • Enable default value fill in for all update behavior (#469)

v0.6.52

07 Nov 00:13
5d60c0c
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.52

  • 2024-11-07 - 2 commit(s) by Hong Liu, Justin Donn
  • Add the process of Relationship V2 in EbeanLocalRelationshipWriterDAO (#467)
  • feat(relationship 2.0): use REMOVE_ALL_EDGES_FROM_SOURCE by default for ingesting 2.0 relationships (#463)

v0.6.50

05 Nov 21:56
cf25612
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.50

  • 2024-11-05 - 2 commit(s) by Hong Liu
  • Remove duplicate code in RecordUtilsTest.java (#465)
  • support relationship v2 (#462)

v0.6.48

01 Nov 23:21
484211f
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.48

  • 2024-11-01 - 1 commit(s) by Zihan Li
  • add support for recursively set default value in test mode (#464)

v0.6.47

24 Oct 23:46
e364ee2
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.47

  • 2024-10-24 - 1 commit(s) by Justin Donn
  • soft delete relationships when aspects are soft deleted (ASPECT_METADATA only) (#456)

v0.6.46

24 Oct 20:52
efa96e0
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.46

  • 2024-10-24 - 1 commit(s) by Derek Pham
  • Add urn class in constructor for BaseSingleAspectSearchableEntityResource (#461)

v0.6.45

24 Oct 20:09
196daa0
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

0.6.45

  • 2024-10-24 - 1 commit(s) by Yihong Zhou
  • Fix: aspectUpdateHelper result is null due to isSkipProcessing enabled so unwrapAddResult() hits NPE (#460)