diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-29 19:37:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-29 19:37:24 -0700 |
commit | 1d44525b5397f5b414e16c58e2c39b2960af2876 (patch) | |
tree | c2634e4c7da077047614b6361f27527b9048ddd8 /CHANGELOG.md | |
parent | b0f259eff213214d08346cfb4789439d526a9790 (diff) | |
download | es-public-proxy-1d44525b5397f5b414e16c58e2c39b2960af2876.tar.gz es-public-proxy-1d44525b5397f5b414e16c58e2c39b2960af2876.zip |
increment version for index method change
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 693117f..b9b88cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # CHANGELOG +## [0.2.6] - 2021-03-29 + +### Changed + +- basic index operations (GET, HEAD, OPTIONS) allowed, but only if + `unsafe_all_indices` is disabled. This allows "index exists" requests using + the ES client. +- `Via` header now has "HTTP/1.1" prefix instead of "1.1". This makes the + purpose version number clearer; both formats allowed according to MDN docs. + ## [0.2.5] - 2020-12-23 ### Changed |