|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. Entries are generated by homeboy from git commits. |
4 | 4 |
|
| 5 | +## [0.10.1] - 2026-06-28 |
| 6 | + |
| 7 | +### Changed |
| 8 | +- Emit standard fuzz observation artifacts |
| 9 | +- Complete browser SDK v1 contract: honor onClientConnected + expose granular ops |
| 10 | +- Add runtime-backed fuzz mutation contracts |
| 11 | +- Fallback staged input writes through PHP |
| 12 | +- Bind staged input materializer calls |
| 13 | +- Add public Codebox contract primitives |
| 14 | +- Add browser connector SDK primitives |
| 15 | +- Clarify Codebox runtime boundary docs |
| 16 | +- Clarify staged input materialization |
| 17 | +- Add browser runtime task SDK |
| 18 | +- Add public runtime descriptor API |
| 19 | +- Add contained-site sync facade |
| 20 | +- Add public artifact inspection facade |
| 21 | +- Preserve host files during VFS materialization |
| 22 | +- Create staged VFS directories before persistent writes |
| 23 | +- Add WordPress fuzz runtime coverage APIs |
| 24 | +- Use persistent writer for staged VFS inputs |
| 25 | +- Materialize staged inputs before workflow |
| 26 | +- Resolve runtime package sources from task target |
| 27 | +- Stage runtime package bundle sources |
| 28 | +- Record WordPress query timing observations |
| 29 | +- Clarify WordPress page-load command modes |
| 30 | +- Normalize runtime package public contract |
| 31 | +- Define runtime package task contract |
| 32 | +- Add rollback-safe REST mutation artifacts |
| 33 | +- Clarify fuzz suite ability runtime semantics |
| 34 | +- Record WordPress queries without SAVEQUERIES |
| 35 | +- Add runtime-backed fuzz suite CLI mode |
| 36 | +- Normalize runtime package task results |
| 37 | +- Support source-root PHPUnit extra plugins |
| 38 | +- Fallback to direct Playground PHP execution |
| 39 | +- Route browser runtime tasks to runtime package ability |
| 40 | +- Expose admin bar toggle on browser SDK facade |
| 41 | +- Remove legacy resolved tools bridge |
| 42 | +- Expose headless agent task result envelope |
| 43 | +- Propagate workload wrapper settings |
| 44 | +- Harden artifact postprocess host helpers |
| 45 | + |
| 46 | +### Fixed |
| 47 | +- harden runtime package result handling |
| 48 | +- Fix project bootstrap PHPUnit autoload timing |
| 49 | +- default runtime package workflow |
| 50 | + |
5 | 51 | ## [0.10.0] - 2026-06-26 |
6 | 52 |
|
7 | 53 | ### Added |
|
0 commit comments