logstash-output-jdbc/CHANGELOG.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

2016-04-11 17:11:52 +00:00
# Change Log
All notable changes to this project will be documented in this file, from 0.2.0.
2016-05-03 16:42:47 +00:00
## [1.0.0-pre] - UNRELEASED
- Test coverage extended to multiple SQL engines
- Change: Timestamps are sent to SQL without timezone (See https://github.com/theangryangel/logstash-output-jdbc/issues/33 for justification)
2016-05-13 21:14:47 +00:00
- Change: Removes jar files from repository, in favour of vendoring using jar-dependencies
2016-05-14 21:29:32 +00:00
- Change: Updates to logstash-api v2.0
2016-05-13 21:14:47 +00:00
- Change: Switches from slf4j-nop to log4j for HikariCP logging
2016-05-20 15:30:48 +00:00
- Change: Now selectively retries only a subset of SQL Exceptions
2016-05-03 16:42:47 +00:00
## [0.2.7] - 2016-05-29
- Backport retry exception logic from v5 branch
- Backport improved timestamp compatibility from v5 branch
2016-05-02 17:11:27 +00:00
## [0.2.6] - 2016-05-02
- Fix for exception infinite loop
## [0.2.5] - 2016-04-11
2016-04-11 17:11:52 +00:00
### Added
- Basic tests running against DerbyDB
- Fix for converting Logstash::Timestamp to iso8601 from @hordijk
## [0.2.4] - 2016-04-07
2016-04-11 17:11:52 +00:00
- Documentation fixes from @hordijk
## [0.2.3] - 2016-02-16
- Bug fixes
2016-04-11 17:11:52 +00:00
## [0.2.2] - 2015-12-30
- Bug fixes
2016-04-11 17:11:52 +00:00
## [0.2.1] - 2015-12-22
- Support for connection pooling support added through HikariCP
- Support for unsafe statement handling (allowing dynamic queries)
- Altered exception handling to now count sequential flushes with exceptions thrown