Skip to content

Releases: GraphQLGuide/apollo-datasource-mongodb

0.6.0

04 Oct 23:54
Compare
Choose a tag to compare

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

03 Apr 20:38
Compare
Choose a tag to compare

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

31 Mar 04:46
Compare
Choose a tag to compare

Patches

  • Bump ajv from 6.12.2 to 6.12.6: #89
  • Move mongoose to dependencies; fixes #87: 0b6999a

0.5.2

04 Sep 21:37
Compare
Choose a tag to compare

Fixed

  • Disable debugging output πŸ˜…

0.5.1

04 Sep 21:31
Compare
Choose a tag to compare

Patches

  • Fix findByFields for nested fields: a35bba8

0.5.0

04 Sep 00:57
Compare
Choose a tag to compare

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

21 Aug 22:27
Compare
Choose a tag to compare

Patches

  • Support ObjectID in findByFields(): #75

Credits

Huge thanks to @tubbo for helping!

0.4.6

22 Jul 17:54
Compare
Choose a tag to compare

Patches

0.4.5

22 Jul 14:53
Compare
Choose a tag to compare

Patches

0.4.4

18 Jul 17:09
Compare
Choose a tag to compare

Patches

  • Update deleteFromCacheById, fixes #68: 9e84ece
  • Add model union type support: #71

Credits

Huge thanks to @vasily-polonsky for helping!