Skip to content

Releases: world-federation-of-advertisers/common-jvm

v0.61.0

03 Aug 17:59
d6e938e
Compare
Choose a tag to compare

What's Changed

  • Allow known types to be specified for ProtoReflection. by @SanjayVas in #208

Full Changelog: v0.60.0...v0.61.0

v0.60.0

05 Jul 17:19
8f5eefc
Compare
Choose a tag to compare

What's Changed

  • Add utility function to convert google.type.Interval to OpenEndTimeRange. by @SanjayVas in #205

Full Changelog: v0.59.0...v0.60.0

v0.59.0

28 Jun 18:28
fc577b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.58.0...v0.59.0

v0.58.0

26 Jun 11:15
cc9b8d7
Compare
Choose a tag to compare

Add byteOrder param to functions that convert between Longs and bytes.

v0.57.0

21 Jun 20:24
08d9358
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.56.0...v0.57.0

v0.56.0

07 Jun 21:18
d1145ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.2...v0.56.0

v0.55.0

21 Apr 17:35
f312135
Compare
Choose a tag to compare

What's Changed

  • Factor out PostgresWriter class to common-jvm repo (#191)

New Contributors

Full Changelog: v0.54.1...v0.55.0

v0.54.1

19 Apr 17:08
e1c9b66
Compare
Choose a tag to compare

What's Changed

  • Pulling out grpc_extra_deps and updating the go_register_toolchains version by @bdomen-ggl in #189

New Contributors

Full Changelog: v0.54.0...v0.54.1

v0.54.0

07 Apr 17:03
695d7fe
Compare
Choose a tag to compare

Potentially Breaking Changes

  • The rules_docker update enables transitions that may conflict with other build constraints. These can be disabled using the --@io_bazel_rules_docker//transitions:enable=false option.
  • Protobuf libraries from Maven are used. In order to prevent conflicts, the "lite" versions of these libraries must be excluded. If your maven_install target already references COMMON_JVM_EXCLUDED_ARTIFACTS, then no change should be needed.

What's Changed

Full Changelog: v0.53.2...v0.54.0

v0.53.2: Do not require an AKID for a root certificate. (#184)

10 Mar 21:42
8fd8db9
Compare
Choose a tag to compare

What's Changed

  • Removes the requirement for root certs to have an AKID to be trusted. By @jonmolle in #184