Skip to content

Commit a32c2ca

Browse files
committed
update CHANGELOG and bump version to 6.26.2
1 parent d231f39 commit a32c2ca

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ endif::[]
3232
[[release-notes-6.x]]
3333
=== Python Agent version 6.x
3434
35+
[[release-notes-6.26.2]]
36+
==== 6.26.2 - 2026-06-22
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Fix httpcore instrumentation handling of default port {pull}2669[#2669]
42+
* Handle FastAPI 0.137 ``_IncludedRouter`` in route name resolution {pull}2682[#2682]
43+
3544
[[release-notes-6.26.1]]
3645
==== 6.26.1 - 2026-05-25
3746

docs/release-notes/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,20 @@ To check for security updates, go to [Security announcements for the Elastic sta
2626

2727
% ### Fixes [elastic-apm-python-agent-versionext-fixes]
2828

29+
## 6.26.2 [elastic-apm-python-agent-6262-release-notes]
30+
**Release date:** June 22, 2026
31+
32+
### Fixes [elastic-apm-python-agent-6262-fixes]
33+
34+
* Fix httpcore instrumentation handling of default port [#2669](https://github.com/elastic/apm-agent-python/pull/2669)
35+
* Handle FastAPI 0.137 `_IncludedRouter` in route name resolution [#2682](https://github.com/elastic/apm-agent-python/pull/2682)
36+
2937
## 6.26.1 [elastic-apm-python-agent-6261-release-notes]
3038
**Release date:** May 25, 2026
3139

3240
### Fixes [elastic-apm-python-agent-6261-fixes]
3341

34-
* Make AWS lambda layers publication more robust against regions failure [#2658](https://github.com/elastic/apm-agent-python/pull/2658)
42+
* Make AWS lambda layers publication more robust against regions failure [#2658](https://github.com/elastic/apm-agent-python/pull/2658)
3543

3644
## 6.26.0 [elastic-apm-python-agent-6260-release-notes]
3745
**Release date:** May 25, 2026
@@ -40,7 +48,7 @@ To check for security updates, go to [Security announcements for the Elastic sta
4048

4149
* Remove usage of modules and patterns deprecated on recent Python versions [#2531](https://github.com/elastic/apm-agent-python/pull/2531)
4250
* Avoid warnings reading recent Flask versions [#2635](https://github.com/elastic/apm-agent-python/pull/2635)
43-
* Add back instrumentation of the connection object with ``psycopg[pool]`` [#2460](https://github.com/elastic/apm-agent-python/pull/2460)
51+
* Add back instrumentation of the connection object with `psycopg[pool]` [#2460](https://github.com/elastic/apm-agent-python/pull/2460)
4452
* Fix GRPC target reporting when it does not contain the port [#2584](https://github.com/elastic/apm-agent-python/pull/2584)
4553
* Do not consider canceled span available for compression [#2651](https://github.com/elastic/apm-agent-python/pull/2651)
4654

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (6, 26, 1)
31+
__version__ = (6, 26, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)