v0.74.43
Changelog
🐛 Bug Fixes
- bench: keep the application environment out of benchmark servers (c0407d9) (by Chris chris@stacksjs.com) (#2589)
- bench: measure host load as it is, not averaged over process lifetimes (3600b95) (by Chris chris@stacksjs.com) (#2588)
- skills: drop my own hand-maintained counts from the composables page (0c46e3c) (by Chris chris@stacksjs.com)
- skills: say which 27 composables a template gets for free (fabc003) (by Chris chris@stacksjs.com)
- skills: 27 of 154 composables are auto-imported, not all of them (#2056) (2c52208) (by Chris chris@stacksjs.com) (#2056, #2056)
- docs: register the agent-facing counts nothing owned (#2056) (7752be4) (by Chris chris@stacksjs.com) (#2056, #2056)
- pagination: an empty result is one empty page, not zero pages (2a7d320) (by Chris chris@stacksjs.com)
- features: commerce owns categories, not cms (#1854) (dd0af60) (by Chris chris@stacksjs.com) (#1854, #1854)
- path: modelsPath resolves app/Models, not app/models (cc01256) (by Chris chris@stacksjs.com)
- path: resolve the package paths that moved out from under them (48ed957) (by Chris chris@stacksjs.com)
- features: claim campaign_variants before its parent is gated (#1854) (16702c6) (by Chris chris@stacksjs.com) (#1854, #1854)
📝 Documentation
- skills: the 27 are free in the script entry only (06c9d3d) (by Chris chris@stacksjs.com)
- skills: drop the hand-maintained count from the models list (2c34ce6) (by Chris chris@stacksjs.com)
- AGENTS.md gives one model count instead of two (2ca381f) (by Chris chris@stacksjs.com)
- AGENTS.md quotes 52 config files, and the counts are now checked (a6ae06c) (by Chris chris@stacksjs.com)
- features: correct why commerce owns categories (7f5d5c9) (by Chris chris@stacksjs.com) (#2584)
✅ Tests
- typecheck the benchmark harness (16bf88c) (by Chris chris@stacksjs.com) (#2587)
- anchor the two new corpus tests to their own location (5353654) (by Chris chris@stacksjs.com)
- config: guard mail and cache driver coverage like storage (#2056) (09461c8) (by Chris chris@stacksjs.com) (#2056, #2056, #1896)
💚 Continuous Integration
- bench: offer the per-request CPU cost matrix on the shared runner (67cb698) (by Chris chris@stacksjs.com)
🔧 Chores
- release v0.74.43 (98a0127) (by Chris chris@stacksjs.com)
- upgrade stx to 0.2.286 (4ffe721) (by Chris chris@stacksjs.com)
bench
- compare CPU cost per request at a fixed rate (cb2b332) (by Chris chris@stacksjs.com) (#2586)
Contributors
- Chris chris@stacksjs.com