Skip to content

v0.28.0

Compare
Choose a tag to compare
@manyuanrong manyuanrong released this 22 Oct 16:18
· 113 commits to main since this release
8adce47

doc: Added simple examples for GridFS usage (#264)
fix: Using globalThis instead of window(Compatible with webworker)
fix: uri parser authSource and dbName bug(#265). (BREAKING: the default database is changed from admin to test)
fix: use a fixed version for bson dependency (#268)
fix: check update document to only contains atomic operators (#267)
fix: use new ObjectId() to generate FileId in uploadFromStream()
chore: remove unstable flag from ci (#273). 🚀 driver don’t need unstable flags now!
feat: implement replaceOne (#281)