Skip to content

Releases: peczenyj/GDPR-IAB-TCFv2

v0.203

21 Apr 20:59

Choose a tag to compare

fix style issue in constant
update github actions

Full Changelog: v0.202...v0.203

v0.202

21 Apr 19:57

Choose a tag to compare

improve error messages

Full Changelog: v0.201...v0.202

v0.201

21 Apr 19:48

Choose a tag to compare

change subroutine redefinition from INIT to BEGIN to avoid warnings

Full Changelog: v0.200...v0.201

v0.200

17 Dec 13:16

Choose a tag to compare

0.200

  • refactor constants, stop use dualvars
  • validate parameters on method check_publisher_restriction
  • add method publisher_restrictions by vendor id
  • add prefetch option to cache vendor ids when the consent string is range based.
    It is 2x faster check consent on a prefetched vendor than a regular one if the consent is range based.
    Without increase the Parsing time.

v0.100

15 Dec 17:07

Choose a tag to compare

first "stable" release

0.100

  • parse publisher tc section if available #13
  • add strict mode (disabled by default) to validate the consent string version

v0.084

14 Dec 13:02

Choose a tag to compare

0.084

  • fix a bug while parsing valid consent strings range-based, see #20

v0.083

13 Dec 20:15

Choose a tag to compare

0.083

  • refactor on Publisher Restriction parsing.
  • small fixes about data and offset.
  • performance improvement: when we parse a range-based consent string now the Parse method is 23% faster, TO_JSON is 9% faster and check vendor consent or legitimate interest is between 122% and 137% faster than the previous version
  • remove GDPR::IAB::TCFv2::RangeConsent package

v0.082

12 Dec 12:18

Choose a tag to compare

  • increase TO_JSON performance by 76% on bitfields and 3116% on range based vendor section
  • add json section 'publisher' and include all publisher restriction, if any, per purpose id, vendor id and restriction type

0.081

12 Dec 12:18

Choose a tag to compare

Changes:

  • reorganize JSON output (group sections vendor and purpose )
  • small fixes in pod

v0.0.8

10 Dec 16:23

Choose a tag to compare

0.08

  • add TO_JSON method #5
  • substitute offset numbers by constants
  • fix typos in pod documentation
  • test tests for pod