Skip to content

Releases: ground-context/ground

v0.1.2

Choose a tag to compare

@vsreekanti vsreekanti released this 04 Sep 03:44
  • Add API to retrieve the latest version(s) of an Item.
  • Add API to retrieve the history of an Item.
  • Add API that retrieves lineage edge versions adjacent to a particular node version.

v0.1.1

Choose a tag to compare

@vsreekanti vsreekanti released this 22 Jun 22:04
  • Fixed bug that prevented the creation of lineage graphs.
  • Fixed null serialization issue for some strings.
  • Removed required empty data structures (i.e., the user no longer has to provide an empty tags map if no tags are being added).

v0.1.0

Choose a tag to compare

@vsreekanti vsreekanti released this 22 May 22:29

Initial release for Ground. The Ground server is Play app that provides REST APIs to interact with the Ground metamodel.

The initial release of Ground supports only Postgres as a storage backend. See our getting started guide for more information on configuring and using Ground.