Skip to content

Release 2.10.1

Compare
Choose a tag to compare
@neilcook neilcook released this 04 Jan 09:55
· 86 commits to master since this release
v2.10.1
03d519b

Release Notes for 2.10.1

Bug Fixes

  • Fixed bug in GeoIP2 lookups where return values were not populated

Fixed bug in GeoIP2 lookups where return values were not populated

The GeoIP2 LookupCity Lua function was never correctly implemented, so results were not exposed to Lua correctly.
This fix exposes the results using the correct method to ensure future operation.