6.0.0-dev11
Pre-release
Pre-release
github-actions
released this
07 Jan 17:12
·
6 commits
to main
since this release
Added
GET /gov/service/javascript-app
now takes an optional?case=original
query argument. When passed, the response will contain the raw originalsnake_case
field names, for direct comparison, rather than the API-standardcamelCase
projections.- 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 usingDynamicJSEndpointRegistry
should be unaffected.
Fixed
cose_signatures
configuration (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::Extension
returned fromDynamicJSEndpointRegistry::get_extensions()
.
Dependencies
- nghttp2 updated from 1.55.1 to 1.64.0