Skip to content

Releases: prebid/line-item-manager

v0.2.3: Bug fix for time zones and support for custom line-item template

26 May 14:27
4a1f18a
Compare
Choose a tag to compare

0.2.3 (2021-05-26)

  • BUG FIX: datetime.timezone objects did not include zone name (#68)
  • Support use of a custom line-item template (#65)
  • Update bumpversion (depracated) and pytest-runner (out-of-date) (#62)

v0.2.2 Various minor feature enhancements; bug fix and CVE issues

23 Apr 17:10
7d9d423
Compare
Choose a tag to compare

0.2.2 (2021-04-23)

  • Support reportableType settings for CustomTargetingKey (#55)
  • Support for advertisers of different types (#48)
  • BUG FIX: Custom targeting hb_bidder contains all key-values (#43)
  • Upgrade jinja2 to 2.11.3 due to security vulnerabilities (#51)
  • Upgrade PyYAML due to security vulnerabilities (#56)
  • Remove requirements_dev.txt; not needed and introducing CVEs (#58)

v0.2.1 Additions to README (no functional changes)

23 Feb 21:39
9d4507a
Compare
Choose a tag to compare

0.2.1 (2021-02-23)

  • README includes steps to configure access to Google Ad Manager (#39)
  • README includes link to prebid documentation (#40)

v0.2.0: Beta Release

16 Feb 22:06
e77946c
Compare
Choose a tag to compare

0.2.0 (2021-02-16)

  • Beta release

v0.1.16 Custom targeting support for using 'IS_NOT' operator

11 Feb 23:46
d9b3d57
Compare
Choose a tag to compare

0.1.16 (2021-02-11)

  • BUG FIX: VAST URL should reference the 'uuid' targeting key in default template config (#32)
  • Video creative duration set to 1 second to be consistent with Prebid documentation (#31)
  • Custom targeting support for using 'IS_NOT' operator (#35)

v0.1.15: Association Batching and Example bin scripts

09 Feb 20:30
8161ec8
Compare
Choose a tag to compare

0.1.15 (2021-02-09)

  • BUG FIX: Error during line item creative associaiton (#25)
  • BIG FIX: Bidder Targeting Key status is 'INACTIVE' (#23)
  • Added directory of helpful bin scripts (examples/bin) (#22)
  • Added bin script (examples/bin/archive_order.py) for archiving orders (#21)

v0.1.14: CLI Help Updated for Test Implementation

25 Jan 18:06
62f5753
Compare
Choose a tag to compare

0.1.14 (2021-01-25)

  • CLI Help: noted that tests are not auto-archived

v0.1.13: Initial Release to Production PyPI

22 Jan 17:46
e6acc53
Compare
Choose a tag to compare

0.1.13 (2021-01-22)

  • First release to production PyPI
  • Github action for publishing

v0.1.12: Python 3.9 Support; Code maintenance

12 Jan 14:58
284c66a
Compare
Choose a tag to compare

0.1.12 (2021-01-12)

  • Support for Python 3.9
  • Prebid and PrebidBidder classes added
  • Type hints added
  • Docstrings added
  • Removed unused travis and tox support

v0.1.11: Custom Key Support and Other Minor Enhancements

18 Dec 14:03
391596b
Compare
Choose a tag to compare

0.1.11 (2020-12-18)

  • CLI option to display package version (#4)
  • Schema invalidation of unrecognized config properties (#5)
  • Support all bidder keys in config override map (#9)