Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Jan 8, 2025
1 parent c6d6aa7 commit 3e3f57e
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 105 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ programming language.

Learn more with our [📚strongDM API docs](https://www.strongdm.com/docs/api/) or
[📓browse the SDK
reference](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v11?tab=doc).
reference](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v12?tab=doc).

## Installation

```bash
$ go get github.com/strongdm/strongdm-sdk-go/v11
$ go get github.com/strongdm/strongdm-sdk-go/v12
```

strongDM uses [semantic versioning](https://semver.org/). We do not guarantee
Expand Down Expand Up @@ -68,7 +68,7 @@ func main() {

## Useful Links

- Documentation: [sdm package · pkg.go.dev](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v11?tab=doc)
- Documentation: [sdm package · pkg.go.dev](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v12?tab=doc)
- [Migrating from Role Grants to Access Rules](https://github.com/strongdm/strongdm-sdk-go/wiki/Migrating-from-Role-Grants-to-Access-Rules)
- Examples: [GitHub - strongdm/strongdm-sdk-go-examples](https://github.com/strongdm/strongdm-sdk-go-examples)
1. [Managing Resources](https://github.com/strongdm/strongdm-sdk-go-examples/tree/master/1_managing_resources)
Expand Down
4 changes: 2 additions & 2 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

184 changes: 87 additions & 97 deletions constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/strongdm/strongdm-sdk-go/v11
module github.com/strongdm/strongdm-sdk-go/v12

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion plumbing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e3f57e

Please sign in to comment.