Releases: pier-digital/retrack
Releases · pier-digital/retrack
v2.3.2
Merge pull request #26 from pier-digital/f/fix-minors Fix some minors
v2.3.1
Merge pull request #25 from pier-digital/gabrielguarisa-patch-1 Update pyproject.toml
v2.3.0
v2.2.0
Merge pull request #23 from pier-digital/f/DNX-2393/new-nodes F/DNX-2393/new-nodes
v2.1.0
Merge pull request #20 from gabrielguarisa/b/fix-connector-data-model Update version and add ConnectorMetadataModel
v2.0.1
Merge pull request #19 from gabrielguarisa/b/fix-from-json-func B/fix from json func
v2.0.0
Merge pull request #18 from gabrielguarisa/f/connectors Connector Node
v1.1.0
Merge pull request #17 from gabrielguarisa/b/fix-version-hash B/fix-version-hash
v1.0.1
Fix optional field conversion to str
v1.0.0
- 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.