Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3.5/release-notes-known-issues35.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Stream Transactions
|------------|
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not honor the limits described in the documentation. Currently the idle timeout of 10 seconds will not be enforced, neither will the maximum size of transaction be enforced. It is planned to add the enforcements of the limits with ArangoDB 3.5.1. <br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** - <br> **Reference:** N/A |
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not support the graph operations that are initiated via the `general-graph` JavaScript module or via the REST API at `/_api/gharial`. Right now these operations will act as if no stream transaction is present. Stream transaction support for these operations will be added later. <br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** - <br> **Reference:** N/A |
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not support user restrictions. Any authenticated user may access any ongoing transaction so long as they have access to the database in question. A fix for this is forthcoming.<br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** - <br> **Reference:** N/A |
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not support user restrictions. Any authenticated user may access any ongoing transaction so long as they have access to the database in question. A fix for this is forthcoming.<br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** 3.5.1 <br> **Reference:** [arangodb/arangodb#9796](https://github.com/arangodb/arangodb/pull/9796) |

Other
-----
Expand Down
2 changes: 1 addition & 1 deletion 3.6/release-notes-known-issues35.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Stream Transactions
|------------|
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not honor the limits described in the documentation. Currently the idle timeout of 10 seconds will not be enforced, neither will the maximum size of transaction be enforced. It is planned to add the enforcements of the limits with ArangoDB 3.5.1. <br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** - <br> **Reference:** N/A |
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not support the graph operations that are initiated via the `general-graph` JavaScript module or via the REST API at `/_api/gharial`. Right now these operations will act as if no stream transaction is present. Stream transaction support for these operations will be added later. <br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** - <br> **Reference:** N/A |
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not support user restrictions. Any authenticated user may access any ongoing transaction so long as they have access to the database in question. A fix for this is forthcoming.<br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** - <br> **Reference:** N/A |
| **Date Added:** 2019-08-19 <br> **Component:** Transactions <br> **Deployment Mode:** All <br> **Description:** Stream Transactions currently do not support user restrictions. Any authenticated user may access any ongoing transaction so long as they have access to the database in question. A fix for this is forthcoming.<br> **Affected Versions:** 3.5.0 RC1 to 3.5.0 (including) <br> **Fixed in Versions:** 3.5.1 <br> **Reference:** [arangodb/arangodb#9796](https://github.com/arangodb/arangodb/pull/9796) |

Other
-----
Expand Down