Skip to content

v1.73.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 08:05
· 1395 commits to master since this release

Notice

This is a support release that prepares for the building of 'modules' using the feature described in prebid/prebid-server#1734 . We will release full documentation soon.

Please be aware of new project structure where extra folder was added. It contains pom.xml which should be pointed while building if you want to use Prebid Server together with Modules. For more info see "Building" section in README.md file.

What’s Changed

  • Move Maven Release Plugin to extra (aggregator) submodule (#1480)
  • Add version to spring-boot-maven-plugin in bundle POM (#1466)
  • Fix httpclient dependency (#1476)
  • Update README files with new build approach (#1475)
  • Update Java workflow to build with modules (#1474)
  • Add code style documentation (#1469)
  • Blocking module: Override arrays instead of merging (#1463)
  • Fix bundle submodule packaging to be executable jar (#1461)
  • Fix Jackson dependency in bundle submodule (#1459)
  • Add prebid server modules, bundle and aggregator projects (#1448)

Contributors

@rpanchyk, @schernysh and @snahornyi