Skip to content

Commit

Permalink
Merge pull request #175 from scoutapp/upgrade-core-agent-1.2.9
Browse files Browse the repository at this point in the history
Upgrade core-agent required by PHP libraries to 1.2.9
  • Loading branch information
asgrim authored Apr 1, 2020
2 parents e9de7dc + 5fbd967 commit ee6b0ee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 4.3.0 - 2020-04-01

### Added

- Nothing.

### Changed

- [#175](https://github.com/scoutapp/scout-apm-php/pull/175) Upgraded core-agent version to 1.2.9

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 4.2.0 - 2020-03-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Source/DefaultSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private function getDefaultConfig() : array
ConfigKey::CORE_AGENT_DIRECTORY => '/tmp/scout_apm_core',
ConfigKey::CORE_AGENT_DOWNLOAD_ENABLED => true,
ConfigKey::CORE_AGENT_LAUNCH_ENABLED => true,
ConfigKey::CORE_AGENT_VERSION => 'v1.2.8',
ConfigKey::CORE_AGENT_VERSION => 'v1.2.9',
ConfigKey::CORE_AGENT_DOWNLOAD_URL => 'https://s3-us-west-1.amazonaws.com/scout-public-downloads/apm_core_agent/release',
ConfigKey::CORE_AGENT_PERMISSIONS => 0777,
ConfigKey::MONITORING_ENABLED => false,
Expand Down

0 comments on commit ee6b0ee

Please sign in to comment.