Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 5.9.2 release #86

Merged
merged 245 commits into from
Jan 9, 2020
Merged

prepare 5.9.2 release #86

merged 245 commits into from
Jan 9, 2020

Conversation

LaunchDarklyCI
Copy link
Contributor

[5.9.2] - 2020-01-09

Fixed:

  • Relay's logging format was extremely inconsistent: depending on whether a message was related to a specific environment or not, the fields would be in different order and the timestamp was not always at the beginning of the line. This has been normalized so the timestamp (with microseconds) is always first, followed by a tag that is either [env: name-of-environment] or [main], then a level such as INFO:, and then the message. (#85)
  • The proxy URL parameter was not working in the case of a regular HTTP/HTTPS proxy, as opposed to an NTLM proxy. The standard Go environment variable HTTPS_PROXY did work. Both are now usable.

atrakh and others added 30 commits July 20, 2018 11:25
The results are unpredictable when we do.
Make packages we don't intend for public use internal
Also start using testify/require and wait an extra moment to flush exporters that have startedin a flaky test.
…igurable-global-datadog

Add global tag configuration for datadog exporter
Add smoke tests for debian, centos and docker builds.
Git tag may not be up-to-date until we tag the new release.
…s-nesting-in-metrics-tests

[ch20947] Flatten metrics tests
…and-public-metric-views

[ch21033] Separate private and public metrics
Fix event exporter views and rename private metric view names
logging.InitLogging needs to be callable externally
bwoskow-ld and others added 25 commits November 5, 2019 11:26
update opencensus packages
update to Go SDK 4.13.1 for database caching improvements
make DynamoDB endpoint URL configurable
* add CI test for Prometheus exporter

* build first

* fix nc syntax

* fix grep text

* debugging

* clarify readme

Co-authored-by: Ben Woskow <[email protected]>
fix event-summarizing logic to preserve tracking status sent by PHP SDK
fix CI publish job by pinning goreleaser version
…icroseconds (#108)

* use consistent log format with timestamp at start of line & include microseconds

* use correct logger instances for startup info messages

* add "main" tag for main logger
support ordinary HTTP proxy via configuration
@LaunchDarklyCI LaunchDarklyCI merged commit e82b3db into v5 Jan 9, 2020
@LaunchDarklyCI LaunchDarklyCI deleted the release-5.9.2 branch January 9, 2020 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants