Skip to content

Commit a1f6a39

Browse files
authored
Merge pull request #501 from arangodb/release-3.12.0
DOC-677 | 3.12.0 release
2 parents c636ed3 + c3e0454 commit a1f6a39

File tree

23 files changed

+72
-9
lines changed

23 files changed

+72
-9
lines changed

CIRCLECI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ steps below.
172172
| string | `workflow` | `release` |
173173
| string | `release-type` | `arangodb` |
174174
| string | `docs-version` | `3.11` (the docs version folder) |
175-
| string | `arangodb-branch` | `3.11` (the arangodb/arangodb branch to compile) |
175+
| string | `arangodb-branch` | `3.11.4` (the arangodb/arangodb branch to compile) |
176176
| string | `arangodb-version` | `3.11.4` (updates the `versions.yaml` file) |
177177

178178
The ArangoDB release workflow includes the following jobs:

site/content/3.10/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/3.10/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

site/content/3.10/release-notes/version-3.10/known-issues-in-3-10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Note that this page does not list all open issues.
6868
| **Date Added:** 2023-02-17 <br> **Component:** ArangoDB Starter <br> **Deployment Mode:** All <br> **Description:** When using a Windows build with `netgo`, the `localhost` cannot be resolved. <br> **Affected Versions:** 3.9.8, 3.10.3 <br> **Fixed in Versions:** 3.9.9, 3.10.4 <br> **Reference:** [GT-330](https://arangodb.atlassian.net/browse/GT-330) (internal) |
6969
| **Date Added:** 2023-06-07 <br> **Component:** ArangoSync <br> **Deployment Mode:** All <br> **Description:** In ArangoSync v2.18.0, synchronization may be interrupted with errors like "CloneDirectMQToken failed" due to network disturbances. <br> **Affected Versions:** 3.9.11, 3.10.7 <br> **Fixed in Versions:** - <br> **Reference:** N/A |
7070
| **Date Added:** 2023-06-16 <br> **Component:** arangod <br> **Deployment Mode:** Cluster <br> **Description:** If more than a certain threshold of queries on the same Coordinator get into the shutdown networking code at the same time, all of them lock up and the Coordinator does not longer process requests. <br> **Affected Versions:** 3.9.x. 3.10.x <br> **Fixed in Versions:** 3.9.12, 3.10.8 <br> **Reference:** [BTS-1486](https://arangodb.atlassian.net/browse/BTS-1486) (internal) |
71+
| **Date Added:** 2024-03-21 <br> **Component:** arangod <br> **Deployment Mode:** All <br> **Description:** When creating an `inverted` index with the `inBackground` option enabled, HTTP API calls like `http://localhost:8529/_api/index?collection=<coll>&withHidden=true` don't return the `isBuilding` and `progress` attributes and the progress of the index building can thus not be observed. <br> **Affected Versions:** 3.10.13 <br> **Fixed in Versions:** - <br> **Reference:** [BTS-1788](https://arangodb.atlassian.net/browse/BTS-1788) (internal) |

site/content/3.11/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/3.11/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

site/content/3.11/release-notes/version-3.10/known-issues-in-3-10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Note that this page does not list all open issues.
6868
| **Date Added:** 2023-02-17 <br> **Component:** ArangoDB Starter <br> **Deployment Mode:** All <br> **Description:** When using a Windows build with `netgo`, the `localhost` cannot be resolved. <br> **Affected Versions:** 3.9.8, 3.10.3 <br> **Fixed in Versions:** 3.9.9, 3.10.4 <br> **Reference:** [GT-330](https://arangodb.atlassian.net/browse/GT-330) (internal) |
6969
| **Date Added:** 2023-06-07 <br> **Component:** ArangoSync <br> **Deployment Mode:** All <br> **Description:** In ArangoSync v2.18.0, synchronization may be interrupted with errors like "CloneDirectMQToken failed" due to network disturbances. <br> **Affected Versions:** 3.9.11, 3.10.7 <br> **Fixed in Versions:** - <br> **Reference:** N/A |
7070
| **Date Added:** 2023-06-16 <br> **Component:** arangod <br> **Deployment Mode:** Cluster <br> **Description:** If more than a certain threshold of queries on the same Coordinator get into the shutdown networking code at the same time, all of them lock up and the Coordinator does not longer process requests. <br> **Affected Versions:** 3.9.x. 3.10.x <br> **Fixed in Versions:** 3.9.12, 3.10.8 <br> **Reference:** [BTS-1486](https://arangodb.atlassian.net/browse/BTS-1486) (internal) |
71+
| **Date Added:** 2024-03-21 <br> **Component:** arangod <br> **Deployment Mode:** All <br> **Description:** When creating an `inverted` index with the `inBackground` option enabled, HTTP API calls like `http://localhost:8529/_api/index?collection=<coll>&withHidden=true` don't return the `isBuilding` and `progress` attributes and the progress of the index building can thus not be observed. <br> **Affected Versions:** 3.10.13 <br> **Fixed in Versions:** - <br> **Reference:** [BTS-1788](https://arangodb.atlassian.net/browse/BTS-1788) (internal) |

site/content/3.11/release-notes/version-3.11/known-issues-in-3-11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ Note that this page does not list all open issues.
6363
| **Date Added:** 2023-05-25 <br> **Component:** arangod <br> **Deployment Mode:** All <br> **Description:** When starting an async job by sending a request with the `x-arango-async: store` or `x-arango-async: keep` HTTP header **and** additionally sending the `accept-encoding: gzip` or `accept-encoding: deflate` HTTP header , the generated response may be compressed twice when fetching the async job's response later via the `/_api/job/<id>` REST API. <br> **Affected Versions:** 3.11.0 <br> **Fixed in Versions:** 3.11.1 <br> **Reference:** [arangodb/arangodb#19103](https://github.com/arangodb/arangodb/pull/19103) |
6464
| **Date Added:** 2023-06-15 <br> **Component:** arangod <br> **Deployment Mode:** Cluster <br> **Description:** After an upgrade to 3.11.0 from an older version of ArangoDB with existing data, the following issue may occur after performing a HotBackup: `_pregel_queries` collections do not exist. <br> **Affected Versions:** 3.11.x <br> **Fixed in Versions:** - <br> **Reference:** [BTS-1462](https://arangodb.atlassian.net/browse/BTS-1462) (internal) |
6565
| **Date Added:** 2023-06-16 <br> **Component:** arangod <br> **Deployment Mode:** Cluster <br> **Description:** If more than a certain threshold of queries on the same Coordinator get into the shutdown networking code at the same time, all of them lock up and the Coordinator does not longer process requests. <br> **Affected Versions:** 3.9.x. 3.10.x, 3.11.x <br> **Fixed in Versions:** 3.9.12, 3.10.8, 3.11.2 <br> **Reference:** [BTS-1486](https://arangodb.atlassian.net/browse/BTS-1486) (internal) |
66+
| **Date Added:** 2024-03-21 <br> **Component:** arangod <br> **Deployment Mode:** All <br> **Description:** When creating an `inverted` index with the `inBackground` option enabled, HTTP API calls like `http://localhost:8529/_api/index?collection=<coll>&withHidden=true` don't return the `isBuilding` and `progress` attributes and the progress of the index building can thus not be observed. <br> **Affected Versions:** 3.10.13, 3.11.7 <br> **Fixed in Versions:** - <br> **Reference:** [BTS-1788](https://arangodb.atlassian.net/browse/BTS-1788) (internal) |

site/content/3.12/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/3.12/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

0 commit comments

Comments
 (0)