1
0
Fork 0

CHANGELOG

master
Philip O'Toole 1 year ago
parent a2902789e8
commit 65efd0890d

@ -1,6 +1,6 @@
## 7.18.1 (unreleased)
### Implementation changes and bug fixes
- [PR #1266](https://github.com/rqlite/rqlite/pull/1266): Add network information to `/status`.
- [PR #1266](https://github.com/rqlite/rqlite/pull/1266), [PR #1268](https://github.com/rqlite/rqlite/pull/1268): Add network information to `/status`.
## 7.18.0 (May 18th 2023)
This release adds a new HTTP endpoint, located at `/db/request`. This endpoint accepts both read and write requests, including mixing both together in a single request. When requests are sent to this endpoint, rqlite will automatically perform the correct operation for each SQL statement in the request. This endpoint may be more convenient for some use cases, and means that client code doesn't have to decide on whether it should send requests to `/db/execute` or `/db/query`.

Loading…
Cancel
Save