Skip to content

2018-02-22 (GCS 1.7.0, BQ 0.11.0)

Compare
Choose a tag to compare
@medb medb released this 23 Feb 14:08
· 1085 commits to master since this release

Changelog

Cloud Storage connector:

  1. Fixed an issue where JSON auth files containing user auth (e.g. application_default_credentials.json) does not work with google.cloud.auth.service.account.json.keyfile.
  2. Honor GOOGLE_APPLICATION_DEFAULT_CREDENTIALS environment variable. For Google Application Default Credentials (but not other defaults).
  3. Make fs.gs.project.id optional. It is still required for listing buckets, creating buckets, and entire BigQuery connector.
  4. Relocate all dependencies in shaded jar.
  5. Update all dependencies to latest versions.
  6. Disable GCS Metadata Cache by default (e.g. set default value of fs.gs.metadata.cache.enable property to false).

BigQuery connector:

  1. Relocate all dependencies in shaded jar.
  2. Update all dependencies to latest versions.
  3. POM updates for GCS connector 1.7.0.