What's Changed
In overview, this release:
- Updates embedded SurrealDB to 2.2.1
- Adds an
.import()
method - Adds improved interfaces for types
Record
andRelationRecord
- Adds missing overloads for the
Update
andUpsert
methods - Now links the relevant SurrealDB documentation for all methods
Full changelog
- stop using the legacy GHA runners by @FranciscoMSM in #158
- 👷 upgrade CI actions by @Odonno in #161
- ♻️ add interfaces for records by @Odonno in #162
- 🐛 IHttpClientFactory is not required by @Odonno in #163
- 🔖 bump v0.7.1 by @Odonno in #164
- 🐛 fix request before connect by @Odonno in #165
- ♻️ migrate to TUnit by @Odonno in #167
- 👷 set limit to LiveQuery test project by @Odonno in #170
- Test fix: SurrealDB 2.2 live query error message update by @emmanuel-keller in #171
- Update README.md by @thomhurst in #169
- 🔥 remove AddSurreal methods with generic type by @Odonno in #168
- ⬆️ upgrade to surrealdb v2.2.0 by @Odonno in #172
- ✨ add ability to configure experimental capabilities for embedded engine by @Odonno in #178
- ✨ implement Import method by @Odonno in #174
- 📝 replace xUnit references to TUnit by @Odonno in #177
- Fix: Use Decimal Writer for CBOR Spatial Geography Point by @no1melman in #176
- ⬆️ upgrade
ring
crate by @Odonno in #180 - 🐛 read full DataItem when converting to a generic RecordId by @Odonno in #179
- ⬆️ upgrade to surrealdb v2.2.1 by @Odonno in #181
- 🐛 add missing method overloads for Upsert/Update by @Odonno in #184
- Fix semaphore extra release. by @EricSites in #186
- 📝 add links to documented methods by @Odonno in #182
- Bump version to 0.8.0 by @kearfy in #187
New Contributors
- @FranciscoMSM made their first contribution in #158
- @emmanuel-keller made their first contribution in #171
- @thomhurst made their first contribution in #169
- @no1melman made their first contribution in #176
- @EricSites made their first contribution in #186
Full Changelog: v0.7.0...v0.8.0