github dbcrossbar/dbcrossbar v0.4.0-alpha.7
0.4.0-alpha.7 - 2020-05-22

latest releases: v0.5.7, v0.5.6, v0.5.5...
pre-release3 years ago

This release adds support for labeling BigQuery jobs.

Added

  • bigquery: Optionally specify billing labels for jobs. See the manual for details.
  • Allow driver argument names to be specified as either x.y or x[y], interchangeably. This makes job_labels look nicer.
  • Hide URL passwords from (most) logs using a dedicated wrapper type.

Changed

  • We now have test cases that make sure we catch duplicate driver arguments and raise an error.
  • redshift: Authentication argument names may no longer include - characters. I'm not even sure whether these are valid, but they won't work with the new scheme for parsing driver arguments.
  • DriverArguments::from_cli_args now takes an iterator instead of a slice.

Don't miss a new dbcrossbar release

NewReleases is sending notifications on new releases.