From 2186a7e1a84525b118de956a1fc333fa5075d05a Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 17 Sep 2019 17:52:10 -0500 Subject: [PATCH] Add upcoming release page * Add HEAD support mention * Add change for bulk call --- api.rst | 2 +- releases/upcoming.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 releases/upcoming.rst diff --git a/api.rst b/api.rst index 42fa40a7f..1880dc9fc 100644 --- a/api.rst +++ b/api.rst @@ -10,7 +10,7 @@ All views and tables in the exposed schema and accessible by the active database GET /people HTTP/1.1 -There are no deeply/nested/routes. Each route provides OPTIONS, GET, POST, PATCH, and DELETE verbs depending entirely on database permissions. +There are no deeply/nested/routes. Each route provides OPTIONS, GET, HEAD, POST, PATCH, and DELETE verbs depending entirely on database permissions. .. note:: diff --git a/releases/upcoming.rst b/releases/upcoming.rst new file mode 100644 index 000000000..836a2c78c --- /dev/null +++ b/releases/upcoming.rst @@ -0,0 +1,19 @@ +.. |br| raw:: html + +
+ +Upcoming +======== + +These are changes yet unreleased. If you'd like to try them out before a new official release, you can :ref:`build_source`. + +Added +----- + +* Support for HTTP HEAD requests. + |br| -- `@steve-chavez `_ + +Changed +------- + +* :ref:`bulk_call` should now be done by specifying a ``Prefer: params=multiple-objects`` header.