Skip to content

Releases: coda/packs-sdk

Release 1.9.12

25 Jul 21:09
Compare
Choose a tag to compare

Changed

  • Update filterableProperties to support person and array of persons

Release 1.9.11

11 Jul 18:22
Compare
Choose a tag to compare
Release 1.9.11 Pre-release
Pre-release

Changed

  • Fixed validation to allow pack IDs to be optional in agent skill definitions.

Release 1.9.10

09 Jul 17:31
Compare
Choose a tag to compare

Added

  • Add initial skill definition to packs sdk

Release 1.9.9

03 Jul 19:51
Compare
Choose a tag to compare
Release 1.9.9 Pre-release
Pre-release

Changed

  • Update filterableProperties to support arrays of string and number

Release 1.9.8

02 Jul 17:40
Compare
Choose a tag to compare
Release 1.9.8 Pre-release
Pre-release

Changed

  • Update filterableProperties to support plain strings

Release 1.9.7

16 Jun 16:48
Compare
Choose a tag to compare

Changed

  • Bump some dependencies

Release 1.9.6

10 Jun 20:56
Compare
Choose a tag to compare

Changed

  • Add validateParameters metadata formula to CommonPackFormulaDef
  • Add ValueHintType.Date as a valid type for the FilterableProperty in IndexDefinition.
  • AWSAccessKey auth: fixed bug with double-signing of requests where the URL path contains special characters like spaces.

Release 1.9.5

02 May 20:01
Compare
Choose a tag to compare

Changed

  • Update IndexDefinition to encompass either CustomIndexDefinition or CategorizedIndexDefinition. CustomIndexDefinition will be backwards compatible with releases from before 1.9.4 and refer to the old IndexDefinition. The CategorizedIndexDefinition will support specific types of indexable content that has been predefined in the sdk.
  • Add a new filteredProperities field to schema.index to specify additional columns that can be used to filter down query results.
  • Minor documentation updates.
  • Deprecate PrincipalType.Anyone.
  • Remove popularityNormProperty and authorityNormProperty from top-level schema since they reside primarily in schema.index.
  • Remove deprecated popularityRankProperty from schema.

Release 1.9.3

01 Apr 22:06
Compare
Choose a tag to compare

Changed

  • Bump various dependencies.
  • Add display name property for sync tables.

Release 1.9.2

05 Mar 23:00
Compare
Choose a tag to compare
  • Add GoogleDwdError from fetcher service