add breaking changes

This commit is contained in:
steve-chavez
2023-05-11 01:37:50 -03:00
committed by Steve Chavez
parent dec1e03a0e
commit c56108b8a9
2 changed files with 7 additions and 41 deletions
+7 -2
View File
@@ -13,11 +13,16 @@ Documentation improvements
- Split :ref:`authn` into :ref:`db_authz` and :ref:`sql_user_management`.
- Split :ref:`admin` into :ref:`intgrs` and :ref:`nginx`.
Bug fixes
---------
Breaking changes
----------------
Bug fixes
---------
- Removed Bulk Call with ``Prefer: params=multiple-objects`` on Stored Procedures.
- To comply with `RFC 9110 <https://www.rfc-editor.org/rfc/rfc9110.html#name-range>`_, the Range header is now only considered on GET.
+ Other methods will ignore it and instead should use the ``limit/offset``.
+ PUT requests no longer return an error when this header is present (using limit/offset still triggers the error)
Thanks
------