Releases: GraphQLGuide/apollo-datasource-mongodb
Releases · GraphQLGuide/apollo-datasource-mongodb
0.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patches
Bump ajv from 6.12.2 to 6.12.6: #89
Move mongoose to dependencies; fixes #87 : 0b6999a
0.5.2
Compare
Sorry, something went wrong.
No results found
Fixed
Disable debugging output 😅
0.5.1
Compare
Sorry, something went wrong.
No results found
Patches
Fix findByFields for nested fields: a35bba8
0.5.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patches
Support ObjectID in findByFields(): #75
Credits
Huge thanks to @tubbo for helping!
0.4.6
Compare
Sorry, something went wrong.
No results found
0.4.5
Compare
Sorry, something went wrong.
No results found
0.4.4
Compare
Sorry, something went wrong.
No results found
Patches
Update deleteFromCacheById, fixes #68 : 9e84ece
Add model union type support: #71
Credits
Huge thanks to @vasily-polonsky for helping!