Skip to content

Releases: pier-digital/retrack

v2.3.2

12 Mar 17:34
2f25258
Compare
Choose a tag to compare
Merge pull request #26 from pier-digital/f/fix-minors

Fix some minors

v2.3.1

11 Mar 20:46
57dfecc
Compare
Choose a tag to compare
Merge pull request #25 from pier-digital/gabrielguarisa-patch-1

Update pyproject.toml

v2.3.0

11 Mar 20:14
661d2ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

15 Feb 15:06
5744426
Compare
Choose a tag to compare
Merge pull request #23 from pier-digital/f/DNX-2393/new-nodes

F/DNX-2393/new-nodes

v2.1.0

12 Dec 19:30
8dd08f9
Compare
Choose a tag to compare
Merge pull request #20 from gabrielguarisa/b/fix-connector-data-model

Update version and add ConnectorMetadataModel

v2.0.1

11 Dec 14:45
92a4f5d
Compare
Choose a tag to compare
Merge pull request #19 from gabrielguarisa/b/fix-from-json-func

B/fix from json func

v2.0.0

11 Dec 14:00
3b69b42
Compare
Choose a tag to compare
Merge pull request #18 from gabrielguarisa/f/connectors

Connector Node

v1.1.0

24 Nov 20:19
d872233
Compare
Choose a tag to compare
Merge pull request #17 from gabrielguarisa/b/fix-version-hash

B/fix-version-hash

v1.0.1

16 Nov 18:35
Compare
Choose a tag to compare
Fix optional field conversion to str

v1.0.0

26 Oct 12:50
Compare
Choose a tag to compare
  • Change pydantic version to 2.4.2
  • Uses pandera instead of pydantic for batch data validation
  • Create a new LowerCase node
  • Better error messages
  • Runners now have a name property
  • Parser now has a version property
    • When the version is not specified, the parser will create a version based on the hash of the graph data.
    • When the version is specified, the parser will validate the version with the graph data. If the version is not valid, an exception will be raised.