Skip to content

Commit d75a045

Browse files
authored
Update README.md
1 parent 27d394d commit d75a045

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gr4vy Java SDK (Beta)
1+
# Gr4vy Java SDK
22

33
Developer-friendly & type-safe Java SDK specifically catered to leverage *Gr4vy* API.
44

@@ -30,7 +30,7 @@ This SDK is designed to simplify development, reduce boilerplate code, and help
3030
<!-- Start Table of Contents [toc] -->
3131
## Table of Contents
3232
<!-- $toc-max-depth=2 -->
33-
* [Gr4vy Java SDK (Beta)](#gr4vy-java-sdk-beta)
33+
* [Gr4vy Java SDK](#gr4vy-java-sdk)
3434
* [SDK Installation](#sdk-installation)
3535
* [SDK Example Usage](#sdk-example-usage)
3636
* [Bearer token generation](#bearer-token-generation)
@@ -753,12 +753,6 @@ To run the tests, install Java, ensure to download the `private_key.pem` for the
753753
E2E=true ./gradlew clean test
754754
```
755755

756-
## Maturity
757-
758-
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage
759-
to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally
760-
looking for the latest version.
761-
762756
## Contributions
763757

764758
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.

0 commit comments

Comments
 (0)