Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.13 KB

File metadata and controls

44 lines (38 loc) · 1.13 KB

Changelog

All notable changes to lua-resty-ada will be documented in this file.

[1.2.1] - 2026-06-02

Fixed

  • Also try to load .so version 4.

[1.2.0] - 2026-05-29

Fixed

  • Ada library will now be also loaded from .so|.dylib., in addition to wrong ..so|.dylib.

Added

  • get_version function
  • get_version_components function

Changed

  • Bumped Ada to 3.4.4

[1.1.0] - 2024-09-03

Added

  • url:decode method
  • ada.decode function
  • ada.search_encode function
  • ada.search.encode function
  • search:decode method
  • search:decode_all method
  • ada.search_decode function
  • ada.search.decode function
  • ada.search_decode_all function
  • ada.search.decode_all function

Changed

  • The set_port to not allow negative or positive inf or NaN

Updated

  • The CI is now executed against Ada 2.9.2

[1.0.1] - 2024-08-20

Removed

  • The unnecessary :is_valid was removed (the URL is validated when parsed)

Added

  • Explicitly free Ada URL object on invalid URLs

[1.0.0] - 2024-08-08

Added

  • Initial, but complete, implementation of LuaJIT FFI bindings to Ada