Skip to content

Releases: world-federation-of-advertisers/virtual-people-common

v0.5.0

16 Dec 19:23
4b14aed
Compare
Choose a tag to compare

What's Changed

  • Mark user_agent field as deprecated in LabelerInput proto. by @wliue in #66
  • build: Update dependency versions by @SanjayVas in #67

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Jan 22:25
ca83e49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Sep 19:17
097d16b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

27 Jun 05:02
317c3b8
Compare
Choose a tag to compare

What's Changed

  • Add protobuf for geometric shredding. by @tcsnfkx in #60

Full Changelog: v0.2.3...v0.2.4

v0.2.3

25 Apr 17:21
55fc7a9
Compare
Choose a tag to compare

What's Changed

  • Fix broken test runner version by @jonmolle in #59
  • Add a space for event collections in the labeler input. by @jonmolle in #58

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Sep 19:14
4aae24e
Compare
Choose a tag to compare
Read/write/compare uint32 and uint64 proto fields as unsigned values.…

v0.2.1

06 Sep 20:03
ce95424
Compare
Choose a tag to compare
Add kt_jvm_proto targets for common protos (#47)

v0.2.0

02 Sep 17:28
6dbcda7
Compare
Choose a tag to compare
Implement the kotlin AndFilter and OrFilter. (#45)

v0.1.0: Check for Status explicitly when calling IsOk

06 Apr 19:31
8dd8d59
Compare
Choose a tag to compare
Minor fixes. (#29)

* Check for Status explicitly when calling IsOk.

* Remove unused "using" statement.

* Fix tests for TRUE filter.