We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913a1b0 commit a14ed4cCopy full SHA for a14ed4c
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Pending
4
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
15
## [3.4.0] 2025-05-08
16
### Fixed
17
- urllib3 dependency un-pin (#810)
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="scout_apm",
36
- version="3.4.0",
+ version="3.5.0",
37
description="Scout Application Performance Monitoring Agent",
38
long_description=long_description,
39
long_description_content_type="text/markdown",
0 commit comments