Skip to content

Commit

Permalink
Version 3.1.0 (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock authored Dec 19, 2023
1 parent fdfe6e4 commit 8da327b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Pending

## [3.1.0] 2023-12-18
### Added
- Updates Core Agent to v1.5.0
- Capture allocation metrics for Celery tasks
- Capture latency metrics for Celery tasks
- Send remaining batched payloads on receiving termination signals
### Fixed
- Update the tag name and unit of time for job latency to similarly match that of request queue time.
- Handle change in exit codes for the core agent.

## [3.0.2] 2023-11-06
### Fixed
- Core Agent fails to download on newer Mac OS/Apple Silicon (Issue #779)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="scout_apm",
version="3.0.2",
version="3.1.0",
description="Scout Application Performance Monitoring Agent",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8da327b

Please sign in to comment.