Commit graph

425 commits

Author SHA1 Message Date
Brian Yarr
a11f1bc82f
feature-2924: Add an option to suppress server identification headers (#3770)
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
Co-authored-by: Micha de Vries <micha@devrie.sh>
2024-06-10 15:39:38 +00:00
David Bottiau
d38bf4e386
fix: handle content-type with charset (#4139) 2024-06-06 11:37:04 +00:00
Rushmore Mushambi
9c2b406098
Fix surreal upgrade --nightly (#4121) 2024-05-31 08:28:48 +00:00
Gerard Guillemas Martos
bf702b0d67
Require explicit authentication level (#4089) 2024-05-27 08:15:15 +00:00
Emmanuel Keller
23653e5fce
[Feat] Add TEMPFILES clause to the SELECT statement (#4084) 2024-05-23 13:04:20 +00:00
Emmanuel Keller
e37a6fb18b
Make temporary table active only if the temporary directory is set (#4079) 2024-05-22 10:05:32 +00:00
Gerard Guillemas Martos
246e8021cb
Require authentication by default (#4059) 2024-05-22 08:43:21 +00:00
Gerard Guillemas Martos
5e33d4c311
Bind to loopback address by default (#4054) 2024-05-21 08:18:14 +00:00
Mees Delzenne
061ad8c712
Update rquickjs dependency (#3942) 2024-05-08 11:00:54 +00:00
Tobie Morgan Hitchcock
f61ac90867
Remove unused files (#3920) 2024-04-19 20:44:40 +00:00
David Bottiau
854e6e6df2
Fix response content-type on /rpc endpoint (#3918)
Co-authored-by: Raphael Darley <raphael@raphaeldarley.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-04-19 20:13:51 +01:00
Przemyslaw Hugh Kaznowski
10c6e3edc7
Cleanup some code (#3901) 2024-04-18 08:45:06 +00:00
Raphael Darley
cd653bdf7e
refactor rpc code (#3790)
Co-authored-by: Micha de Vries <micha@devrie.sh>
2024-04-17 18:56:08 +00:00
Raphael Darley
4c8c9f6c8a
Info structure refactor (#3886)
Co-authored-by: Micha de Vries <micha@devrie.sh>
2024-04-17 15:27:55 +01:00
Micha de Vries
1007a30ea4
CBOR convert no unreachables (#3883) 2024-04-16 17:13:47 +00:00
Raphael Darley
2f0f8dcc93
fix cbor http headers (#3866) 2024-04-12 20:58:47 +00:00
Rushmore Mushambi
e842515882
Drop the old parser (#3814) 2024-04-06 17:33:36 +00:00
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
David Bottiau
c7c93108c3
Reduce byte size of datetime and uuid types using cbor format (#3763)
Co-authored-by: David Bottiau <B516QT@login.axa>
Co-authored-by: Micha de Vries <micha@devrie.sh>
2024-04-03 14:22:21 +00:00
David Bottiau
32a7a9bce4
Handle multiple file patterns in validate command (#3615)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-04-03 12:11:03 +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
2fbb4f4617
Add #[non_exhaustive] to core structs and enums (#3781) 2024-04-02 20:12:08 +00:00
Emmanuel Keller
c82bbc0820
Feature: On disk temporary table (#3749)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-03-28 16:29:55 +00:00
Maxwell Flitton
e201366602
updating surrealml-core and adding checking for version and name (#3773) 2024-03-28 13:57:26 +00:00
Emmanuel Keller
ea8810d905
Replaces option_env by std::env::var (#3777) 2024-03-27 18:19:54 +00:00
Lorenzo Verardo
4a590fe86f
Bugfix: check if update version is already installed (#3756) 2024-03-26 08:29:19 +00:00
Gerard Guillemas Martos
0985b1e18d
Fix: Allow legacy headers in CORS (#3747)
Co-authored-by: Gerard Guillemas Martos <gerard@DESKTOP-6S0AS7R>
2024-03-22 20:50:01 +00:00
Micha de Vries
00bc9db496
Optimize CBOR decoding (#3723) 2024-03-19 16:00:30 +00:00
Raphael Darley
da483716c5
Add post rpc (#3697) 2024-03-19 15:17:38 +00:00
Rushmore Mushambi
0fc410dec2
Make sql2 mandatory in the binary (#3722) 2024-03-19 12:34:38 +00:00
Rushmore Mushambi
0a466cd39d
Fix API warnings (#3715) 2024-03-18 17:18:22 +00:00
Przemyslaw Hugh Kaznowski
47a1589018
Refactor ds tasks to single part of codebase (#3655) 2024-03-18 12:30:31 +00:00
Raphael Darley
2e27000c8e
remove unreachable in msgpack (#3691) 2024-03-13 12:37:03 +00:00
Przemyslaw Hugh Kaznowski
b62011bfec
Improve debug experience on debug builds (#3672) 2024-03-12 09:27:28 +00:00
Mees Delzenne
87da9c0b01
Fix warnings (#3634) 2024-03-08 10:58:07 +00:00
Rushmore Mushambi
08fa85b3ab
Temporarily disable the backup command (#3635) 2024-03-05 18:38:03 +00:00
Micha de Vries
e5c63234ca
Support tables + geometries in CBOR (#3604)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-03-05 15:19:44 +00:00
Przemyslaw Hugh Kaznowski
4471433a78
Add version check for web with short timeout (#3599) 2024-03-04 11:12:59 +00:00
Przemyslaw Hugh Kaznowski
e06cd111cf
Add Engine Config for configuring how many live queries can be created per transaction (#3559) 2024-03-01 17:12:53 +00:00
Tobie Morgan Hitchcock
fba5aa875d
Add compile-time feature for profiling (#3370)
Co-authored-by: Przemyslaw Hugh Kaznowski <hugh@surrealdb.com>
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2024-02-28 15:46:00 +00:00
Przemyslaw Hugh Kaznowski
888184f50f
Add notifications for LQ v2 on CF (#3480)
Co-authored-by: Mees Delzenne <DelSkayn@users.noreply.github.com>
2024-02-27 15:18:25 +00:00
Rushmore Mushambi
429ca31faa
Fix the SurrealKV scheme in the CLI (#3551) 2024-02-20 15:34:07 +00:00
Rushmore Mushambi
4cccac46de
Make surreal upgrade version parsing more robust (#3539) 2024-02-19 14:08:13 +00:00
Rushmore Mushambi
d7a43dc46c
Simplify CLI output and eliminate concurrency bugs (#3531) 2024-02-16 17:33:13 +00:00
Mees Delzenne
6782b8000a
Bugfix: Fix cli occasionally not printing results (#3509) 2024-02-14 17:37:27 +00:00
Przemyslaw Hugh Kaznowski
19a04c86ba
Add context to live query notifications (#3461) 2024-02-12 11:54:38 +00:00
Rushmore Mushambi
d55d1a3b6e
Implement revision types for client/server communication (#3474) 2024-02-12 11:52:36 +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
Pratim
ae66978e44
Feature: Add short alias v for surreal version command (#3334)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-01-20 21:53:59 +00:00