Skip to content

Commit 876e200

Browse files
committed
fix(v1): Make stable-version OSS-specific. Update API notes.
1 parent 43aebf0 commit 876e200

File tree

10 files changed

+23
-25
lines changed

10 files changed

+23
-25
lines changed

content/influxdb/cloud-dedicated/reference/client-libraries/v2/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: InfluxDB v2 API client libraries
33
description: >
4-
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints).
4+
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
55
View the list of available client libraries.
66
weight: 101
77
menu:
@@ -25,7 +25,7 @@ prepend:
2525
## Client libraries for InfluxDB 2.x and 1.8+
2626

2727
InfluxDB client libraries are language-specific tools that integrate with InfluxDB APIs.
28-
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints).
28+
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
2929

3030
Functionality varies among client libraries.
3131
InfluxDB client libraries are maintained by the InfluxDB community.

content/influxdb/cloud-serverless/reference/client-libraries/v2/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: InfluxDB v2 API client libraries
33
description: >
4-
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints).
4+
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
55
View the list of available client libraries.
66
weight: 101
77
menu:
@@ -25,11 +25,10 @@ prepend:
2525
## Client libraries for InfluxDB 2.x and 1.8+
2626

2727
InfluxDB client libraries are language-specific tools that integrate with InfluxDB APIs.
28-
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints).
28+
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
2929

3030
Functionality varies among client libraries.
31-
These client libraries are in active development and may not be feature-complete.
32-
31+
InfluxDB client libraries are maintained by the InfluxDB community.
3332
For specifics about a client library, see the library's GitHub repository.
3433

3534
{{< children depth="999" type="list" >}}

content/influxdb/clustered/reference/client-libraries/v2/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: InfluxDB v2 API client libraries
33
description: >
4-
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints).
4+
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
55
View the list of available client libraries.
66
weight: 101
77
menu:
@@ -25,7 +25,7 @@ prepend:
2525
## Client libraries for InfluxDB 2.x and 1.8+
2626

