What's Changed
- Adds
upsertDocument
method - Adds warnings to bulk operation methods
- Adds the new
encrypt
attribute - Adds runtimes:
flutter332
anddart38
- Fix
select
Queries by updating internal attributes likeid
,createdAt
,updatedAt
etc. to be optional inDocument
model. - Fix
listCollection
errors by updatingattributes
typing - Fix querying datetime values by properly encoding URLs
Full Changelog: 10.0.0...10.1.0