Released on February 10, 2025.
- Fixed a bug with nested object hydration in Activity Vocabulary API where deeply nested properties (like
Object.getAttribution()
onActivity.getObject()
) were't being properly hydrated duringtoJsonLd()
calls. Previously, subsequent calls totoJsonLd()
on nested objects could result in inconsistent JSON-LD output where nested objects remained as URLs instead of being fully expanded.