Skip to content

Commit

Permalink
Release commit 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogiraj Awati committed Jun 19, 2019
1 parent 7559606 commit 446de1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

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

## 3.0.1 (2019-04-16)
- Removed allocating 64KB size to UDP socket connection. Now, the daemon relies on underlying OS default UDP receiver size for the UDP socket connection
- Updated readme about credential configuration: [PR #21](https://github.com/aws/aws-xray-daemon/pull/21)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2
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.1"
const Version = "3.0.2"

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

Expand Down

0 comments on commit 446de1f

Please sign in to comment.