6.0.0-dev11
Pre-release
Pre-release
·
823 commits
to main
since this release
Added
GET /gov/service/javascript-appnow takes an optional?case=originalquery argument. When passed, the response will contain the raw originalsnake_casefield names, for direct comparison, rather than the API-standardcamelCaseprojections.- Applications can now extend
js_generic(ie - a JS app where JS endpoints are edited by governance transactions), from the public headerccf/js/samples/governance_driven_registry.h. The API for existing JS-programmability apps usingDynamicJSEndpointRegistryshould be unaffected.
Fixed
cose_signaturesconfiguration (issuer/subject) is now correctly preserved across disaster recovery (#6709).
Deprecated
- The function
ccf::get_js_plugins()and associated FFI plugin system for JS is deprecated. Similar functionality should now be implemented through ajs::Extensionreturned fromDynamicJSEndpointRegistry::get_extensions().
Dependencies
- nghttp2 updated from 1.55.1 to 1.64.0