Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 8774b6b

Browse files
Simran-Bnerpaula
andauthored
DOC-469 | Remove 3.7 content, version remarks (#1360)
* Remove 3.7 content, version remarks * Apply to 3.12 --------- Co-authored-by: Paula Mihu <[email protected]>
1 parent 147aa14 commit 8774b6b

File tree

1,587 files changed

+111
-229240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,587 files changed

+111
-229240
lines changed

3.11/analyzers.md

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,37 +1616,35 @@ Also see [Known Issues](release-notes-known-issues311.html#arangosearch).
16161616
Stemming support is provided by [Snowball](https://snowballstem.org/){:target="_blank"},
16171617
which supports the following languages:
16181618

1619-
Language | Code
1620-
-------------|-----
1621-
Arabic * | `ar`
1622-
Armenian ** | `hy`
1623-
Basque * | `eu`
1624-
Catalan * | `ca`
1625-
Danish * | `da`
1626-
Dutch | `nl`
1627-
English | `en`
1628-
Finnish | `fi`
1629-
French | `fr`
1630-
German | `de`
1631-
Greek * | `el`
1632-
Hindi * | `hi`
1633-
Hungarian * | `hu`
1634-
Indonesian * | `id`
1635-
Irish * | `ga`
1636-
Italian | `it`
1637-
Lithuanian * | `lt`
1638-
Nepali * | `ne`
1639-
Norwegian | `no`
1640-
Portuguese | `pt`
1641-
Romanian * | `ro`
1642-
Russian | `ru`
1643-
Serbian * | `sr`
1644-
Spanish | `es`
1645-
Swedish | `sv`
1646-
Tamil * | `ta`
1647-
Turkish * | `tr`
1648-
Yiddish ** | `yi`
1649-
1650-
\* <small>Introduced in: v3.7.0</small>
1651-
1652-
\*\* <small>Introduced in: v3.10.0</small>
1619+
Language | Code
1620+
------------|-----
1621+
Arabic | `ar`
1622+
Armenian * | `hy`
1623+
Basque | `eu`
1624+
Catalan | `ca`
1625+
Danish | `da`
1626+
Dutch | `nl`
1627+
English | `en`
1628+
Finnish | `fi`
1629+
French | `fr`
1630+
German | `de`
1631+
Greek | `el`
1632+
Hindi | `hi`
1633+
Hungarian | `hu`
1634+
Indonesian | `id`
1635+
Irish | `ga`
1636+
Italian | `it`
1637+
Lithuanian | `lt`
1638+
Nepali | `ne`
1639+
Norwegian | `no`
1640+
Portuguese | `pt`
1641+
Romanian | `ro`
1642+
Russian | `ru`
1643+
Serbian | `sr`
1644+
Spanish | `es`
1645+
Swedish | `sv`
1646+
Tamil | `ta`
1647+
Turkish | `tr`
1648+
Yiddish * | `yi`
1649+
1650+
\* <small>Introduced in: v3.10.0</small>

3.11/appendix-java-script-modules-arango-db.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ const result2 = query`
193193
`.toArray();
194194
```
195195

196-
It is also possible to pass query options to the query helper
197-
(introduced in v3.7.0):
196+
It is also possible to pass query options to the query helper:
198197

199198
```js
200199
const { query } = require('@arangodb');

3.11/aql/functions-arangosearch.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,6 @@ FOR doc IN viewName
481481

482482
### NGRAM_MATCH()
483483

484-
<small>Introduced in: v3.7.0</small>
485-
486484
`NGRAM_MATCH(path, target, threshold, analyzer) → fulfilled`
487485

488486
Match documents whose attribute value has an
@@ -603,8 +601,6 @@ enabled. The `PHRASE()` function will otherwise not find anything.
603601

604602
#### Object tokens
605603

606-
<small>Introduced in v3.7.0</small>
607-
608604
- `{IN_RANGE: [low, high, includeLow, includeHigh]}`:
609605
see [IN_RANGE()](#in_range). *low* and *high* can only be strings.
610606
- `{LEVENSHTEIN_MATCH: [token, maxDistance, transpositions, maxTerms, prefix]}`:
@@ -797,8 +793,6 @@ that is used outside of `SEARCH` operations.
797793

798794
`STARTS_WITH(path, prefixes, minMatchCount) → startsWith`
799795

800-
<small>Introduced in: v3.7.1</small>
801-
802796
Match the value of the attribute that starts with one of the `prefixes`, or
803797
optionally with at least `minMatchCount` of the prefixes.
804798

@@ -902,8 +896,6 @@ contains one of the prefixes (`something`).
902896

903897
### LEVENSHTEIN_MATCH()
904898

905-
<small>Introduced in: v3.7.0</small>
906-
907899
`LEVENSHTEIN_MATCH(path, target, distance, transpositions, maxTerms, prefix) → fulfilled`
908900

909901
Match documents with a [Damerau-Levenshtein distance](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance){:target=_"blank"}
@@ -999,8 +991,6 @@ FOR doc IN viewName
999991

1000992
### LIKE()
1001993

1002-
<small>Introduced in: v3.7.2</small>
1003-
1004994
`LIKE(path, search) → bool`
1005995

1006996
Check whether the pattern `search` is contained in the attribute denoted by `path`,

3.11/aql/functions-array.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ RETURN FLATTEN( [ 1, 2, [ 3, 4 ], 5, [ 6, 7 ], [ 8, [ 9, 10 ] ] ], 2 )
171171

172172
## INTERLEAVE()
173173

174-
<small>Introduced in: v3.7.1</small>
175-
176174
`INTERLEAVE(array1, array2, ... arrayN) → newArray`
177175

178176
Accepts an arbitrary number of arrays and produces a new array with the elements
@@ -253,8 +251,6 @@ RETURN INTERSECTION( [2,4,6], [8,10,12], [14,16,18] )
253251

254252
## JACCARD()
255253

256-
<small>Introduced in: v3.7.0</small>
257-
258254
`JACCARD(array1, array2) → jaccardIndex`
259255

260256
Calculate the [Jaccard index](https://en.wikipedia.org/wiki/Jaccard_index){:target="_blank"}
@@ -673,8 +669,6 @@ RETURN REMOVE_NTH( [ "a", "b", "c", "d", "e" ], -2 )
673669

674670
## REPLACE_NTH()
675671

676-
<small>Introduced in: v3.7.0</small>
677-
678672
`REPLACE_NTH(anyArray, position, replaceValue, defaultPaddingValue) → newArray`
679673

680674
Replace the element at *position* in *anyArray* with *replaceValue*.

3.11/aql/functions-bit.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ title: AQL Bit Functions
66
Bit functions
77
=============
88

9-
<small>Introduced in: v3.7.7</small>
10-
119
AQL offers some bit manipulation and interpretation functions for bitwise
1210
arithmetic.
1311

3.11/aql/functions-miscellaneous.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ FOR i IN 1..3 FILTER WARN(i < 2, "i is not smaller 2") RETURN i
589589

590590
### IN_RANGE()
591591

592-
<small>Introduced in: v3.7.0</small>
593-
594592
`IN_RANGE(value, low, high, includeLow, includeHigh) → included`
595593

596594
Returns true if *value* is greater than (or equal to) *low* and less than

3.11/aql/functions-numeric.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,6 @@ POW( 5, 0 ) // 1
540540
PRODUCT()
541541
---------
542542

543-
<small>Introduced in: v3.7.2</small>
544-
545543
`PRODUCT(numArray) → product`
546544

547545
Return the product of the values in *array*.

3.11/aql/functions-string.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ string representation.
473473
IPV4_FROM_NUMBER()
474474
------------------
475475

476-
<small>Introduced in: v3.7.2</small>
477-
478476
`IPV4_FROM_NUMBER(numericAddress) → stringAddress`
479477

480478
Converts a numeric IPv4 address value into its string representation.
@@ -536,8 +534,6 @@ Converts a numeric IPv4 address value into its string representation.
536534
IPV4_TO_NUMBER()
537535
----------------
538536

539-
<small>Introduced in: v3.7.2</small>
540-
541537
`IPV4_TO_NUMBER(stringAddress) → numericAddress`
542538

543539
Converts an IPv4 address string into its numeric representation.
@@ -598,8 +594,6 @@ Converts an IPv4 address string into its numeric representation.
598594
IS_IPV4()
599595
---------
600596

601-
<small>Introduced in: v3.7.2</small>
602-
603597
`IS_IPV4(value) → bool`
604598

605599
Check if an arbitrary string is suitable for interpretation as an IPv4 address.
@@ -1059,8 +1053,6 @@ string representation.
10591053
NGRAM_POSITIONAL_SIMILARITY()
10601054
-----------------------------
10611055

1062-
<small>Introduced in: v3.7.0</small>
1063-
10641056
`NGRAM_POSITIONAL_SIMILARITY(input, target, ngramSize) → similarity`
10651057

10661058
Calculates the [_n_-gram similarity](https://webdocs.cs.ualberta.ca/~kondrak/papers/spire05.pdf){:target="_blank"}
@@ -1099,8 +1091,6 @@ not involving Analyzers.
10991091
NGRAM_SIMILARITY()
11001092
------------------
11011093

1102-
<small>Introduced in: v3.7.0</small>
1103-
11041094
`NGRAM_SIMILARITY(input, target, ngramSize) → similarity`
11051095

11061096
Calculates [_n_-gram similarity](https://webdocs.cs.ualberta.ca/~kondrak/papers/spire05.pdf){:target="_blank"}
@@ -1652,8 +1642,6 @@ that can utilize View indexes.
16521642

16531643
`STARTS_WITH(text, prefixes, minMatchCount) → startsWith`
16541644

1655-
<small>Introduced in: v3.7.1</small>
1656-
16571645
Check if the given string starts with one of the `prefixes`.
16581646

16591647
- **text** (string): a string to compare against

3.11/aql/fundamentals-data-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ some bits of precision. The same is true when converting AQL numeric results to
8080
JavaScript (e.g. returning them to Foxx).
8181
{% endhint %}
8282

83-
Since ArangoDB v3.7.7, numeric integer literals can also be expressed as binary
83+
Numeric integer literals can also be expressed as binary
8484
(base 2) or hexadecimal (base 16) number literals.
8585

8686
- The prefix for binary integer literals is `0b`, e.g. `0b10101110`.
@@ -156,7 +156,7 @@ supported.
156156
[ [ "fox", "marshal" ] ]
157157
```
158158

159-
A trailing comma after the last element is allowed (introduced in v3.7.0):
159+
A trailing comma after the last element is allowed:
160160

161161
```aql
162162
[
@@ -234,7 +234,7 @@ then the attribute name must be quoted:
234234
{ ´return´: … } // quoted name (forward ticks)
235235
```
236236

237-
A trailing comma after the last element is allowed (introduced in v3.7.0):
237+
A trailing comma after the last element is allowed:
238238

239239
```aql
240240
{

3.11/aql/graphs-traversals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ FOR vertex[, edge[, path]]
111111
- `"none"` – no uniqueness check is applied on edges. **Note:**
112112
Using this configuration, the traversal follows edges in cycles.
113113
- **edgeCollections** (string\|array): Optionally restrict edge
114-
collections the traversal may visit (introduced in v3.7.0). If omitted,
114+
collections the traversal may visit. If omitted,
115115
or an empty array is specified, then there are no restrictions.
116116
- A string parameter is treated as the equivalent of an array with a single
117117
element.
118118
- Each element of the array should be a string containing the name of an
119119
edge collection.
120120
- **vertexCollections** (string\|array): Optionally restrict vertex
121-
collections the traversal may visit (introduced in v3.7.0). If omitted,
121+
collections the traversal may visit. If omitted,
122122
or an empty array is specified, then there are no restrictions.
123123
- A string parameter is treated as the equivalent of an array with a single
124124
element.
@@ -127,7 +127,7 @@ FOR vertex[, edge[, path]]
127127
- The starting vertex is always allowed, even if it does not belong to one
128128
of the collections specified by a restriction.
129129
- **parallelism** (number, *optional*): Optionally parallelize traversal
130-
execution (introduced in v3.7.1). If omitted or set to a value of `1`,
130+
execution. If omitted or set to a value of `1`,
131131
traversal execution is not parallelized. If set to a value greater than `1`,
132132
then up to that many worker threads can be used for concurrently executing
133133
the traversal. The value is capped by the number of available cores on the

3.11/aql/operations-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The conditions are now:
106106
- `>` (greater than)
107107
- `!=` (unequal)
108108
- `IN` (contained in array or range), also `NOT IN`
109-
- `LIKE` (equal with wildcards, introduced in v3.7.0), also `NOT LIKE`
109+
- `LIKE` (equal with wildcards), also `NOT LIKE`
110110

111111
Also see the [`IN_RANGE()` function](functions-arangosearch.html#in_range) for
112112
an alternative to a combination of `<`, `<=`, `>`, `>=` operators for range
@@ -299,7 +299,7 @@ The `SEARCH` operation accepts an options object with the following attributes:
299299
<!-- Internal only: nodnf, noneg -->
300300
- `countApproximate` (string, _optional_): controls how the total count of rows
301301
is calculated if the `fullCount` option is enabled for a query or when
302-
a `COLLECT WITH COUNT` clause is executed (introduced in v3.7.6)
302+
a `COLLECT WITH COUNT` clause is executed
303303
- `"exact"` (default): rows are actually enumerated for a precise count.
304304
- `"cost"`: a cost-based approximation is used. Does not enumerate rows and
305305
returns an approximate result with O(1) complexity. Gives a precise result

3.11/arangosearch-views.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ During view modification the following directives apply:
201201

202202
- **primarySortCompression** (_optional_; type: `string`; default: `lz4`; _immutable_)
203203

204-
<small>Introduced in: v3.7.1</small>
205-
206-
Defines how to compress the primary sort data (introduced in v3.7.0).
204+
Defines how to compress the primary sort data.
207205

208206
- `"lz4"` (default): use LZ4 fast compression.
209207
- `"none"`: disable compression to trade space for speed.
@@ -247,8 +245,6 @@ During view modification the following directives apply:
247245

248246
- **storedValues** (_optional_; type: `array`; default: `[]`; _immutable_)
249247

250-
<small>Introduced in: v3.7.1</small>
251-
252248
An array of objects to describe which document attributes to store in the
253249
View index. It can then cover search queries, which means the data can be
254250
taken from the index directly and accessing the storage engine can be

3.11/architecture-single-instance-vs-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ not possible, if edge collections are used directly. See
8888
for details. The `WITH` statement is not necessary when using named graphs
8989
for the traversals.
9090

91-
Since ArangoDB 3.7.12 there is a startup option `--query.require-with`
91+
There is a `--query.require-with` startup option
9292
to make single server installations also require the `WITH` statements
9393
in the same places where are cluster installation would. This option
9494
is false by default, but be set to true to remove this behavior

3.11/data-modeling-databases-working-with.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ all clients have disconnected and references have been garbage-collected.
217217

218218
### Compact
219219

220-
<small>Introduced in: v3.6.7, v3.7.3</small>
221-
222220
Compact the entire data, for all databases:
223221

224222
`db._compact(options)`

3.11/data-modeling-documents-document-methods.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,7 @@ used to specify the following options:
499499
performed on collections sharded by `_key`.
500500
- `overwriteMode`: this optional flag can have one of the following values:
501501
- `ignore`: if a document with the specified `_key` value exists already,
502-
nothing will be done and no write operation will be carried out
503-
(introduced in v3.7.0).
502+
nothing will be done and no write operation will be carried out.
504503
The insert operation will return success in this case. This mode does not
505504
support returning the old document version using the `returnOld`
506505
attribute. `returnNew` will only set the `new` attribute in the response
@@ -510,8 +509,7 @@ used to specify the following options:
510509
also be used when no overwrite mode is specified but the `overwrite`
511510
flag is set to `true`.
512511
- `update`: if a document with the specified `_key` value exists already,
513-
it will be patched (partially updated) with the specified document value
514-
(introduced in v3.7.0).
512+
it will be patched (partially updated) with the specified document value.
515513
The overwrite mode can be further controlled via the `keepNull` and
516514
`mergeObjects` parameters.
517515
- `conflict`: if a document with the specified `_key` value exists already,

3.11/data-modeling-documents-schema-validation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ redirect_from:
88
Schema Validation
99
=================
1010

11-
<small>Introduced in: v3.7.1</small>
12-
1311
While ArangoDB is schema-less, it allows to enforce certain document structures
1412
on collection level. The desired structure can be described in the popular
1513
[JSON Schema](https://json-schema.org/){:target="_blank"} format (draft-4,

3.11/graphs-pregel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `state` field has one of the following values:
101101
| `"loading"` | The graph data is being loaded from the database into memory before executing the algorithm.
102102
| `"running"` | The algorithm is executing normally.
103103
| `"storing"` | The algorithm finished, but the results are still being written back into the collections. Only occurs if the `store` parameter is set to `true`.
104-
| `"done"` | The execution is done. In version 3.7.1 and later, this means that storing is also done. In earlier versions, the results may not be written back into the collections yet. This event is announced in the server log (requires at least `info` log level for the `pregel` topic).
104+
| `"done"` | The execution is done. This means that storing is also done. This event is announced in the server log (requires at least `info` log level for the `pregel` topic).
105105
| `"canceled"` | The execution was permanently canceled, either by the user or by an error.
106106
| `"in error"` | The execution is in an error state. This can be caused by primary DB-Servers being unreachable or unresponsive. The execution might recover later, or switch to `canceled` if it is not able to recover successfully.
107107
| `"recovering"` | The execution is actively recovering and switches back to `running` if the recovery is successful.
@@ -137,8 +137,8 @@ pregel.cancel(execution);
137137
```
138138

139139
You might get inconsistent results if you requested to store the results and
140-
then cancel an execution when it is already in its `storing` state (or `done`
141-
state in versions prior to 3.7.1). The data is written multi-threaded into all
140+
then cancel an execution when it is already in its `storing` state.
141+
The data is written multi-threaded into all
142142
collection shards at once. This means there are multiple transactions
143143
simultaneously. A transaction might already be committed when you cancel the
144144
execution job. Therefore, you might see some updated documents, while other

3.11/graphs-satellite-graphs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ title: ArangoDB SatelliteGraphs
66
SatelliteGraphs
77
===============
88

9-
<small>Introduced in: v3.7.0</small>
10-
119
{% include hint-ee-arangograph.md feature="SatelliteGraphs" plural=true %}
1210

1311
What is a SatelliteGraph?

0 commit comments

Comments
 (0)