Skip to content

Releases: ONSdigital/dp-search-api

Release 1.11.0

13 Sep 11:16
v1.11.0
4a8c8ca
Compare
Choose a tag to compare
  • add highlighting option
  • update logging

Release 1.10.1

27 Jul 08:23
Compare
Choose a tag to compare
  • Includes merge commit from v1.10.0

Release 1.10.0

23 Jul 14:23
4dbaf06
Compare
Choose a tag to compare
  • update health endpoint

Release 1.9.0

13 Jul 15:18
v1.9.0
0fcedd5
Compare
Choose a tag to compare

In this release:

  • Add additional suggestions when results are zero

Release 1.8.0

06 Jul 08:31
v1.8.0
c4f22c9
Compare
Choose a tag to compare
  • Use awsauth package in dp-elasticsearch to sign es requests

Release 1.7.0

30 Jun 11:18
v1.7.0
78635ea
Compare
Choose a tag to compare
  • Update README and swagger spec

Release 1.6.0

18 Jun 14:39
v1.6.0
3758b40
Compare
Choose a tag to compare
  • Replaced references to rchttp with net
  • Added environment variable for signing requests

Release 1.5.0

22 Feb 10:50
v1.5.0
8eb1676
Compare
Choose a tag to compare

Renames dp-search-query to dp-search-api
Updates Go version and license
Updates audit

Release 1.4.0

06 Oct 07:57
Compare
Choose a tag to compare
  • Dependency auditing implemented
  • Update to Swagger spec

Release 1.3.0

18 Feb 13:50
v1.3.0
1301d8c
Compare
Choose a tag to compare

Feature release of dp-search-query
Includes…

  • Swagger specification for v1 of search API
  • Implementation of v1 spec including…
    • Transformation of elastic search responses into document that matches spec
    • Refactoring service in order to improve testability and support future alternative elastic search versions
  • Inclusion of search suggestions in response (eg. for misspelled search queries)
  • Support for zero and validation against negative values in offset and limit parameters