Skip to content

Releases: cvburgess/SQLDataSource

1.5.0

09 Aug 14:52
4e4ab7a
Compare
Choose a tag to compare
  • Add types for this.db and this.context ( Thanks @astorije )

1.3.1

11 Dec 17:33
Compare
Choose a tag to compare
  • Various dependency security updates via dependabot

1.3.0

23 Apr 00:51
Compare
Choose a tag to compare
  • knex-tiny-logger update ( requires node v10+ )

1.2.1

23 Apr 00:39
Compare
Choose a tag to compare
  • Knex update ( v0.20.x )

1.2.0

23 Apr 00:40
b57e2f6
Compare
Choose a tag to compare
  • Support specifying a knex instance instead of config object ( Thanks @theogravity! )

1.1.1

23 Apr 00:40
54426cc
Compare
Choose a tag to compare
  • Knex update for security

1.1.0

23 Apr 00:42
Compare
Choose a tag to compare
  • Allow knex instance to be referenced by this.knex in addition to this.db

1.0.2

07 Oct 16:27
9f39a70
Compare
Choose a tag to compare
  • Fix issue with repeated constructor calls

1.0.1

18 Sep 15:05
Compare
Choose a tag to compare
  • Fix issue with Redis keys and values
  • Uses a hash for keys and serializes values to/from the cache

1.0.0

17 Sep 21:21
23e4965
Compare
Choose a tag to compare
  • Switch to an extended knex method (.cache) vs the old wrapper fns
  • Remove batching support