Skip to content

Version 3.6.3 2026-03-19

Choose a tag to compare

@F1xGOD F1xGOD released this 19 Mar 08:11
· 59 commits to main since this release

[v3.6.3] - 2026-03-19

Compare: v3.6.2...v3.6.3

Added

  • New AN7 / DEAN7 reversible stealth anonymization support in C++, Python, and Java.
  • Shared repository VERSION source with cross-runtime build/version metadata plumbing.
  • Release manifest generation and version-sync validation for packaged artifacts.
  • C++ CLI completion and stronger version/build reporting for release diagnostics.

Changed

  • Release workflows now enforce full-support artifacts instead of silently accepting degraded Argon2/OQS/LZMA builds.
  • Release asset handling was tightened around canonical, architecture-qualified outputs and shared metadata.
  • C++, Python, and Java version/capability reporting was aligned around the same repository version and build inputs.
  • Documentation, compatibility notes, and website release metadata were synchronized around the new release process.

Fixed

  • Java CLI build regression caused by missing version-command wiring/import coverage.
  • Redundant CI/release pre-build work, including unnecessary repeated liboqs setup in cached workflow paths.
  • Workflow/package inconsistencies that could ship artifacts without the intended full crypto feature set.

Notes

  • v3.6.3 is a release-hardening and interoperability release: stealth anonymization, stricter packaging, and consistent metadata are the main user-visible changes.
  • Python and Java now follow the repository VERSION file directly, so version bumps no longer need separate per-runtime edits beyond the shared source.