denodrivers / denodrivers/mongo
error upgrade 0.32.0 > 0.33.0
Open
- Dominant language
- TypeScript
- Stars
- 511
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
this morning I decide to upgrade my dependencies of deno and mongo
| from | to |
| ------------- | ------------- |
| `std@0.214.0` | `std@0.224.0` |
| `mongo@v0.32.0` | `mongo@v0.33.0` |
now i hav an error :
```
error: Uncaught (in promise) BSONError: corrupt object bson
throw new BSONError('corrupt object bson');
```
I tried to downgrade to mongo@v0.32.0 and that fix the problem.
best regards,
DM
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.