5.0.0-dev14
Pre-release
Pre-release
Added
- Added a
ccfapp.checkedJson
converter to the CCF TypeScript package, which will raise errors when given objects which cannot be roundtrip-converted through JSON (currentlyMap
andDate
). There is a slight cost to checking this on each instance duringencode
, so the behaviour is opt-in (not directly replacingccfapp.json
), but it is recommended that most tables update to use this converter.
Removed
- The
scurl.sh
script has been removed. With #5137 removing support for HTTP signed requests, it is no longer needed.
MCR Docker Images: App Development, C++ Runtime, TypeScript/JavaScript Runtime