Release v0.8.4
Overview
- You can now pass variables to the
.query()
method for the experimental HTTP strategy - Implemented a
.insert()
method to allow for bulk record insertion - Added a third option
diff
to the.live()
method, which allows you to receive back notifications in the form of JSON Patches. - Finished off the internals for the live queries implementation and added tests for them (they are now actually functional!!)
As most of this is only available with the nightly version of SurrealDB, I would like to link the nightly docs (all though a bit buggy here and there) aswell: https://deploy-preview-197--coruscating-puppy-14fc4b.netlify.app/
What's Changed
- Allow vars in HTTP query method by @kearfy in #148
- Implement
.insert()
method by @kearfy in #150 - Implement
.live()
diff option by @kearfy in #151 - Remove debugging leftovers by @kearfy in #152
- Rename
FEATURE_TEMPLATE
->ISSUE_TEMPLATE
by @kearfy in #154 - Fix discussions link by @kearfy in #155
- Fix the discussions link, again... by @kearfy in #157
- Finish up live queries implementation by @kearfy in #160
- Add test for
.insert()
by @kearfy in #161 - Bump v0.8.4 by @kearfy in #162
Full Changelog: v0.8.3...v0.8.4