Skip to content

Commit 8da327b

Browse files
authored
Version 3.1.0 (#787)
1 parent fdfe6e4 commit 8da327b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Pending
44

5+
## [3.1.0] 2023-12-18
6+
### Added
7+
- Updates Core Agent to v1.5.0
8+
- Capture allocation metrics for Celery tasks
9+
- Capture latency metrics for Celery tasks
10+
- Send remaining batched payloads on receiving termination signals
11+
### Fixed
12+
- Update the tag name and unit of time for job latency to similarly match that of request queue time.
13+
- Handle change in exit codes for the core agent.
14+
515
## [3.0.2] 2023-11-06
616
### Fixed
717
- Core Agent fails to download on newer Mac OS/Apple Silicon (Issue #779)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="scout_apm",
36-
version="3.0.2",
36+
version="3.1.0",
3737
description="Scout Application Performance Monitoring Agent",
3838
long_description=long_description,
3939
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)