Releases: coda/packs-sdk
Releases · coda/packs-sdk
Release 1.9.12
Changed
- Update
filterableProperties
to support person and array of persons
Release 1.9.11
Changed
- Fixed validation to allow pack IDs to be optional in agent skill definitions.
Release 1.9.10
Added
- Add initial
skill
definition to packs sdk
Release 1.9.9
Changed
- Update
filterableProperties
to support arrays of string and number
Release 1.9.8
Changed
- Update
filterableProperties
to support plain strings
Release 1.9.7
Changed
- Bump some dependencies
Release 1.9.6
Changed
- Add
validateParameters
metadata formula to CommonPackFormulaDef - Add
ValueHintType.Date
as a valid type for theFilterableProperty
inIndexDefinition
. AWSAccessKey
auth: fixed bug with double-signing of requests where the URL path contains special characters like spaces.
Release 1.9.5
Changed
- Update
IndexDefinition
to encompass eitherCustomIndexDefinition
orCategorizedIndexDefinition
.CustomIndexDefinition
will be backwards compatible with releases from before 1.9.4 and refer to the oldIndexDefinition
. TheCategorizedIndexDefinition
will support specific types of indexable content that has been predefined in the sdk. - Add a new
filteredProperities
field toschema.index
to specify additional columns that can be used to filter down query results. - Minor documentation updates.
- Deprecate
PrincipalType.Anyone
. - Remove
popularityNormProperty
andauthorityNormProperty
from top-levelschema
since they reside primarily inschema.index
. - Remove deprecated
popularityRankProperty
fromschema
.
Release 1.9.3
Changed
- Bump various dependencies.
- Add display name property for sync tables.
Release 1.9.2
- Add
GoogleDwdError
from fetcher service