Skip to content

Commit

Permalink
Release commit V3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogiraj Awati committed Jul 1, 2019
1 parent 445477b commit 55bbc84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## 3.1.0 (2019-07-01)
- STS credentials are fetched from STS regional endpoint instead of global endpoint. If the configured region is disabled for the STS token, the credentials are
fetched from primary regional endpoint in that AWS partition. The primary regional endpoint cannot be disabled for STS token.
- Updated AWS Go dependency to version 1.20.10
- Added debug log on request received for HTTP proxy server
- Added info log for the X-Ray service endpoint used by HTTP Proxy server
- Updated X-Ray service endpoint resolution for HTTP Proxy server

## 3.0.2 (2019-06-19)
- Reconfiguring ring buffer channel size to number of buffers allocated to the daemon instead of fix 250 traces

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.1.0
2 changes: 1 addition & 1 deletion daemon/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// Version number of the X-Ray daemon.
const Version = "3.0.2"
const Version = "3.1.0"

var cfgFileVersions = [...]int{1, 2} // Supported versions of cfg.yaml file.

Expand Down

0 comments on commit 55bbc84

Please sign in to comment.