Skip to content

v0.16.0

Latest

Choose a tag to compare

@vgs-ci-bot vgs-ci-bot released this 17 Feb 10:43
a58d222

0.16.0 (2026-02-03)

Features

  • compatibility: Expose the Python __LENGTH_HINT__ magic method in PyProtocols. This is used to help identify how many items a particular iterator will possess. (ad6430d)
  • compat: mimic python's builtins.callable + builtins.reversed + builtins.NotImplemented for easier porting. (5a21a5a)

Bug Fixes

  • add apt-get update for dist-linux step (#23) (1303b01)
  • bug: When using a BufferedBlockCipher, check if there's any further buffer left over before calling doFinal. (#311) (d419b6b)
  • Dockerfile to reduce vulnerabilities (#247) (e66bc94)
  • Dockerfile to reduce vulnerabilities (#376) (4d3625f)
  • larky/pom.xml to reduce vulnerabilities (#318) (1606337)
  • runlarky/pom.xml to reduce vulnerabilities (#333) (3e41b48)
  • SD-4274: gha migration (#696) (2b542ad)
  • upgrade com.google.auto.value:auto-value-annotations from 1.8.2 to 1.9 (#236) (4df5084)
  • upgrade com.google.crypto.tink:tink from 1.5.0 to 1.6.1 (#174) (cbe6ef8)
  • upgrade com.google.flogger:flogger-system-backend from 0.7.1 to 0.7.2 (#233) (b3c5e96)
  • upgrade com.google.guava:guava from 30.1-jre to 30.1.1-jre (#98) (e355aae)
  • upgrade com.google.re2j:re2j from 1.5 to 1.6 (#94) (9206e2b)
  • upgrade junit:junit from 4.13.1 to 4.13.2 (#85) (3f0fa6b)
  • upgrade org.bouncycastle:bcprov-debug-jdk15to18 from 1.69 to 1.70 (#229) (8c77aeb)
  • upgrade org.projectlombok:lombok from 1.18.20 to 1.18.22 (#193) (0f01e5f)

Miscellaneous Chores

  • PoorManGenerator move to larky and rename to DeterministicGenerator (ad6430d)