Skip to content

Releases: mickhansen/dataloader-sequelize

v2.1.0

24 Oct 10:00
Compare
Choose a tag to compare

Model.findByPk loader now supports {raw: true}.
Any calls with raw: true will be executed in a seperate batch.

v2.0.0

29 May 10:25
Compare
Choose a tag to compare

Non createContext usage is no longer supported and has been removed. This should solve bugs with global batching.