Releases: venediktov/vanilla-rtb
Releases · venediktov/vanilla-rtb
Major upgrade : C++17 , Boost 1.67 , docker , travis , SSP prep-work
- 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
chained matchers model is used where result from one matcher becomes input to the next in the chain of dependency.
redundant wire response fix
It's been finally fixed and ready needs to go to vanilla-prodbox docker image
add rapidjson to vanilla-rtb stack
This release boost vanilla-rtb performance by more then 50% and allows us to run single bidder process with 1700 - 1800 ads/campaigns and bid for every impression within 50K QPS arriving to exchange handler.
configurable mock exchange in python
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
We start releasing vanilla-rtb as container based solution , the docker image should be building automatically
with every tag.