Skip to content

Releases: prebid/prebid-cache

v0.28.0

23 May 19:37
4c0c8a0
Compare
Choose a tag to compare

Changes

  • Config max request header size (#174)
  • Config Convenience Updates (#173)
  • Update google.golang.org/protobuf from 1.28.0 to 1.33.0 (#172)
  • Refactor NewAerospikeBackend function (#164)
  • New Backend: Apache Ignite (#146)
  • Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (#149)
  • Backend Configuration Clarity (#153)

Contributors

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

v0.27.0

22 May 15:49
d334935
Compare
Choose a tag to compare

DockerHub Image

There are no functional changes in this release and therefore no DockerHub image was posted, This release is to update GitHub Actions workflows to address the Ubuntu 18 deprecation.

Changes

  • Use latest version of docker/login-action (#141)

Contributors

@onkarvhanumante

v0.26.0

01 May 20:55
0dc0dc9
Compare
Choose a tag to compare

Changes

  • Improve end-to-end JSON tests (#132)
  • Update tibdex/github-app-token version to support node.js16 (#138)
  • Update actions to use newer version to support node.js 16 (#137)
  • Update release workflow (#135)
  • Fix error handling when using the Redis backend (#129)
  • Update to Ubuntu 20.04 (#136)
  • issue tracker workflow update (#127)
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 (#134)
  • Simplify mock metrics (#131)
  • Update to Go 1.19 (#130)
  • Push for the use of "aerospike.hosts" in config file (#133)
  • README typo (#125)
  • Workflow to create issue in pbc-java (#123)

Contributors

@Sonali-More-Xandr, @bretg, @dependabot, @dependabot[bot], @guscarreon, @onkarvhanumante and @sebmil-daily

0.25.0

18 Jan 15:27
918c220
Compare
Choose a tag to compare

Changes

  • Make Aerospike client connection queue size configurable (#124)

Contributors

@guscarreon

0.24.0

10 Jan 20:37
32b8f8e
Compare
Choose a tag to compare

Changes

  • Add configurable option to return text status response (#122)
  • Update Aerospike client version to 6.7.0 (#121)

Contributors

@mansinahar

0.23.2

10 Nov 19:34
67b91e5
Compare
Choose a tag to compare

Changes

  • Make Aerospike connection idle timeout configurable (#118)

Contributors

@guscarreon

0.23.1

01 Nov 22:07
c1383bd
Compare
Choose a tag to compare

Changes

  • Set default values for max_write_retries and max_read_retries (#117)

Contributors

@guscarreon

0.23.0

01 Nov 15:38
4d4af0d
Compare
Choose a tag to compare

Changes

  • Aerospike: Make write and read max retries configurable (#116)

Contributors

@guscarreon

0.22.0

29 Sep 14:34
0f2ccc2
Compare
Choose a tag to compare

Changes

  • Allow prometheus namespace and subsystem to be empty (#115)
  • Create issue_prioritization.yml (#113)

Contributors

@bretg and @guscarreon

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