Skip to content

Commit

Permalink
Merge branch 'main' into overview-breakout
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulley authored Sep 5, 2024
2 parents 3dbaef0 + 0fe5b71 commit 7fb1cad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test Code

on:
- push
- workflow_dispatch

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Deployments are now configured to be automatically built and released via GitHub
5. Once it is done, the labeled image will be ready at https://hub.docker.com/r/mcsystems/news-search-api

## Version History
* __v1.3.9__ - Overview query includes 'keyword' field for domain aggregator
* __v1.3.8__ - Bugfix for 'expanded' results
* __v1.3.7__ - Increased default time out on top-terms, better tests
* __v1.3.6__ - Major refactor and cleanup, behavior unchanged
* __v1.3.5__ - Use mc-manage for deployment record
Expand Down
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def termaggrs_list(self) -> List[str]:


class ApiVersion(str, Enum):
v1 = "1.3.7"
v1 = "1.3.9"


ES = EsClientWrapper(config.eshosts_list, **config.esopts)
Expand Down

0 comments on commit 7fb1cad

Please sign in to comment.