Skip to content

Releases: venediktov/vanilla-rtb

Major upgrade : C++17 , Boost 1.67 , docker , travis , SSP prep-work

02 Oct 05:38
Compare
Choose a tag to compare
  • upgraded compiler to C++17
  • upgraded cmake to 3.12
  • fixed code to utilize C++17 in benchmarks
  • de-coupled dependencies from docker-base image
  • introduced docker-runtime
  • upgraded Boost to 1.67 which allows rapid development for SSP library
  • refactoring of CI/CD travis build script

experimental bidder API

13 Feb 21:27
Compare
Choose a tag to compare

chained matchers model is used where result from one matcher becomes input to the next in the chain of dependency.

redundant wire response fix

22 Sep 04:19
Compare
Choose a tag to compare

It's been finally fixed and ready needs to go to vanilla-prodbox docker image

configurable mock exchange in python

05 Aug 19:21
Compare
Choose a tag to compare

Finally we have a mock exchange connecting to our bidder , the exchange can be used to re-play impressions requests and allow us to check how our bidder decreases funds from the campaign budget.

release docker for vanilla-rtb

05 Aug 19:05
Compare
Choose a tag to compare

We start releasing vanilla-rtb as container based solution , the docker image should be building automatically
with every tag.