From 1d44525b5397f5b414e16c58e2c39b2960af2876 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Mar 2021 19:37:24 -0700 Subject: increment version for index method change --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 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 diff --git a/Cargo.lock b/Cargo.lock index 465dca1..1bec83f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "es-public-proxy" -version = "0.2.5" +version = "0.2.6" dependencies = [ "env_logger", "http", diff --git a/Cargo.toml b/Cargo.toml index 3084cc4..83cd0ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "es-public-proxy" -version = "0.2.5" +version = "0.2.6" edition = "2018" authors = ["Bryan Newbold "] license = "AGPL-3.0-or-later" -- cgit v1.2.3