chore(release): release 0.1.0-beta.38 - #705
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e178985b8e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| * **lcm:** batch expansion and bound grep fallback work ([d4c67d4](https://github.com/ScriptedAlchemy/tracedecay/commit/d4c67d49f9667bc018043122212887b07115e0e4)) | ||
| * **lcm:** batch per-row GC and delete-recovery SQL ([cff4821](https://github.com/ScriptedAlchemy/tracedecay/commit/cff4821cbde99612c611562ac766151fd2000556)) | ||
| * **ledger:** prune superseded idempotency records ([f0b16f3](https://github.com/ScriptedAlchemy/tracedecay/commit/f0b16f3219658321f7020692c322cd3a5fb3f77a)) | ||
| * **ledger:** store commit sequence, not the receipt ([f55a1d6](https://github.com/ScriptedAlchemy/tracedecay/commit/f55a1d62e560dfc16594071e3ca550441de6e1c6)) |
There was a problem hiding this comment.
Remove the ledger optimization that was reverted
Anyone relying on the beta.38 release notes is told that f55a1d62 changed the ledger to store commit sequences, but the later ancestor 5f1c70bc explicitly reverts that commit before this release, with no subsequent reapplication. Because that Git-style revert is also absent from the Reverts section, the changelog advertises behavior that is not in the released tree; remove this entry or document the omitted revert.
Useful? React with 👍 / 👎.
🤖 I have created a release beep boop
0.1.0-beta.38 (2026-08-24)
Features
Bug Fixes
Performance Improvements
Reverts
This PR was generated with Release Please. See documentation.