Skip to content

0.4.0-rc.1 - 2020-05-31

Pre-release
Pre-release
Compare
Choose a tag to compare
@emk emk released this 31 May 13:05

This is a release candidate for v0.4.0. If no issues are discovered, this will be published as 0.4.0.

This release contains a last few breaking changes that we want to include before we publicize dbcrossbar more widely. When migrating, particular attention to the conv subcommand and AWS_DEFAULT_REGION below, which have significant breaking changes.

Changed

  • Rename dbcrossbar conv to dbcrossbar schema conv.
  • s3: Require AWS_DEFAULT_REGION instead of optionally using AWS_REGION. This is more compatiable with the aws CLI command, and it doesn't rely on undocumented region defaults or aws configuration files.

Documented

  • Document our portable schema format.
  • Document schema-only drivers.
  • Improve the documentation in other minor ways.

Removed

  • Remove DataType::Other(String), which was not actually used by any of our drivers.