Release 2.1.0
·
267 commits
to master
since this release
Prebid SDK
- Support multiformat ad units by @OlenaPostindustria in #811
- Remove bitcode support from build script by @OlenaPostindustria in #816
- Add
PBM
prefixes to the@objc
classes by @OlenaPostindustria in #823 - Fix VAST without end card closing issue by @OlenaPostindustria in #810
- Support GMA SDK 10.3.0 by @OlenaPostindustria in #813
- Support GMA SDK 10.4.0 by @OlenaPostindustria in #826
- Update minimum deployment version by @OlenaPostindustria in #829
Deprecations
The following classes and methods have been deprecated in the scope of introducing multiformat ad units. They still work, but eventually, they will be removed from the SDK:
VideoAdUnit
is deprecated, useBannerAdUnit
withvideo
ad format instead; using thevideoParameters
you can customize the bid request for video ads;VideoInterstitialAdUnit
is deprecated, useInterstitialAdUnit
withvideo
ad format instead; using thevideoParameters
you can customize the bid request for video ads;- for instream video ads use
InstreamVideoAdUnit
; parameters
properties inBannerAdUnit
andInterstitialAdUnit
are deprecated, usebannerParameters
instead;parameters
property inRewardedVideoAdUnit
is deprecated, usevideoParameters
instead;display
case ofAdFormat
enum is deprecated, usebanner
instead
Full Changelog: 2.0.9...2.1.0