Skip to content

Commit ce04098

Browse files
committed
Tag for 9.0.0
Bump the Go module path to /v9 and the package version to 9.0.0 for the breaking change in this release (AuthPrincipal is no longer required on EnableLogExport). Updates go.mod, main.go, internal/spec/config.yaml, and the README template, and regenerates the client (README, docs, UserAgent).
1 parent 397f7f5 commit ce04098

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
55

66
- API version: 2024-09-16
7-
- Package version: 8.0.0
7+
- Package version: 9.0.0
88
- Build package: org.openapitools.codegen.languages.GoClientCodegen
99
For more information, please visit [https://support.cockroachlabs.com](https://support.cockroachlabs.com)
1010

@@ -13,13 +13,13 @@ For more information, please visit [https://support.cockroachlabs.com](https://s
1313
Install the package:
1414

1515
```shell
16-
go get github.com/cockroachdb/cockroach-cloud-sdk-go/v8
16+
go get github.com/cockroachdb/cockroach-cloud-sdk-go/v9
1717
```
1818

1919
Import the package:
2020

2121
```golang
22-
import "github.com/cockroachdb/cockroach-cloud-sdk-go/v8/pkg/client"
22+
import "github.com/cockroachdb/cockroach-cloud-sdk-go/v9/pkg/client"
2323
```
2424

2525
## Example Client Usage

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
55

66
- API version: 2024-09-16
7-
- Package version: 8.0.0
7+
- Package version: 9.0.0
88
- Build package: org.openapitools.codegen.languages.GoClientCodegen
99
For more information, please visit [https://support.cockroachlabs.com](https://support.cockroachlabs.com)
1010

@@ -13,13 +13,13 @@ For more information, please visit [https://support.cockroachlabs.com](https://s
1313
Install the package:
1414

1515
```shell
16-
go get github.com/cockroachdb/cockroach-cloud-sdk-go/v8
16+
go get github.com/cockroachdb/cockroach-cloud-sdk-go/v9
1717
```
1818

1919
Import the package:
2020

2121
```golang
22-
import "github.com/cockroachdb/cockroach-cloud-sdk-go/v8/pkg/client"
22+
import "github.com/cockroachdb/cockroach-cloud-sdk-go/v9/pkg/client"
2323
```
2424

2525
## Example Client Usage

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/cockroachdb/cockroach-cloud-sdk-go/v8
1+
module github.com/cockroachdb/cockroach-cloud-sdk-go/v9
22

33
go 1.17

internal/spec/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
templateDir: internal/spec/templates
2-
packageVersion: 8.0.0
2+
packageVersion: 9.0.0
33
# Include new templates and filenames.
44
files:
55
service.mustache:

internal/spec/templates/README.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
1818
Install the package:
1919

2020
```shell
21-
go get github.com/cockroachdb/cockroach-cloud-sdk-go/v8
21+
go get github.com/cockroachdb/cockroach-cloud-sdk-go/v9
2222
```
2323

2424
Import the package:
2525

2626
```golang
27-
import "github.com/cockroachdb/cockroach-cloud-sdk-go/v8/pkg/{{packageName}}"
27+
import "github.com/cockroachdb/cockroach-cloud-sdk-go/v9/pkg/{{packageName}}"
2828
```
2929

3030
## Example Client Usage

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package main
1919
import (
2020
"fmt"
2121

22-
"github.com/cockroachdb/cockroach-cloud-sdk-go/v8/pkg/client"
22+
"github.com/cockroachdb/cockroach-cloud-sdk-go/v9/pkg/client"
2323
)
2424

2525
func main() {

pkg/client/configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)