Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump memray from 1.13.4 to 1.15.0 #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps memray from 1.13.4 to 1.15.0.

Release notes

Sourced from memray's releases.

v1.15.0

What's Changed

Full Changelog: bloomberg/memray@v1.14.0...v1.15.0

v1.14.0

What's Changed

New Contributors

Full Changelog: bloomberg/memray@v1.13.4...v1.14.0

Changelog

Sourced from memray's changelog.

memray 1.15.0 (2024-12-03)

Bug Fixes


- Fix some crashes caused by interposing symbols in memray itself ([#685](https://github.com/bloomberg/memray/issues/685))
- Fixed a bug that was causing tracking of runtime libraries that are part of the linker cache not work in macOS 15. ([#693](https://github.com/bloomberg/memray/issues/693))
- Fix a crash when a greenlet switch happens after Memray's profile function has been deactivated or replaced. ([#700](https://github.com/bloomberg/memray/issues/700))

memray 1.14.0 (2024-09-09)

Features


- Wheels are now published for Python 3.13, though we don't yet support free-threaded (no GIL) builds. ([#658](https://github.com/bloomberg/memray/issues/658))

Bug Fixes
</code></pre>
<ul>
<li>Fix a lock ordering deadlock in libc between a Memray lock and a lock internal to dlopen. (<a href="https://redirect.github.com/bloomberg/memray/issues/549&quot;&gt;#549&lt;/a&gt;)&lt;/li>
<li>Ensure flame graphs stay in flame mode when the user has selected it.
Previously clicking the &quot;Hide Irrelevant Frames&quot; or &quot;Hide Import System Frames&quot;
checkboxes would switch the flame graph back to icicle mode. (<a href="https://redirect.github.com/bloomberg/memray/issues/656&quot;&gt;#656&lt;/a&gt;)&lt;/li>
<li>Fix a race condition that was able to cause strange exception messages if two different threads tried to initialize Memray tracking at once. (<a href="https://redirect.github.com/bloomberg/memray/issues/667&quot;&gt;#667&lt;/a&gt;)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/bloomberg/memray/commit/a9237b4b3fc5f83df40bd914a18c7f7a18743270&quot;&gt;&lt;code&gt;a9237b4&lt;/code&gt;&lt;/a> Prepare for 1.15.0 release</li>
<li><a href="https://github.com/bloomberg/memray/commit/ef3d3ea2e696de5d01bb94879abf27159b989375&quot;&gt;&lt;code&gt;ef3d3ea&lt;/code&gt;&lt;/a> build(deps): bump pypa/cibuildwheel from 2.21.2 to 2.22.0</li>
<li><a href="https://github.com/bloomberg/memray/commit/1a38fbaaf3edb00e8ee2dd0a906be1235395958d&quot;&gt;&lt;code&gt;1a38fba&lt;/code&gt;&lt;/a> Protect against deregistered profile functions in greenlet switches</li>
<li><a href="https://github.com/bloomberg/memray/commit/aa1b452ed86cdc7a032a98f8378f64e295d8b666&quot;&gt;&lt;code&gt;aa1b452&lt;/code&gt;&lt;/a> Adapt to Textual 0.88.0</li>
<li><a href="https://github.com/bloomberg/memray/commit/12cfcfe7c04280457d05725952b382447dbf4867&quot;&gt;&lt;code&gt;12cfcfe&lt;/code&gt;&lt;/a> build(deps): bump codecov/codecov-action from 4 to 5</li>
<li><a href="https://github.com/bloomberg/memray/commit/beea5cde5d231091df42528889762564540fa7f8&quot;&gt;&lt;code&gt;beea5cd&lt;/code&gt;&lt;/a> Skip coverage html generation in Alpine</li>
<li><a href="https://github.com/bloomberg/memray/commit/e89d4343466b59b7da1508cc1e5480155120fecb&quot;&gt;&lt;code&gt;e89d434&lt;/code&gt;&lt;/a> Fix symbol resolution for malloc_type functions on macOS Sequoia</li>
<li><a href="https://github.com/bloomberg/memray/commit/df48806ce175d469823ee57d86c291da778e0ee0&quot;&gt;&lt;code&gt;df48806&lt;/code&gt;&lt;/a> ci: Don't require <code>skip-news</code> if NEWS.rst changes</li>
<li><a href="https://github.com/bloomberg/memray/commit/f5eb8d703ba59da534dccbc9e896f6fc0fb20ce1&quot;&gt;&lt;code&gt;f5eb8d7&lt;/code&gt;&lt;/a> build(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.2</li>
<li><a href="https://github.com/bloomberg/memray/commit/457365aba790d8dbd1e26776340982e09250686d&quot;&gt;&lt;code&gt;457365a&lt;/code&gt;&lt;/a> tests: Update snapshots for Textual 0.81</li>
<li>Additional commits viewable in <a href="https://github.com/bloomberg/memray/compare/v1.13.4...v1.15.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [memray](https://github.com/bloomberg/memray) from 1.13.4 to 1.15.0.
- [Release notes](https://github.com/bloomberg/memray/releases)
- [Changelog](https://github.com/bloomberg/memray/blob/main/NEWS.rst)
- [Commits](bloomberg/memray@v1.13.4...v1.15.0)

---
updated-dependencies:
- dependency-name: memray
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants