Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 40d0112

Browse files
author
Phil Budne
committed
Update README.md and api.py for v1.4.2
1 parent dbc47f1 commit 40d0112

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Deployments are now configured to be automatically built and released via GitHub
6969
5. Once it is done, the labeled image will be ready at https://hub.docker.com/r/mcsystems/news-search-api
7070

7171
## Version History
72+
* __v1.4.2__ - Fix topdomains aggregation
7273
* __v1.4.1__ - Bugfix correcting missed date conversion in client.py
7374
* __v1.4.0__ - New endpoints for sub-aggregations, including a small refactor of how aggregation queries are constructed, configurable timeout for elasticsearch
7475
* __v1.3.9__ - Overview query includes 'keyword' field for domain aggregator

api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def termaggrs_list(self) -> List[str]:
6868

6969

7070
class ApiVersion(str, Enum):
71-
v1 = "1.4.1"
71+
v1 = "1.4.2"
7272

7373

7474
ES = EsClientWrapper(config.eshosts_list)

0 commit comments

Comments
 (0)