⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
.. toctree::
:maxdepth: 1

upgrade_to_34.rst
upgrade_to_33.rst
upgrade_to_32.rst
upgrade_to_31.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
=======================
Upgrade to Nextcloud 34
=======================

Front-end changes
-----------------

Added APIs
^^^^^^^^^^


Changed APIs
^^^^^^^^^^^^

Deprecated APIs
^^^^^^^^^^^^^^^

Removed APIs
^^^^^^^^^^^^

Back-end changes
----------------

Added Events
^^^^^^^^^^^^

Added APIs
^^^^^^^^^^

- ``IQueryBuilder::forUpdate`` This new method allow to a `SELECT ... FOR UPDATE`. See `this explanation <https://www.cockroachlabs.com/blog/select-for-update/>`_ on how this can be helpful.

Changed APIs
^^^^^^^^^^^^