Releases: bloomberg/memray
Releases · bloomberg/memray
v1.17.1
What's Changed
- build(deps): bump pypa/cibuildwheel from 2.23.0 to 2.23.2 by @dependabot in #727
- Fix ARM Linux infinite loop in attach / live mode by @godlygeek in #737
- Prepare for 1.17.1 release by @pablogsal in #739
- Use the kernel.org mirror for elfutils in CI by @godlygeek in #746
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's Changed
- Support Textual 3.x by @godlygeek in #734
- Switch the RecursionGuard to use pthread APIs by @pablogsal in #732
- Prepare for 1.17.0 release by @pablogsal in #736
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
- Resolve a circular import error in obscure configuarations. by @jhance in #711
- Support Textual 2.0 by @godlygeek in #714
- ci: Ignore memory leaks in
PyInit_readline
by @godlygeek in #717 - ci: Build aarch64 wheels on ARM Ubuntu 24.04 by @godlygeek in #716
- build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.0 by @dependabot in #715
- Prepare for 1.16.0 release by @pablogsal in #721
New Contributors
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- build(deps): bump pypa/cibuildwheel from 2.20.0 to 2.21.1 by @dependabot in #684
- Avoid patching symbols in the extension module by @pablogsal in #685
- tests: Update snapshots for Textual 0.81 by @godlygeek in #687
- build(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.2 by @dependabot in #689
- ci: Don't require
skip-news
if NEWS.rst changes by @godlygeek in #690 - Fix symbol resolution for malloc_type functions on macOS Sequoia by @pablogsal in #693
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #696
- Adapt to textual 0.88.0 by @pablogsal in #698
- Protect against deregistered profile functions in greenlet switches by @pablogsal in #700
- build(deps): bump pypa/cibuildwheel from 2.21.2 to 2.22.0 by @dependabot in #697
- Prepare for 1.15.0 release by @pablogsal in #703
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Update our vendored libbacktrace by @pablogsal in #651
- Retain inverted-ness when redrawing graph. by @ZeroIntensity in #656
- build(deps): bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by @dependabot in #660
- tests: Skip snapshot tests if Textual is outdated by @godlygeek in #657
- Show Time Duration in Stats Modal by @RafaelWO in #659
- Publish wheels for Python 3.13 by @godlygeek in #658
- Simplify updating libbacktrace by @godlygeek in #652
- Lock around Tracker creation and destruction by @godlygeek in #667
- Disable attach tests in cibuildwheel by @godlygeek in #670
- tests: Update snapshot tests for Textual 0.77 by @godlygeek in #671
- build(deps-dev): bump webpack from 5.86.0 to 5.94.0 by @dependabot in #672
- Try to respect RPATHS of calling dlopen modules with dlinfo by @pablogsal in #549
- Add Python 3.7 Trove classifier by @hugovk in #676
- README: Add links to badges by @hugovk in #675
- Prepare for 1.14.0 release by @pablogsal in #677
New Contributors
- @ZeroIntensity made their first contribution in #656
- @RafaelWO made their first contribution in #659
- @hugovk made their first contribution in #676
Full Changelog: v1.13.4...v1.14.0
v1.13.4
What's Changed
- tree: Start expanded with Textual 0.73+ by @godlygeek in #648
Full Changelog: v1.13.3...v1.13.4
v1.13.3
What's Changed
- Update tests to support Textual 0.71 by @godlygeek in #643
- docs: Fix typo in tutorial 1 by @NathanielRN in #640
- Tutorial: Fixes for Exercise 3 by @statkute in #641
- build(deps): bump pypa/cibuildwheel from 2.19.1 to 2.19.2 by @dependabot in #644
- Fix a regression in handling processes that fork by @godlygeek in #645
New Contributors
- @NathanielRN made their first contribution in #640
- @statkute made their first contribution in #641
Full Changelog: v1.13.2...v1.13.3
v1.13.2
What's Changed
- build(deps-dev): bump ws from 7.5.7 to 7.5.10 by @dependabot in #630
- docs: Fix a type in native_mode.rst by @gustiando in #638
- Avoid stack overflow in native symbolification when debuginfod returns a file with MiniDebugInfo by @godlygeek in #639
New Contributors
- @gustiando made their first contribution in #638
Full Changelog: v1.13.1...v1.13.2
v1.13.1
What's Changed
- ci: Build macOS x86_64 wheels on macOS 13 by @godlygeek in #633
- Reintroduce debuginfod deadlock workaround by @godlygeek in #635
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- Fix publication of x86_64 wheels by @godlygeek in #578
- build(deps): bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #564
- Add a binding for Ctrl-Z to memray tree by @pablogsal in #581
- build(deps): bump pypa/cibuildwheel from 2.17.0 to 2.18.0 by @dependabot in #595
- Fix live updates to footers on Textual TUIs by @godlygeek in #597
- Intro Level Tutorial by @jcarnaxide in #590
- Allow spinning a Memray environment up in codespaces by @godlygeek in #582
- Publish docs on every PR, not just releases by @godlygeek in #602
- Codespaces for Tutorials by @jcarnaxide in #601
- Add build requirements for ubuntu by @micheleAlberto in #603
- Prevent test suite from renderering Textual UI by @vitorespindola in #608
- build(deps): bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #610
- docs: Updates to Memray tutorials by @drz416 in #607
- document how to handle container OOM by @micheleAlberto in #605
- Support new Textual footer by @godlygeek in #613
- Fix reporting of "Own Memory" in TUI reporters by @godlygeek in #617
- Fix timezone on stats modal by @vitimm144 in #611
- Vendor libdebuginfod into our wheels by @godlygeek in #592
- Fix docs building in CI by @godlygeek in #618
- feat: Merge threads in live view by @mgmacias95 in #589
- Print the thread name in the live TUI by @pablogsal in #562
- attach: Add gdb breakpoints for more safe entry points by @godlygeek in #612
- Fix a segfault on macOS when _dyld_shared_cache_contains_path is not available by @pablogsal in #615
- ci: Avoid testing with buggy Textual versions by @godlygeek in #624
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #625
- Update Textual snapshots for 0.67.1 by @godlygeek in #627
- Test with Python 3.13 by @godlygeek in #622
- build(deps): bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #628
- Release version 1.13.0 by @godlygeek in #631
New Contributors
- @micheleAlberto made their first contribution in #603
- @vitorespindola made their first contribution in #608
- @vitimm144 made their first contribution in #611
Full Changelog: v1.12.0...v1.13.0