Skip to content

chore: release v0.23.1 #929

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

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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 28, 2025

πŸ€– New release

  • salsa-macro-rules: 0.23.0 -> 0.23.1 (βœ“ API compatible changes)
  • salsa-macros: 0.23.0 -> 0.23.1
  • salsa: 0.23.0 -> 0.23.1 (βœ“ API compatible changes)
Changelog

salsa-macro-rules

0.23.1 - 2025-08-08

Fixed

  • Fix phantom data usage in salsa structs affecting auto traits (#932)

Other

  • Add heap size support for salsa structs (#943)
  • Gate accumulator feature behind a feature flag (#946)
  • Do manual trait casting (#922)
  • remove bounds and type checks from IngredientCache (#937)
  • Avoid dynamic dispatch to access memo tables (#941)
  • Use inventory for static ingredient registration (#934)

salsa-macros

0.23.1 - 2025-08-08

Other

  • Add heap size support for salsa structs (#943)
  • Upgrade dependencies (#956)
  • Do manual trait casting (#922)
  • Avoid dynamic dispatch to access memo tables (#941)
  • Use inventory for static ingredient registration (#934)
  • Fix heap_size option not being preserved in tracked impls (#930)

salsa

0.23.1 - 2025-08-08

Fixed

  • Fix phantom data usage in salsa structs affecting auto traits (#932)

Other

  • Fix maybe_changed_after runnaway for fixpoint queries (#961)
  • add parallel maybe changed after test (#963)
  • Update tests for Rust 1.89 (#966)
  • remove allocation lock (#962)
  • consolidate memory usage information API (#964)
  • Add heap size support for salsa structs (#943)
  • Extract the cycle branches from fetch and maybe_changed_after (#955)
  • allow reuse of cached provisional memos within the same cycle iteration during maybe_changed_after (#954)
  • Expose API to manually trigger cancellation (#959)
  • Upgrade dependencies (#956)
  • Use CycleHeadSet in maybe_update_after (#953)
  • Gate accumulator feature behind a feature flag (#946)
  • optimize allocation fast-path (#949)
  • remove borrow checks from ZalsaLocal (#939)
  • Do manual trait casting (#922)
  • Retain backing allocation of ActiveQuery::input_outputs in ActiveQuery::seed_iteration (#948)
  • remove extra bounds checks from memo table hot-paths (#938)
  • Outline all tracing events (#942)
  • remove bounds and type checks from IngredientCache (#937)
  • Avoid dynamic dispatch to access memo tables (#941)
  • optimize page access (#940)
  • Use inventory for static ingredient registration (#934)
  • Fix heap_size option not being preserved in tracked impls (#930)
  • update papaya (#928)


This PR was generated with release-plz.

Copy link

netlify bot commented Jun 28, 2025

βœ… Deploy Preview for salsa-rs canceled.

Name Link
πŸ”¨ Latest commit a74d981
πŸ” Latest deploy log https://app.netlify.com/projects/salsa-rs/deploys/6895ee588f2dcf0008817223

@github-actions github-actions bot force-pushed the release-plz-2025-06-28T05-44-25Z branch 2 times, most recently from 22fa6c1 to 0df9fc9 Compare July 4, 2025 20:59
@github-actions github-actions bot force-pushed the release-plz-2025-06-28T05-44-25Z branch 5 times, most recently from 5805aca to 89ff341 Compare July 22, 2025 18:54
@github-actions github-actions bot force-pushed the release-plz-2025-06-28T05-44-25Z branch 3 times, most recently from 3f3bc77 to 910de8f Compare July 31, 2025 16:06
@github-actions github-actions bot changed the title chore: release v0.23.1 chore: release v0.24.0 Jul 31, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-06-28T05-44-25Z branch 11 times, most recently from 201ebde to 2eb6c78 Compare August 6, 2025 18:04
@github-actions github-actions bot changed the title chore: release v0.24.0 chore: release v0.23.1 Aug 8, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-06-28T05-44-25Z branch 2 times, most recently from 52a2543 to 2ac3caf Compare August 8, 2025 08:42
@github-actions github-actions bot force-pushed the release-plz-2025-06-28T05-44-25Z branch from 2ac3caf to a74d981 Compare August 8, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants