Tobie Morgan Hitchcock
|
45094c76ce
|
Use custom serialization format
|
2023-03-31 23:49:52 +01:00 |
|
Rushmore Mushambi
|
179878d672
|
Add compile-time guarantees to make Surreal::delete safer (#1753)
|
2023-03-31 23:49:29 +01:00 |
|
Tobie Morgan Hitchcock
|
725b03729b
|
Enable full-type serialisation on HTTP import route
|
2023-03-31 15:31:24 +01:00 |
|
Salvador Girones Gil
|
565717659a
|
Add functionality for open telemetry tracing (#1727)
|
2023-03-29 19:16:18 +01:00 |
|
Tobie Morgan Hitchcock
|
0c95126573
|
Add support for full binary serialization on HTTP endpoints
|
2023-03-27 13:52:28 +01:00 |
|
Tobie Morgan Hitchcock
|
a8df2b6a6f
|
Allow any Value in arguments to RPC use method
|
2023-03-07 09:55:35 +00:00 |
|
Tobie Morgan Hitchcock
|
7dcb0f83fa
|
Add trace logging to WebSocket implementation
|
2023-03-07 09:54:58 +00:00 |
|
Tobie Morgan Hitchcock
|
454612487a
|
Allow sending Table type for LIVE query RPC method
|
2023-02-14 11:01:31 +00:00 |
|
Tobie Morgan Hitchcock
|
5d55f28b98
|
Fix linting warning
|
2023-02-13 16:05:02 +00:00 |
|
Tobie Morgan Hitchcock
|
efbc5d3219
|
Add all WebSockets to a global collection
|
2023-02-13 12:20:13 +00:00 |
|
Tobie Morgan Hitchcock
|
ac9a574c00
|
Simplify passing of authentication tokens to client
|
2023-02-11 15:56:14 +00:00 |
|
Tobie Morgan Hitchcock
|
c90ff5f5d1
|
Listen to different OS signals on Windows and Unix
|
2023-02-08 13:19:08 +00:00 |
|
Salvador Girones Gil
|
15f7fb3eee
|
Ensure SurrealDB listens to SIGTERM/SIGINT signals and quits gracefully (#1639)
|
2023-02-05 21:03:21 +00:00 |
|
Tobie Morgan Hitchcock
|
84b026679f
|
Update clippy linting tests
|
2023-02-03 11:47:07 +00:00 |
|
Tobie Morgan Hitchcock
|
9282feac1f
|
Allow empty params object from text-based WebSocket clients
Closes #1610
|
2023-01-20 00:54:33 +00:00 |
|
Tobie Morgan Hitchcock
|
7682a97a33
|
Decode urlencoded path parameters automatically
Closes #1396
|
2023-01-17 14:10:21 +00:00 |
|
Rushmore Mushambi
|
c2dce39f91
|
Integrate client library into surrealdb crate (#1514)
|
2022-12-30 08:23:19 +00:00 |
|
Tobie Morgan Hitchcock
|
44c3f32f69
|
Fix clippy linting warnings
|
2022-12-20 10:30:40 +00:00 |
|
George
|
a2038f239b
|
Fix future clippy linting warnings (#1423)
|
2022-12-18 16:00:36 +00:00 |
|
Rinat Shay
|
ad004999a8
|
Use temporary HTTP redirect instead of permanent (#1517)
|
2022-12-09 16:48:54 +00:00 |
|
CelebrateVC
|
f0745386cf
|
Improve code comments for documentation (#1476)
|
2022-11-23 09:42:59 +00:00 |
|
Finn Bear
|
ff65ef56fc
|
Don't panic on invalid UTF-8 in web requests (#1422)
|
2022-10-30 23:28:57 +00:00 |
|
Tobie Morgan Hitchcock
|
c12a1cc1fa
|
Fix typo in code comments
|
2022-10-30 01:32:27 +00:00 |
|
Rushmore Mushambi
|
12ded8b066
|
Log version when starting the server (#1358)
|
2022-10-27 01:58:08 -07:00 |
|
Tobie Morgan Hitchcock
|
f32fb516eb
|
Rearrange code order
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
a074dc9af5
|
Add suport for WebSocket RPC binary protocol
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
ab4c85bf5d
|
Return a single record when requesting a single record with WebSocket
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
05485406c4
|
Add support for more input types in WebSocket RPC methods
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
e03f7e00db
|
Add alias for WebSocket RPC method ‘modify’ to ‘patch’
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
1015a948fd
|
Add alias for WebSocket RPC method ‘change’ to ‘merge’
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
926356d23b
|
Don’t allow WebSocket RPC authenticate method to be called with no token value
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
df8f297221
|
Add WebSocket RPC unset method for clearing a parameter
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
70a263f799
|
Add code comments to WebSocket RPC methods
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
a0d86248e2
|
Enable different output serialization formats in WebSocket RPC
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
d12384f3fb
|
Change method signature for converting strings to table names
|
2022-10-25 06:40:23 -07:00 |
|
Tobie Morgan Hitchcock
|
3cbb5eed78
|
Allow datetimes as an id parameter in the WebSocket RPC message
|
2022-10-25 06:06:02 -07:00 |
|
Tobie Morgan Hitchcock
|
6ff1e250de
|
Add improved handling of different WebSocket message types
|
2022-10-19 23:57:05 +01:00 |
|
Rushmore Mushambi
|
f0eaf2bd19
|
Improve RPC method return types (#1384)
|
2022-10-19 23:54:41 +01:00 |
|
Tobie Morgan Hitchcock
|
c098fe3380
|
Respond to WebSocket ping messages with a pong message
|
2022-10-19 21:11:15 +01:00 |
|
Tobie Morgan Hitchcock
|
1becd3ab55
|
Don’t throw an RPC Error when no params key is specified
|
2022-10-19 18:57:03 +01:00 |
|
Tobie Morgan Hitchcock
|
65f8194a1f
|
Fix code linting warnings
|
2022-10-19 15:35:42 +01:00 |
|
Tobie Morgan Hitchcock
|
18d69a620c
|
Add WebSocket ping->pong message ticker
|
2022-10-19 14:56:43 +01:00 |
|
Tobie Morgan Hitchcock
|
7ed0af4750
|
Add support for SQL parameters in HTTP REST endpoints
|
2022-10-17 02:00:15 +01:00 |
|
Tobie Morgan Hitchcock
|
264f208379
|
Change the log identifier for web requests
|
2022-10-16 17:36:07 +01:00 |
|
Tobie Morgan Hitchcock
|
f31b7d7d17
|
Allow number values for JSON RPC id field
|
2022-10-16 17:36:07 +01:00 |
|
Tobie Morgan Hitchcock
|
9546b07d71
|
Add version method to HTTP RPC endpoint
|
2022-10-16 17:36:07 +01:00 |
|
Tobie Morgan Hitchcock
|
d8c7efefd4
|
Ensure integer Record IDs are treated correctly in HTTP REST endpoints
Closes #1281
|
2022-10-01 15:50:39 +01:00 |
|
Rushmore Mushambi
|
bcac94f9d6
|
Add additional build metadata to version identifier (#1254)
|
2022-09-28 20:13:40 +01:00 |
|
Tobie Morgan Hitchcock
|
a96c6ff8ca
|
Allow authentication token to be verified with or without Bearer or Basic prefix
|
2022-09-28 01:19:18 +01:00 |
|
Tobie Morgan Hitchcock
|
d8953ab7f8
|
Ensure HTTP session is not verified multiple times
|
2022-09-25 23:13:29 +01:00 |
|