You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-39Lines changed: 7 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Clerk Backend API: The Clerk REST Backend API, meant to be accessed by backend s
16
16
### Versions
17
17
18
18
When the API changes in a way that isn't compatible with older versions, a new version is released.
19
-
Each version is identified by its release date, e.g. `2024-10-01`. For more information, please see [Clerk API Versions](https://clerk.com/docs/versioning/available-versions).
19
+
Each version is identified by its release date, e.g. `2025-03-12`. For more information, please see [Clerk API Versions](https://clerk.com/docs/versioning/available-versions).
20
20
21
21
Please see https://clerk.com/docs for more information.
22
22
@@ -35,7 +35,6 @@ More information about the API can be found at https://clerk.com/docs
35
35
*[Error Handling](#error-handling)
36
36
*[Server Selection](#server-selection)
37
37
*[Development](#development)
38
-
*[Maturity](#maturity)
39
38
*[Contributions](#contributions)
40
39
41
40
<!-- End Table of Contents [toc] -->
@@ -51,15 +50,15 @@ The samples below show how a published SDK artifact is used:
51
50
52
51
Gradle:
53
52
```groovy
54
-
implementation 'com.clerk:backend-api:2.4.0'
53
+
implementation 'com.clerk:backend-api:3.0.0'
55
54
```
56
55
57
56
Maven:
58
57
```xml
59
58
<dependency>
60
59
<groupId>com.clerk</groupId>
61
60
<artifactId>backend-api</artifactId>
62
-
<version>2.4.0</version>
61
+
<version>3.0.0</version>
63
62
</dependency>
64
63
```
65
64
@@ -110,25 +109,20 @@ Another option is to set the System property `-Djdk.httpclient.HttpClient.log=al
0 commit comments