Releases: ONSdigital/dp-search-api
Releases · ONSdigital/dp-search-api
Release 1.11.0
- add highlighting option
- update logging
Release 1.10.1
- Includes merge commit from v1.10.0
Release 1.10.0
- update health endpoint
Release 1.9.0
In this release:
- Add additional suggestions when results are zero
Release 1.8.0
- Use awsauth package in
dp-elasticsearch
to sign es requests
Release 1.7.0
- Update README and swagger spec
Release 1.6.0
- Replaced references to rchttp with net
- Added environment variable for signing requests
Release 1.5.0
Renames dp-search-query to dp-search-api
Updates Go version and license
Updates audit
Release 1.4.0
- Dependency auditing implemented
- Update to Swagger spec
Release 1.3.0
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