Skip to content

Releases: Norgate-AV/NAVFoundation.Amx

v5.20.1

16 Feb 15:15

Choose a tag to compare

5.20.1 (2026-02-16)

🐛 Bug Fixes

  • comspec: change Baud type from integer to long (3f07f51)

v5.20.0

16 Feb 15:01

Choose a tag to compare

5.20.0 (2026-02-16)

🌟 Features

  • comspec: add ComSpec library (e2afb4a)

v5.19.0

12 Feb 14:14

Choose a tag to compare

5.19.0 (2026-02-12)

🌟 Features

  • cryptography: add sha384 hashing (c9535b5)
  • cryptography: add support for HMAC-SHA384 (1ccda81)
  • jwt: add support for HS384 algorithm (9264d3a)

v5.18.0

11 Feb 17:32

Choose a tag to compare

5.18.0 (2026-02-11)

🌟 Features

  • encoding: add base64url library (a8eed65)
  • cryptography: add hmac library (57e0066)
  • jwt: add initial jwt library implementation (3e07b1d)
  • toml: add initial TOML v1.1.0 parser implementation (9fa77d2)

v5.17.0

08 Feb 02:29

Choose a tag to compare

5.17.0 (2026-02-08)

🌟 Features

  • yaml: add initial YAML 1.2 library (9cb03aa)
  • json: add support for JSONC comments (5e75223)

v5.16.0

03 Feb 18:00

Choose a tag to compare

5.16.0 (2026-02-03)

🌟 Features

  • xml: add initial XML 1.0 parser with dot-notation query system (3982b35)

v5.15.1

02 Feb 15:44

Choose a tag to compare

5.15.1 (2026-02-02)

🐛 Bug Fixes

  • socket-utils: reduce excessive logging on connection failures (47e007a)

v5.15.0

02 Feb 12:59

Choose a tag to compare

5.15.0 (2026-02-02)

🌟 Features

  • core: add _NAVOptionalDevice struct for optional module integrations (896d60f)
  • modulebase: add CLOUDLOG_DEVICE property constant (f56464e)
  • string-utils: add multi-base parsing and digit validation helpers (cc3b0e0)
  • binary-utils: add NAVBinaryCountLeadingZeros function (8519d84)

v5.14.0

01 Feb 23:18

Choose a tag to compare

5.14.0 (2026-02-01)

🌟 Features

  • socket-utils: add high-level connection management API (3faefc0)
  • net-utils: add NAVNetIsMalformedIP and NAVNetParseHostname functions (221903f)
  • string-utils: add NAVParseBoolean function (2892cf7)

v5.13.2

30 Jan 18:02

Choose a tag to compare

5.13.2 (2026-01-30)

🐛 Bug Fixes

  • websocket: ensure socket cleanup on protocol errors (ac66c79)
  • socket-utils: prevent integer overflow in exponential backoff calculation (d5b44cc)