Releases: GraphQLGuide/apollo-datasource-mongodb
Releases Β· GraphQLGuide/apollo-datasource-mongodb
0.6.0
Minor Changes
- Apollo Server 4 Upgrade: #123
Docs
- Add guidance for retrieving all documents in a collection: #103
- Add compatibility matrix to README: 4cf5d2b
Credits
Huge thanks to @nnoce14 and @richardcarrigan for helping!
0.5.4
Patches
- Move mongoose to peerDep: d53ec37
- Bump path-parse from 1.0.6 to 1.0.7: #90
- Bump ansi-regex from 3.0.0 to 3.0.1: #91
- Bump tmpl from 1.0.4 to 1.0.5: #93
- Bump minimist from 1.2.5 to 1.2.6: #92
0.5.3
Patches
- Bump ajv from 6.12.2 to 6.12.6: #89
- Move mongoose to dependencies; fixes #87: 0b6999a
0.5.2
Fixed
- Disable debugging output π
0.5.1
Patches
- Fix findByFields for nested fields: a35bba8
0.5.0
Changed
- Changed the format documents that are found by id are stored the cache (from
{ id }
to { _id }
). This means any such items currently in your production cache will not be used.
Added
deleteFromCacheByFields()
#76
Thanks to @bitops for helping!
0.4.7
Patches
- Support ObjectID in findByFields(): #75
Credits
Huge thanks to @tubbo for helping!