Skip to content

Commit 9e13739

Browse files
authored
update CHANGELOG and bump version to 6.24.1 (#2490)
1 parent 42462b9 commit 9e13739

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

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.24.1]]
36+
==== 6.24.1 - 2025-11-21
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Fix handling of psycopg ServerCursor and AsyncServerCursor instrumentation {pull}2489[#2489]
42+
* Fix contrib/opentelemetry set_status to match base signature {pull}2457[#2457]
43+
3544
[[release-notes-6.24.0]]
3645
==== 6.24.0 - 2025-08-12
3746

docs/release-notes/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ 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.24.1 [elastic-apm-python-agent-6241-release-notes]
30+
**Release date:** November 21, 2025
31+
32+
### Fixes [elastic-apm-python-agent-6241-fixes]
33+
34+
* Fix handling of psycopg ServerCursor and AsyncServerCursor instrumentation [#2489](https://github.com/elastic/apm-agent-python/pull/2489)
35+
* Fix contrib/opentelemetry `set_status` to match base signature [#2457](https://github.com/elastic/apm-agent-python/pull/2457)
36+
2937
## 6.24.0 [elastic-apm-python-agent-6240-release-notes]
3038
**Release date:** August 12, 2025
3139

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, 24, 0)
31+
__version__ = (6, 24, 1)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)