Release notes (v1.1)
Changes since v1.0
New methods:
- admin.selectSignals: Query signals in organization.
- admin.publishSignals: Publish/re-publish signals as items.
- clarify.selectItems: Select items in organization.
- clarify.dataFrame: Select raw- or aggregated data from items.
- clarify.evaluate: Select aggregated item data and do server-side calculations.
Updates to existing methods:
- integration.saveSignals:
- Add new field
updated
to theSave summary
type. - The signal
type
attribute has been renamed tovalueType
(type
still works as an alias).
- Add new field
Changes since v1.1beta2
New methods:
- clarify.evaluate: Select aggregated item data and do server-side calculations.
Updates to existing methods:
- For methods
admin.selectSignals
,admin.selectItems
andclarify.dataFrame
, the groupIncludedByType parameter is replaced by a format parameter with more options. - For the clarify.dataFrame method, the data query parameter has been extended with more options, such as time-zone support and month/year rollup.
Version selection
Explicit version selection is done in the API transport layer.
Patch releases
v1.1.1
Fix a bug with clarify.evaluate state aggregations, where the state was always assumed to be 0
, resulting in the return of incorrect data.
v1.1.2
Introduce two new error codes:
- -32011 Too many requests: returned when access to a specific RPC method exceeds our rate-limit.
- -32022 Too many items selected: returns when too many items are selected in a clarify.evaluate call.