Skip to content

Releases: Yelp/dataloader-codegen

v0.5.1

07 May 13:35
30286ec
Compare
Choose a tag to compare
  • Fix schema to support maxBatchSize (#353)

Release v0.5.0

06 May 17:00
8b894e8
Compare
Choose a tag to compare

This deploys the following:

  • Add new option maxBatchSizing for batched requests (#351)
  • Fix pipeline (#352)

v0.4.4

24 Feb 23:52
f1ff4c4
Compare
Choose a tag to compare

Fixes ordering of $NonMaybeType so it affects the batch property and not the element #341

v0.4.3

23 Feb 21:12
cb691fd
Compare
Choose a tag to compare
  • Forces nullable batchKeys to be non-nullable (#339)

v0.4.2

04 Aug 00:09
69cbcb5
Compare
Choose a tag to compare
  • fixed a bug, separated getPropertyBatchLoader and getBatchLoader, so that flow won't throw errors for batch resources that don't have propertyBatch key (#329)

v0.4.1

29 Jul 18:44
b62ae20
Compare
Choose a tag to compare

add new config to batch properties calls (#299)

v0.3.1

30 Jun 19:51
79fdd2d
Compare
Choose a tag to compare

fix the generated flow type when using nestedPath

v0.3.0

18 May 00:16
7232e69
Compare
Choose a tag to compare
  • Add support for resource endpoints with batch keys of type Set (#265)

v0.2.3

16 Apr 22:14
30fcac5
Compare
Choose a tag to compare
  • Fix resource middleware and error handling to run on non batch resources (#57)
  • Specify cache key (string) to DataLoader type to fix flow errors (#57)

v0.2.2

03 Apr 19:14
4f4f934
Compare
Choose a tag to compare
  • Relax the flow type for errorHandler (#50)
  • bump flow-bin and graphql in the examples (#50)