Skip to content

3.0.27

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:21

Release Date: August 01, 2014

New Features

  • Support setting LuaConfig.SourceDirectory from command line (i.e. java -Dlua.dir="directorypath" myapp).
  • Support passing list/map to client lua functions in queryAggregrate().
  • Support remove() in large collections.
  • Classes implementing the 'close()' method now implement the java.io.Closeable interface to enable the use of java7 try-with-resources construct.
  • Add IntelliJ project file extension to .gitignore.

Bug Fixes

  • Use "LuaCache.class.getClassLoader().getResourceAsStream(path)" instead of "ClassLoader.getSystemResourceAsStream(path)" when loading lua resource files.
  • Propagate error message when query aggregation fails.

Full Changelog: 3.0.26...3.0.27