Skip to content

Releases: prebid/prebid-cache

0.21.0

11 Aug 18:49
24065e9
Compare
Choose a tag to compare

Breaking change for pre-4.9+ Aerospike servers

This release updated the Aerospike Go client to version v6.2.1 that will not work with Aerospike server versions older than 4.9.0. Full documentation of the Aerospike Go client can be found here.

Changes

  • Update to Aerospike Client version v6.2.1 (#112)

Contributors

@guscarreon

0.20.0

08 Jun 21:09
47cd38e
Compare
Choose a tag to compare

Changes

  • Update dependencies part 5 (#109)

Contributors

@guscarreon

0.19.0

09 May 18:41
6e3a609
Compare
Choose a tag to compare

Changes

  • Version endpoint (#108)
  • Put endpoint end-to-end JSON tests (#100)

Contributors

@guscarreon

0.18.0

03 May 15:42
87d895a
Compare
Choose a tag to compare

Changes

  • Update Dependencies - Part 3 (#104)
  • Zero TTL fix (#107)

Contributors

@SyntaxNode and @guscarreon

0.17.1

07 Apr 18:09
f67d98a
Compare
Choose a tag to compare

Changes

  • Rollback to logrus 1.4.2 (#106)

Contributors

@guscarreon

0.17.0

22 Mar 20:55
950340a
Compare
Choose a tag to compare

Known Issues

The updates to Prometheus and Logrus introduced a performance issue. Please use 0.17.1 instead with the rolled back dependency versions.

Changes

  • Update Dependencies - Part 2 (#103)

Contributors

@SyntaxNode

0.16.0

16 Mar 19:04
d3b30da
Compare
Choose a tag to compare

Changes

  • Update Dependencies - Part 1 (#99)

Contributors

@SyntaxNode

0.15.1

14 Mar 18:05
552bacc
Compare
Choose a tag to compare

Changes

  • Bug fix. Displaying wrong error messages (#101)

Contributors

@guscarreon

0.15.0

07 Mar 19:16
955b74c
Compare
Choose a tag to compare

Changes

  • Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.8 (#96)
  • Update Dockerfile per trivy security recommendations (#98)
  • Store elements from incoming request in parallel (#91)

Contributors

@dependabot, @dependabot[bot], @guscarreon and @mansinahar

0.14.0

08 Feb 18:24
e3efcf8
Compare
Choose a tag to compare

Changes

  • Rolledback uppercase in MISSING_KEY type errors (#97)
  • Add package and release workflows (#95)
  • Refactor put endpoint and include RecordPutKeyProvided() metric (#90)
  • Correct payload size limit (#92)
  • Remove Get call from Put endpoint (#87)
  • Add metrics to record request-defined TTL (#89)
  • Removed azure backend (#88)
  • Adding support for memcache host auto discovery (#82)
  • Improved get metrics to account for Key not found errors (#85)
  • Swap opened and closed connection counter names (#79)
  • Run validate.sh with github actions (#83)
  • Remove "Aerospike" string from Aerospike backend error messages (#84)

Contributors

@guscarreon, @jbartek25 and @mansinahar