Skip to content

Releases: yext/search-core

Version 2.5.5

10 Dec 17:55
830b50e
Compare
Choose a tag to compare

Changes:

  • Use cached autocomplete endpoints #283
  • Resolve vulnerabilities #284 , #287

Version 2.5.4

11 Sep 14:48
2b6bfc4
Compare
Choose a tag to compare

Changes:

  • Adds new cloudChoice config property #277

Version 2.5.3

10 Sep 13:51
8f0e835
Compare
Choose a tag to compare

Changes:

  • Removes now-deprecated backend types #272

v2.5.2

17 Jul 14:21
09b19f5
Compare
Choose a tag to compare

Version 2.5.2

Changes

v2.5.1

29 Jan 19:26
e6a87d9
Compare
Choose a tag to compare

Version 2.5.1

Changes

  • Fix vulnerabilities (#259)

v2.5.0

07 Dec 21:59
Compare
Choose a tag to compare

Version 2.5.0

Changes

v2.4.1

05 Dec 17:39
0290735
Compare
Choose a tag to compare

Version 2.4.1

Fixes

  • Upgraded @babel/traverse version to address a vulnerability in the package (#253)

v2.4.0

29 Jun 16:28
c6b3cd7
Compare
Choose a tag to compare

Version 2.4.0

Changes

Support new Rich Text & Markdown Field Types (#241)

  • We added support for the new Rich Text & Markdown returned as
    raw html in direct answers.

v2.3.0

08 May 22:07
79ed8a2
Compare
Choose a tag to compare

Changes

Support the EU Cloud region (#233)

  • We introduced two new configuration options: cloudRegion and environment. The search endpoints are hosted in both the US and in Europe, and the cloudRegion config option determines which endpoints are used. The environment config option supports both Prod and Sandbox. The SandboxEndpoints object is now deprecated, and the environment config option should be used instead to specify the sandbox environment.

v2.2.0

24 Mar 16:08
Compare
Choose a tag to compare

Changes

  • Add inputIntents to AutocompleteResult (#230)