Commit graph

200 commits

Author SHA1 Message Date
github-actions[bot]
65a5867b28
Bump version to v1.1.0 (#3294)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-09 17:27:11 +00:00
Nathaniel Brough
5d176d4c77
fuzz: Add structured executor (#3285) 2024-01-09 15:34:52 +00:00
Tobie Morgan Hitchcock
a35fc0d04d
Improve WebSocket protocol implementation (#3291) 2024-01-09 15:27:03 +00:00
Gerard Guillemas Martos
d33dea7462
Bugfix: Fix duration addition in timeout causing overflow (#3258) 2024-01-05 15:21:00 +00:00
Mees Delzenne
92b0f202f5
Update rquickjs version (#3261)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2024-01-05 12:42:18 +00:00
Rushmore Mushambi
6827044246
Fix build metadata in beta and stable binaries (#3209) 2024-01-01 14:48:20 +00:00
github-actions[bot]
855fd000f4
Bump version to v1.0.2 (#3212)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-21 20:56:14 +00:00
Maxwell Flitton
a01c1347cb
Update the surrealml-core version (#3184) 2023-12-20 18:50:28 +00:00
Gerard Guillemas Martos
cf08b0607f
Fix: Replace custom JWT parser causing decoding issues (#3165)
Co-authored-by: Micha de Vries <micha@devrie.sh>
2023-12-19 08:53:10 +00:00
Flint6872
d4cc3272da
Upgrade Axum example to Axum 0.7.2 (#3172)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2023-12-18 12:53:25 +00:00
github-actions[bot]
8ad4256a3e
Bump version to v1.0.1 (#3156)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-14 17:42:29 +00:00
Emmanuel Keller
a6c50cb5f5
Feat: In Memory index store (#3020) 2023-12-13 13:37:24 +00:00
Maxwell Flitton
2ae8416791
Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +00:00
Tobie Morgan Hitchcock
1d3844ff69
Update compatible dependencies (#3069) 2023-12-05 12:12:56 +00:00
Salvador Girones Gil
8e401a90c4
[mem] Use mimalloc instead of snmalloc (#3068) 2023-12-05 10:10:52 +00:00
Tobie Morgan Hitchcock
664f9d4fbe
Use specific memory allocators depending on OS (#3061) 2023-12-04 12:37:32 +00:00
Tobie Morgan Hitchcock
73d66ed2be
Update 3rd party dependencies (#3026) 2023-11-27 10:23:26 +00:00
Emmanuel Keller
9ead2cdbb6
MTree fully tested with Euclidean and Manhattan distances (#3006) 2023-11-21 21:25:00 +00:00
Tobie Morgan Hitchcock
9c0d107588
Improve RocksDB and SpeeDB performance (#3000) 2023-11-20 18:47:44 +00:00
Gerard Guillemas Martos
2584970b1d
Update third-party dependencies (#3005) 2023-11-20 15:50:37 +00:00
Emmanuel Keller
7a34452262
Bug fix: possible corruption of MTree and incomplete knn (#2986) 2023-11-18 07:26:11 +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
kxt
fcd5c252ec
Use sha1 crate instead of obsolete sha-1 (#2883) 2023-10-25 17:08:46 +01:00
Emmanuel Keller
bc2f7fdafa
Feat: enable compression on the HTTP connector (#2867) 2023-10-23 13:37:42 +00:00
Brian
87859158d3
bump tungstenite to 0.20.1 (#2807)
Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com>
Co-authored-by: Tristan F. <LeoDog896@hotmail.com>
2023-10-18 08:54:04 +00:00
Tobie Morgan Hitchcock
54aedcdbdc Release 1.0.0 2023-09-13 08:12:59 +01:00
Tobie Morgan Hitchcock
538ad50c65 Release 1.0.0-beta.12 2023-09-12 21:29:42 +01:00
Tobie Morgan Hitchcock
59718fc665 Release 1.0.0-beta.11 2023-09-05 16:43:15 +01:00
Rushmore Mushambi
4259e05413
Fix relative paths (#2615) 2023-09-05 07:38:39 +01:00
Tobie Morgan Hitchcock
fd73619349 Release 1.0.0-beta.10 2023-09-01 15:36:54 +01:00
Emmanuel Keller
0d43e7a156
Implements revision on indexes states (#2516) 2023-08-29 20:21:55 +01:00
Rushmore Mushambi
bae9217b72
Fix Wasm binaries (#2541) 2023-08-29 11:47:53 +01:00
Mees Delzenne
e477dc9133
Fix build by upgrading rquickjs (#2509) 2023-08-24 15:05:28 +01:00
Salvador Girones Gil
b5b6f6f1d4
[security] Introduce the Datastore capabilities (#2489) 2023-08-23 20:26:31 +01:00
Tobie Morgan Hitchcock
b2b51b54b1
Add versioned data storage serialisation (#2433) 2023-08-17 19:03:46 +01:00
Rushmore Mushambi
61f4580ba8
Switch to std::sync::OnceLock and fix Surreal::clone (#2370) 2023-08-10 06:33:38 +00:00
Salvador Girones Gil
94f7fc01e7
[cargo] Use the surrealdb-tikv-client published to crates.io (#2416) 2023-08-08 16:41:45 +00:00
Salvador Girones Gil
e91011cc78
[rpc] Better tracing for WebSockets (#2325) 2023-08-03 14:59:05 +00:00
Salvador Girones Gil
5f9b79162b
[ci] Intruduce cargo-make to dry the workflows. Get rid of unused deps (#2372) 2023-08-03 10:55:06 +01:00
Mees Delzenne
c9078a116e
Add the value function for easy access to SurrealQL parameters and values. (#2355)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2023-07-29 21:16:48 +00: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
Mees Delzenne
278e27db87
Implement support for running queries in script functions. (#2331) 2023-07-26 07:54:07 +00:00
Yusuke Kuoka
5b8fec93d7
Bump surrealdb-tikv-client to 0.2.0-surreal.1 (#2334) 2023-07-25 12:24:36 +00:00
Yusuke Kuoka
840b1ae24f
Bump surrealdb-tikv-client to 0.1.0-surreal.2 (#2322) 2023-07-23 08:19:20 +00:00
Mees Delzenne
cacd9a1de9
Add tests for http functions (#2286) 2023-07-20 12:46:11 +00:00
Tobie Morgan Hitchcock
09dde86e73
Allow for DIFFs in notifications for simple live queries (#2290) 2023-07-19 16:19:19 +00:00
Salvador Girones Gil
53702c247a
[metrics] HTTP Layer + move to Axum (#2237) 2023-07-19 14:35:56 +00:00
Mees Delzenne
c9414a1165
Update rquickjs, attempt two. (#2275) 2023-07-17 13:40:58 +00:00
Tobie Morgan Hitchcock
1d6c12e777
Update dependencies and reduce log traces (#2265) 2023-07-15 13:18:44 +01:00
Rushmore Mushambi
cab0540432
Drop build metadata from the library version (#2263) 2023-07-14 23:01:10 +00:00