FEATURES:
- actions: Initial package implementation and new Actions RPC support (#1181)
ENHANCEMENTS:
- list: add
limit
field toListResult
(#1182) - list: add primitives, list and map types to schema (#1177)
- actions: add schema interface and unlinked schema (#1183)
- actions: add standard validation methods and interfaces for
ValidateActionConfig
RPCs (#1188) - actions: add attributes and nested blocks to schema package (#1186)
BUG FIXES:
- list: call
Configure
inListResource
RPC and remove theListResource
call inValidateListResourceConfig
(#1192)