Skip to content

Releases: GraphQLGuide/apollo-datasource-mongodb

0.4.3

17 Jun 20:50
Compare
Choose a tag to compare

Patches

  • Fix: fields array type: #66
  • Add ObjectID findByFields test: 5d7348b
  • Support ObjectID in findByFields Type: #67

Credits

Huge thanks to @hannojg and @tubbo for helping!

0.4.2

08 Jun 23:06
Compare
Choose a tag to compare
  • bump @types/mongodb from 3.5.25 to 3.5.27 #63

0.4.1

27 May 16:35
Compare
Choose a tag to compare

Patches

  • Fix cache for string IDs that have exactly 12 bytes #62
  • Bump hosted-git-info from 2.8.8 to 2.8.9: #58
  • Bump browserslist from 4.12.2 to 4.16.6: #61

0.4.0

05 May 19:20
Compare
Choose a tag to compare

Minor Changes

  • Add findByFields method: #50

Credits

Huge thanks to @ryang26 for helping!

0.3.2

12 Apr 23:55
Compare
Choose a tag to compare

Patches

  • Fixed unintended union distribution: #55

Credits

Huge thanks to @Idono87 for helping!

0.3.1

22 Mar 19:47
Compare
Choose a tag to compare

Patches

  • Fix: support class-based mongoose models too (closes #51): abf6dd7

0.3.0

06 Jan 19:03
Compare
Choose a tag to compare

Minor Changes

Thanks to @Didier542 for reporting ☺️

0.2.11

07 Sep 02:16
Compare
Choose a tag to compare

Patches

  • Clear data loader cache correctly: #46

Credits

Huge thanks to @ash0080 for reporting and @9at8 for fixing!

0.2.8

30 Dec 17:38
Compare
Choose a tag to compare

Patches

  • Fix duplicate ObjectId keys: #37
  • Add support for string ids; fix ObjectId caching: a72692b

Credits

Huge thanks to @boydaihungst for helping!

0.2.7

15 Jul 04:19
Compare
Choose a tag to compare

Patches

  • Add TypeScript usage example: #33
  • Include Model on createCachingMethods loader: #30 and #28
  • Updated deps #29

Credits

Huge thanks to @NeoTheThird @9at8 and @edgareler for helping!