Skip to content

Releases: bungle/lua-resty-ada

1.2.1

Choose a tag to compare

@bungle bungle released this 02 Jun 18:42
v1.2.1
88f0d1f

What's Changed

Fixed

  • Also try to load .so version 4.

Full Changelog: v1.2.0...v1.2.1

1.2.0

Choose a tag to compare

@bungle bungle released this 29 May 13:06
v1.2.0

Fixed

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

Added

  • get_version function
  • get_version_components function

Changed

  • Bumped Ada to 3.4.4

Full Changelog: v1.1.0...v1.2.0

1.1.0

Choose a tag to compare

@bungle bungle released this 03 Sep 12:59
v1.1.0

What's Changed

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

Full Changelog: v1.0.1...v1.1.0

1.0.1

Choose a tag to compare

@bungle bungle released this 20 Aug 18:28
v1.0.1

What's Changed

Removed

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

Added

  • Explicitly free Ada URL object on invalid URLs

Full Changelog: v1.0.0...v1.0.1

1.0.0

Choose a tag to compare

@bungle bungle released this 08 Aug 19:52
v1.0.0
4b3b129

Summary

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

New Contributors

  • @gszr made their first contribution in #2

Full Changelog: https://github.com/bungle/lua-resty-ada/commits/v1.0.0