You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: sync to v0.1.335, add pagination recipe, and improve learning path
- Sync version references in README and docs to 0.1.335
- Implement `RustApiSchema` for HATEOAS types in `rustapi-core` to fix OpenAPI generation
- Implement `RustApiSchema` for `serde_json::Value` in `rustapi-openapi`
- Add new "Pagination & HATEOAS" recipe to Cookbook
- Create structured Learning Curriculum
- Initialize documentation agent state in `docs/.agent/`
- Fix corrupted IP addresses in `status_page.md` example
Co-authored-by: Tuntii <121901995+Tuntii@users.noreply.github.com>
- Mass updated all `0.1.300` references in `docs/` to `0.1.335`.
11
+
- Updated `README.md` highlights based on recent changes (Dual-Stack, WS compression, etc.).
12
+
13
+
## 🛠️ Code Fixes
14
+
-**Critical Fix in `rustapi-core`:** Implemented `RustApiSchema` for `ResourceCollection`, `Resource`, `PageInfo`, `Link`, and `LinkOrArray` by deriving `Schema` and adding trait bounds.
15
+
-**Critical Fix in `rustapi-openapi`:** Implemented `RustApiSchema` for `serde_json::Value` (mapped to empty schema) to support `embedded` resources in HATEOAS.
0 commit comments