Skip to content

v1.2.20-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 09:41
· 5 commits to main since this release

WARN: this version is bad, please try https://github.com/timeplus-io/sling-cli/releases/tag/v1.2.20-rc2

Changelog

  • c30becf (misc) make protonToProton exit more gracefully also enhance the retry logic in task_run.go
  • 33a7943 (must) make target no need infer column type again
  • d8e6be1 (must) when insert to proton with incremental mode the final table must exist this is a very strong requirement, but make everything more stable/robust/easier reason: infer type cause insert not work usually.
  • 10c7d56 Merge pull request slingdata-io#399 from yokofly/feature/refactor-writetoDB
  • 5e204fb add more striction
  • b614e5c allow direct insert in target to protondb
  • 498e183 get proton change back
  • ae98930 proton insert: support more detailed column append with directy insert, we need to support more detailed column append otherwise, the column type will be changed to other type by infer, and we cannot append data through go driver directly
  • d5f2966 task_run_write.go: revert to upstream