File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _atomic_operations :
2+
3+ Atomic Operations
4+ =================
5+
6+ .. currentmodule :: fastapi_jsonapi
7+
8+
9+ Atomic Operations allows to perform multiple “operations” in a linear and atomic manner.
10+ Operations are a serialized form of the mutations allowed in the base JSON:API specification.
11+
12+ Clients can send an array of operations in a single request.
13+ This extension guarantees that those operations will be processed in order and will either completely succeed or fail together.
Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Changelog
22#########
33
44
5+ **2.1.0 **
6+ *********
7+
8+ Atomic Operations
9+ =================
10+
11+ * Atomic Operations (see :ref: `example <atomic_operations >`, `JSON:API doc <https://jsonapi.org/ext/atomic/ >`_)
12+
13+ Authors
14+ """""""
15+
16+ * `@mahenzon `_
17+
18+
519**2.0.0 **
620*********
721
You can’t perform that action at this time.
0 commit comments