Releases: dolthub/doltpy
Releases · dolthub/doltpy
v0.0.8
Patch an issue introduced in a function call that is outside test coverage.
0.0.7
Bug fixes and improvements.
0.0.5
Gracefully exit when trying to create an empty commit. Previously command line error surfaced in Python. Now we handle it and move on to the next loader. Useful in CDC context
Release changes to loader interface
This is a substantial change in the semantics:
- "table loaders" are now writers
- loaders manage running writers
- branch, commit managed at loader level
- many loads can be passed into a single DoltHub load
0.0.2
Enhance branch management
- create branch when writing to unknown branch
- programmatically generate branch name by specifying function path
0.0.1
An alpha release of our Python package for automating Dolt workflows.