v1.14.0
github-actions
released this
09 Jan 07:07
·
414 commits
to master
since this release
1.14.0 (2024-01-09)
Features
- banner: banner for contextus (715a6c6)
- search: add + when there are more results than ES can calculate (44da07b)
- search: add es6_compat parameter to search wrapper api so that older clients can still work (3561b7c)
- search: connect to ES using a password (d641ef6)
- search: connect to ES using a password (f5832da)
Bug Fixes
- dont skip rest of list if new_inds is less than curr_inds because there may be a later new_ind that is overlaps (791a74f)
- fix merge of production-values.yaml (8a2c011)
- off-by-one error in calculation of end index (1a51b6d)
- reader: Temporarily have Django connect to ES using admin creds to ease upgrade. (1660623)
- reader: Temporarily have Django connect to ES using admin creds to ease upgrade. (7e32bdc)
- reader: Temporarily use fallback to SEARCH_ADMIN if SEARCH_NON_ADMIN isn't defined (498bfd9)
- reader: Temporarily use fallback to SEARCH_ADMIN if SEARCH_NON_ADMIN isn't defined (1846327)
- search: add in missing elasticUser secret so that nginx can proxy /api/search API (cd7e6b7)
- search: make code backwards compatible with elasticsearch 6. (d8aed82)
- search: make code backwards compatible with elasticsearch 6. (e7249ae)
- search: update to use total.value based on new datastructure returned from ES 8 (1976025)
- search: update to use total.value based on new datastructure returned from ES 8 (f947614)
- use . to run entrypoint to solve permission issue (f2d1f1f)