File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 3333
3434setup (
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" ,
You can’t perform that action at this time.
0 commit comments