| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
0.13.2 has a section and a version but was never published, so the keyed reminder entry sat under Unreleased above a release that had not happened. Anyone reading the changelog would have taken 0.13.2 for shipped and the feature for waiting on a later one. Folds the entry into 0.13.2 and dates it for the day it goes out.
Greptile SummaryThe PR moves keyed-reminder notes into the release in which they ship and corrects the release date.
Confidence Score: 5/5The PR appears safe to merge. The documentation-only change consistently consolidates the pending entries into the intended 0.13.2 release without altering runtime behavior. Important Files Changed
Reviews (1): Last reviewed commit: "Put keyed reminders in the release they ..." | Re-trigger Greptile |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Folds the Unreleased changelog entry into 0.13.2 and dates it for the day it goes out.
Why
0.13.2 has a changelog section and version.rb already says 0.13.2, but it was never published — rubygems is still on 0.13.1. Keyed reminders then landed and went under Unreleased, above a release that had not happened.
Read from the outside that says 0.13.2 shipped and keyed reminders are waiting for something later, when in fact they go out together.
## Unreleased -> ## 0.13.2 - 2026-08-17 - keyed reminders - keyed reminders - process administration ## 0.13.2 - 2026-08-16 - rolling-deployment docs - process administration - rolling-deployment docsNo version bump: version.rb is already 0.13.2 and rake build produces solid_objects-0.13.2.gem.
Manual QA on merged main
I drove keyed reminders through a real actor rather than asserting on intents, with the scheduler and worker running:
That covers the properties the feature promises: an alarm per item, only due ones firing, the operation surviving the composed name, a re-scheduled key moving its own alarm and no other, and a key holding colons of its own.
bundle exec rake on main: 532 runs, 0 failures. Standard, RuboCop, Brakeman and RBS validation clean.
Note
The matching Node release is cardmagic/solid-objects-js#9.