Skip to content

1.11.0 -- 2025-06-17

Choose a tag to compare

@imabhichow imabhichow released this 27 Jun 20:09
· 82 commits to main since this release
fb18ea5

1.11.0 (2025-06-17)

This release is available in the following languages:

  • Java
  • Python

Fixes -- All Languages

  • dafny: bump Dafny libraries for JSON fix (#1517) (d8679e5)

Maintenance -- All Languages

  • dafny: BK fix to extract encryption context for branch key materials (#1523) (95856ac)
  • dafny: don't recalculate RSA key on every decrypt (#1448) (f318912)
  • dafny: Make HasSubString generic (#1549) (6a1017f)
  • dafny: more using uint64 instead of nat (#1490) (571e3c5)
  • dafny: store privateKey in RawRSAKeyring because some Java code needs it (#1450) (1c29322)
  • dafny: support for memory size constraints (#1481) (8d2c2b5)
  • dafny: update UInt and MemoryMath as needed for DB-ESDK (#1488) (49e596b)

Maintenance -- Java

  • java: migrate to Nexus Central for Maven publishing (#1553) (7d2fcd3)

Maintenance -- Go

  • go: implement missing MutableMap::content() (#1519) (f033b91)
  • go: remove print statements from testLotsOfAdding (#1468) (594383c)

Maintenance -- Rust

  • rust: remove print statements from testLotsOfAdding (#1469) (9cf1dce)
  • rust: update smithy-dafny, use small-int feature (#1437) (515995e)

Miscellaneous