Skip to content

Releases: GoogleCloudPlatform/fluent-plugin-google-cloud

v0.2.4

06 May 21:05
Compare
Choose a tag to compare
  • Support Application Default Credentials as the default authentication mechanism.
    • This still falls back to using the service account if no other credentials are found so there should be no change for existing users.
    • The environment variable GOOGLE_APPLICATION_CREDENTIALS specifies the path to the credentials file; if this is not set or does not contain valid credentials, the default path is $HOME/.config/gcloud/application_default_credentials.json ($HOME usually resolves to /root on GCE).
    • auth_method is now deprecated; we emit a warning if it is configured. private_key is still supported for existing users.
  • Support setting custom GCE metadata from config
    • new configuration options fetch_gce_metadata, project_id, zone, vm_id

v0.2.3

06 May 17:04
Compare
Choose a tag to compare
  • Improve severity level support.
    • Ensure we only send valid severity enum values (or 'DEFAULT' if unknown).
    • Translate "known" (mostly log4j) values into valid values.
    • Translate single-character severities into valid values.
    • Constrain numeric severities to valid values (multiples of 100 from 0-800).
  • Add structured logging support.
    • Optional tags (timeNanos and severity) are now consumed when processed. If we are left with a single tag called 'message' remaining, we continue to use textPayload, otherwise we send the record as structPayload.
  • Log a message for the first successful API call.

v0.2.2

30 Mar 22:12
Compare
Choose a tag to compare

Upgrade google-api-client to v0.8+ (no functional changes)

v0.2.1

25 Mar 23:21
Compare
Choose a tag to compare
  • Improve error handling for authentication failures
  • Log a warning when dropping a request due to ClientError

v0.2.0

03 Mar 19:05
Compare
Choose a tag to compare
  • Support google cloud logging API v1beta3

v0.1.3

03 Mar 19:06
Compare
Choose a tag to compare
  • Drop the payload on client errors to prevent getting stuck in an infinite retry loop.

v0.1.2

03 Mar 19:09
Compare
Choose a tag to compare
  • Add dataflow support