From d17cfb0c5da0ec659bc7609a3f36a2fff76edb6a Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 3 Oct 2016 10:15:19 -0700 Subject: [PATCH] Note these changes in CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4aeed42e..c91b0a953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Ability to generate an OpenAPI spec - @mainx07, @hudayou, @ruslantalpa, @begriffs -- Ability to generate an OpenAPI spec behind a proxy- @hudayou +- Ability to generate an OpenAPI spec behind a proxy - @hudayou - Ability to set addresses to listen on - @hudayou - Filtering, shaping and embedding with &select for the /rpc path - @ruslantalpa - Output names of used-defined types (instead of 'USER-DEFINED') - @martingms - Implement support for singular representation responses for POST/PATCH requests - @ehamberg - Include RPC endpoints in OpenAPI output - @begriffs, @LogvinovLeon +- Custom request validation with `--pre-request` argument - @begriffs ### Fixed - Do not apply limit to parent items - @ruslantalpa @@ -23,6 +24,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove non-OpenAPI schema description - @begriffs - Use comma rather than semicolon to separate Prefer header values - @begriffs - Omit total query count by default - @begriffs +- No more reserved `jwt_claims` return type - @begriffs +- HTTP 401 rather than 400 for expired JWT - @begriffs +- Remove default JWT secret - @begriffs ## [0.3.2.0] - 2016-06-10