-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-4492 use new txn action endpoints in protocol client, backward com…
…patible
- Loading branch information
1 parent
ca28feb
commit 0adb45e
Showing
16 changed files
with
144 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
site/content/documentation/reference/rest-api/changelog.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: "RDF4J REST API: Changelog" | ||
toc: true | ||
weight: 1 | ||
--- | ||
|
||
[OpenAPI specification](/documentation/reference/rest-api/) | ||
|
||
## Version history | ||
|
||
The RDF4J REST API uses a single integer version numbering scheme. It does not follow semantic versioning. However, the implementations of the API client and server in RDF4J make a conscious effort to stay backward compatible with at least one previous protocol version. | ||
|
||
### 14: since RDF4J 4.3.0 | ||
|
||
- Replaced usage of the `action` parameter on the `/transactions/{txnID}` endpoint with separate endpoints for each available action: `/transactions/{txnID}/add`, `/transactions/{txnID}/query`, and so on. | ||
- `action` parameter for transactions is deprecated | ||
|
||
### 13: since RDF4J 4.0.0 | ||
|
||
- Removed support for the deprecated SYSTEM repository. | ||
|
||
### 12: since RDF4J 3.5.0 | ||
|
||
- Added suport for the `prepare` transaction operation. | ||
|
||
### 11: since RDF4J 3.3.0 | ||
|
||
- Added support for sending general transaction setting parameters. | ||
|
||
### 10: since RDF4J 3.1.0 | ||
|
||
- Added support for retrieving a repository configuration. | ||
|
||
### 9: since RDF4J 3.0.0 | ||
|
||
- Added direct API support for creating a new repository remotely and/or updating an existing repository's configuration. | ||
- SYSTEM repository support is deprecated. |
6 changes: 4 additions & 2 deletions
6
site/static/documentation/reference/rest-api/rdf4j-openapi.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.