2727
InfluxDB client libraries are language-specific tools that integrate with InfluxDB APIs.
28-
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints).
28+
InfluxDB v2 client libraries use InfluxDB `/api/v2` endpoints and work with [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
2929

3030
Functionality varies among client libraries.
3131
InfluxDB client libraries are maintained by the InfluxDB community.

content/influxdb/v1/about_the_project/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This release updates support for the Flux language and queries. To learn about F
163163
164164
#### Forward compatibility
165165

166-
- [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-20-api-compatibility-endpoints) are now part of the InfluxDB 1.x line.
166+
- [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints) are now part of the InfluxDB 1.x line.
167167
This allows you to leverage the new InfluxDB 2.0 [client libraries](/influxdb/v1/tools/api_client_libraries/)
168168
for both writing and querying data with Flux. Take advantage of the latest client libraries
169169
while readying your implementation for a move to InfluxDB 2.0 Cloud when you're ready to scale.

content/influxdb/v1/concepts/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Related entries: [InfluxDB line protocol](/influxdb/v1/concepts/glossary/#influx
2727

2828
## bucket
2929

30-
A bucket is a named location where time series data is stored in **InfluxDB 2.0**. In InfluxDB 1.8+, each combination of a database and a retention policy (database/retention-policy) represents a bucket. Use the [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api#influxdb-2-0-api-compatibility-endpoints) included with InfluxDB 1.8+ to interact with buckets.
30+
A bucket is a named location where time series data is stored in **InfluxDB 2.0**. In InfluxDB 1.8+, each combination of a database and a retention policy (database/retention-policy) represents a bucket. Use the [InfluxDB 2.x API compatibility endpoints](/influxdb/v1/tools/api#influxdb-2-0-api-compatibility-endpoints) included with InfluxDB 1.8+ to interact with buckets.
3131

3232
## continuous query (CQ)
3333

content/influxdb/v1/guides/query_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The header row defines column labels for the table. The `cpu` [measurement](/inf
5454
### Flux
5555

5656
Check out the [Get started with Flux](/influxdb/v2/query-data/get-started/) to learn more about building queries with Flux.
57-
For more information about querying data with the InfluxDB API using Flux, see the [API reference documentation](/influxdb/v1/tools/api/#influxdb-2-0-api-compatibility-endpoints).
57+
For more information about querying data with the InfluxDB API using Flux, see the [API reference documentation](/influxdb/v1/tools/api/#influxdb-2x-api-compatibility-endpoints).
5858

5959
## Query data with InfluxQL
6060

content/influxdb/v1/tools/api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ the [InfluxDB v2 client libraries](/influxdb/v1/tools/api_client_libraries/),
2222
[Telegraf](https://docs.influxdata.com/telegraf/v1/),
2323
or the client of your choice.
2424

25+
{{% note %}}
2526
If you're getting started with InfluxDB v1, we recommend using the
26-
InfluxDB v1 client libraries and InfluxQL for [InfluxDB v3 compatibility](#influxdb-v3-compatibility).
27+
InfluxDB v1 client libraries and InfluxQL for
28+
[InfluxDB v3 compatibility](/influxdb/v1/tools/api/#influxdb-v3-compatibility).
29+
{{% /note %}}
2730

2831
The following sections assume your InfluxDB instance is running on `localhost`
2932
port `8086` and HTTPS is not enabled.

content/influxdb/v1/tools/api_client_libraries.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ menu:
1313
v2: /influxdb/v2/api-guide/client-libraries/
1414
---
1515

16-
InfluxDB client libraries are language-specific packages that integrate with the InfluxDB 2.0 API and support both **InfluxDB 1.8+** and **InfluxDB 2.0**.
16+
InfluxDB v2 client libraries are language-specific packages that integrate
17+
with the InfluxDB v2 API and support both **InfluxDB 1.8+** and **InfluxDB 2.x**.
1718

1819
{{% note %}}
19-
We recommend using the new client libraries on this page to leverage the new
20-
read (via Flux) and write APIs and prepare for conversion to InfluxDB v2 and
21-
InfluxDB Cloud.
22-
For more information, see [InfluxDB 2.0 API compatibility endpoints](/influxdb/v1/tools/api/#influxdb-2-0-api-compatibility-endpoints).
23-
Client libraries for [InfluxDB 1.7 and earlier](/influxdb/v1/tools/api_client_libraries/)
24-
may continue to work, but are not maintained by InfluxData.
20+
If you're getting started with InfluxDB v1, we recommend using the
21+
InfluxDB v1 client libraries and InfluxQL for
22+
[InfluxDB v3 compatibility](/influxdb/v1/tools/api/#influxdb-v3-compatibility).
23+
24+
For more information about API and client library compatibility, see the
25+
[InfluxDB v1 API reference](/influxdb/v1/tools/api/).
2526
{{% /note %}}
2627

2728
## Client libraries

content/influxdb/v2/api-guide/client-libraries/_index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ influxdb/v2/tags: [client libraries]
1919
InfluxDB client libraries are language-specific packages that integrate with the InfluxDB v2 API.
2020
The following **InfluxDB v2** client libraries are available:
2121

22-
{{% note %}}
23-
These client libraries are in active development and may not be feature-complete.
24-
This list will continue to grow as more client libraries are released.
25-
{{% /note %}}
26-
2722
{{< children type="list" >}}

layouts/partials/article/stable-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }}
22
{{ $product := index $productPathData 0 }}
3-
{{ $productName := (index .Site.Data.products $product).name }}
3+
{{ $productName := cond (isset (index .Site.Data.products $product) "altname") (index .Site.Data.products $product).altname (index .Site.Data.products $product).name }}
44
{{ $currentVersion := index $productPathData 1 }}
55
{{ $latestV2 := index (.Site.Data.products.influxdb.versions) 0 }}
66

0 commit comments

Comments
 (0)