- Fixed driver loading #35
- Added support for prepared statements PR 32
- Added support for
sequel_opts
to pass options to the 3rd party Sequel library.
- Added support for driver loading in JDK 9+ Issue 25
- Added support for multiple driver jars Issue #21
- Fixes connection leak in pipeline reloads by properly disconnecting on plugin close
- #11 Swap out mysql for postgresql for testing
- JDBC input - #263 Load the driver with the system class loader. Fixes issue loading some JDBC drivers in Logstash 6.2+
- Update gemspec summary
- Fix some documentation issues
- Initial release
- Added LRU + TTL Cache