Skip to content

Commit 1952221

Browse files
committed
Prepare for 1.19.3 release
See changelog for more details. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent 2f83784 commit 1952221

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.19.2
2+
current_version = 1.19.3
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.19.3 (2026-04-07)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Include Linux HugeTLB memory in memray's RSS snapshots by adding ``HugetlbPages`` from ``/proc/<pid>/status`` to ``VmRSS``. This makes resident-memory graphs and memory snapshot records account for huge pages that the kernel reports separately from normal RSS.
18+
- Fix a broken link in the tutorial documentation. (#891)
19+
- Fix a bug that would result in a crash if DNS resolution failed while setting up live mode tracking. (#894)
20+
- Fix a bug that could result in a list getting leaked if we ran out of memory while reporting allocations. (#895)
21+
22+
Miscellaneous
23+
~~~~~~~~~~~~~
24+
25+
- Add a KEYS file to the repo documenting the PGP public keys of the maintainers who will tag new Memray releases and upload them to PyPI.
26+
- Enable PyPI Trusted Publishing for Memray releases, rather than using long-lived secrets.
27+
28+
1129
memray 1.19.2 (2026-03-12)
1230
--------------------------
1331

news/+rss_hugetlb.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/memray/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.2"
1+
__version__ = "1.19.3"

0 commit comments

Comments
 (0)