Skip to content

Tags: einride/dataloader-go

Tags

v0.4.1

Toggle v0.4.1's commit message
fix: update component type

v0.4.0

Toggle v0.4.0's commit message
feat: add Backstage metadata

v0.3.0

Toggle v0.3.0's commit message
feat(deps): bump deps

v0.2.0

Toggle v0.2.0's commit message
feat: add Prime method to prime request cache

Implementation is copied from the existing dataloaden library, see link
below. The passed value needs to be copied before inserted in the cache
to prevent common developer errors (passing a pointer from a loop
variable), so a new config option is added.

Instead of silently failing if Copy is not specified, and to not make a
breaking change, the new Prime method panics if this method is not
specified.

https://github.com/vektah/dataloaden/blob/557c25d5f7dcd7d6fc6aa65ea0781e214b9784b9/example/userloader_gen.go#LL147-L161C2

v0.1.0

Toggle v0.1.0's commit message
feat: initial implementation

Forklifted from internal repo, which in turn has adapted code from an
older version of https://github.com/vektah/dataloaden.