Rushmore Mushambi
|
9f97f0bc48
|
Stabilise and use parser2 for parsing (#3801)
Co-authored-by: Mees Delzenne <mees.delzenne@gmail.com>
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
|
2024-04-05 16:05:22 +00:00 |
|
Tobie Morgan Hitchcock
|
b03aeca08c
|
Cleanup a few things in the code (#3793)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
|
2024-04-03 09:54:12 +00:00 |
|
Rushmore Mushambi
|
53b2878a93
|
Stabilise sql2 and jwks (#3798)
|
2024-04-03 07:05:40 +00:00 |
|
Rushmore Mushambi
|
2fbb4f4617
|
Add #[non_exhaustive] to core structs and enums (#3781)
|
2024-04-02 20:12:08 +00:00 |
|
Dave MacLeod
|
f1cc3c8d14
|
[Documentation] Improve Rust client code samples a bit (#3699)
|
2024-03-20 17:11:55 +00:00 |
|
Rushmore Mushambi
|
f93f4999ed
|
Refactor Cargo features to use separate core library versions (#3688)
Co-authored-by: Mees Delzenne <mees.delzenne@gmail.com>
|
2024-03-15 11:21:32 +00:00 |
|
Farhan
|
485a224bcd
|
Add SurrealKV as an experimental backend store (#3451)
|
2024-02-15 20:47:10 +00:00 |
|
Rushmore Mushambi
|
454509e4d1
|
Update dependencies and add ml2 feature (#3385)
|
2024-02-09 19:31:16 +00:00 |
|
Rushmore Mushambi
|
690dd55a86
|
Extract core lib into a standalone crate (#3423)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
|
2024-02-02 22:10:47 +00:00 |
|
Przemyslaw Hugh Kaznowski
|
c5aca609cd
|
Add live query feature flag (#3396)
|
2024-01-25 15:31:30 +00:00 |
|
Rushmore Mushambi
|
c5138245a0
|
Add support for LIVE SELECT in the SDK and CLI (#3309)
|
2024-01-16 11:48:29 +00:00 |
|
Gerard Guillemas Martos
|
ccb4813886
|
Implement support for remote JSON Web Key Sets (#3198)
|
2024-01-09 17:17:48 +00:00 |
|
Maxwell Flitton
|
2ae8416791
|
Add support for ML model storage and execution (#3015)
|
2023-12-12 13:51:43 +00:00 |
|
Gerard Guillemas Martos
|
a70ddb2e2a
|
[auth] Support auth levels for basic auth (#2985)
Co-authored-by: Salvador Girones Gil <salvadorgirones@gmail.com>
|
2023-11-28 14:53:40 +00:00 |
|
Tobie Morgan Hitchcock
|
3f43e741c2
|
Improve WebSocket performance (#2999)
Co-authored-by: Salvador Girones Gil <salvadorgirones@gmail.com>
|
2023-11-20 19:08:07 +00:00 |
|
Mees Delzenne
|
256a08a396
|
Factor out the parser into its own module. (#2979)
|
2023-11-18 13:56:13 +00:00 |
|
Rushmore Mushambi
|
2d19ac9f7a
|
Add live query API (#2919)
Co-authored-by: Emmanuel Keller <keller.emmanuel@gmail.com>
|
2023-11-13 17:19:47 +00:00 |
|
Yusuke Kuoka
|
41c9fd701e
|
Add ns/db/tb IDs for aliasing (#2441)
|
2023-08-18 09:00:06 +01:00 |
|
Salvador Girones Gil
|
998b263517
|
[iam] RBAC and multiple root users (#2176)
Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
|
2023-07-29 18:47:25 +00:00 |
|
Yusuke Kuoka
|
602ffda466
|
chore: Data models for Change Feed (#2221)
|
2023-07-10 08:34:33 +00:00 |
|
Emmanuel Keller
|
75fc006c21
|
Ensure index resources are properly deleted on index deletion (#2234)
|
2023-07-10 08:24:47 +00:00 |
|
Rushmore Mushambi
|
9d680e780e
|
Remove unused dependencies (#2209)
|
2023-07-03 20:23:52 +00:00 |
|
Yusuke Kuoka
|
e30f70b907
|
feat: Key encoding/decoding for change feeds (#2188)
|
2023-06-27 23:42:29 +00:00 |
|
Rushmore Mushambi
|
409ad61477
|
Add authentication support for local engines (#1908)
|
2023-06-09 13:45:07 +00:00 |
|
Emmanuel Keller
|
8e48604e20
|
Add initial full-text search indexer implementation (#1779)
|
2023-05-29 12:46:41 +01:00 |
|
hchockarprasad
|
53d8e9c628
|
Make client error serializable (#1992)
|
2023-05-22 21:02:48 +01:00 |
|
Rushmore Mushambi
|
141eb091a6
|
Bypass deserialisation for sql::Value responses on Surreal methods (#1875)
|
2023-04-28 12:20:57 +01:00 |
|
Tobie Morgan Hitchcock
|
d3e7936d5e
|
Temporarily remove sql! parser runtime macro
Closes #1643
|
2023-02-09 10:53:19 +00:00 |
|
Tobie Morgan Hitchcock
|
1162e4a8ce
|
Use simplified error strings for errors at crate level
|
2023-01-08 14:51:36 +00:00 |
|
Rushmore Mushambi
|
953a2008e2
|
Rename the engines module to engine (#1576)
|
2023-01-07 08:32:18 +00:00 |
|
Rushmore Mushambi
|
c2dce39f91
|
Integrate client library into surrealdb crate (#1514)
|
2022-12-30 08:23:19 +00:00 |
|
Tobie Morgan Hitchcock
|
406e277c3b
|
Ensure crate builds with no-default-features
|
2022-12-07 19:30:29 +00:00 |
|
Rushmore Mushambi
|
12ded8b066
|
Log version when starting the server (#1358)
|
2022-10-27 01:58:08 -07:00 |
|
Finn Bear
|
b3ec3b4d8e
|
Use a dedicated executor thread for CPU-intensive functions (#186)
|
2022-09-21 02:27:28 +01:00 |
|
Tobie Morgan Hitchcock
|
c0217078f5
|
Improve documentation of Rust crate
|
2022-08-28 14:08:08 +01:00 |
|
Yusuke Kuoka
|
1d3880d652
|
Initial implementation of SurrealDB KVS for FoundationDB (#37)
Referenced in discussion #25
Closes #38
|
2022-08-15 19:35:41 +01:00 |
|
Tobie Morgan Hitchcock
|
52e8954ae4
|
Ensure library works in multi-threaded and single-threaded environments
|
2022-05-16 00:04:11 +01:00 |
|
Tobie Morgan Hitchcock
|
7bd5802e99
|
Remove tokio as a dependency
Closes SUR-102
|
2022-05-13 21:57:40 +01:00 |
|
Tobie Morgan Hitchcock
|
c5960a028e
|
Improve comments in public library package
|
2022-05-04 00:49:38 +01:00 |
|
Tobie Morgan Hitchcock
|
ffc3ed82f7
|
Simplify external API when working with Datastore
|
2022-05-04 00:07:46 +01:00 |
|
Tobie Morgan Hitchcock
|
6a8c53b51e
|
Don’t use custom type definition for query responses
|
2022-05-03 17:47:47 +01:00 |
|
Tobie Morgan Hitchcock
|
7e4bf91a48
|
Forbid all usage of unsafe code
|
2022-03-23 15:12:29 +00:00 |
|
Tobie Morgan Hitchcock
|
d5c53b7791
|
Extract core surrealdb code into separate library
|
2022-02-22 14:16:50 +00:00 |
|