Skip to content

Commit a14ed4c

Browse files
committed
bump version to 3.5.0
1 parent 913a1b0 commit a14ed4c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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.5.0] 2025-10-31
6+
### Added
7+
- Instrumentation for [FastMCP](https://github.com/jlowin/fastmcp) via `fastmcp.ScoutMiddleware` (#818)
8+
- Formal support for Python 3.13 and 3.14 (#819)
9+
- Formal support for Django 5.1 and 5.2
10+
- Use strict data filter for tar extraction (#820)
11+
12+
### Removed
13+
- Formal Python 3.9 support.
14+
515
## [3.4.0] 2025-05-08
616
### Fixed
717
- urllib3 dependency un-pin (#810)

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.4.0",
36+
version="3.5.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)