Skip to content

Tags: weej89/prebid-cache

Tags

0.8.2

Toggle 0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allows fetching custom non-UUID keys when support is enabled (prebid#48)

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allows activating the key setting feature via ENV variables. (prebid#47)

* Allows activating the key setting feature via ENV variables.

* Sets proper default

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allows for providing a key to store caches under (prebid#45)

* Allows for providing a key to store caches under

* Adds comments for possible future enhancements.

* Fixes some logic

* Fixes error handling

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added aerospike expiry metrics (prebid#42)

* Added expiry metrics to aerospike.

* Added a measurement to see how many objects are defining their TTL explicitly/

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added a default max-ttl config. (prebid#41)

0.5.0

Toggle 0.5.0's commit message
Redis backend (prebid#38)

* Redis backend

* Remove logging password

* changes

* consistent naming when logging + change default backend to memory

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swapped the order on metrics/compression. (prebid#35)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed the explicit viper.GetString (prebid#34)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Log config values on startup (prebid#33)

* Logged all the config values on app startup.

* Renamed some stuff, and fixed a missing validation step.

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Respect environment variables (prebid#31)

* Added environment variable support.

* Added environment variable config support.

* Added an environment variable example to the README.