Releases: Petersoj/IQFeed4j
Releases · Petersoj/IQFeed4j
6.2-1.7.1
6.2-1.7.1
includes the following changes:
- Update dependency versions to latest stable versions (CVEs were found in some dependencies)
Full Changelog: 6.2-1.7.0...6.2-1.7.1
6.2-1.7.0
6.2-1.7.0
includes the following changes:
- Add
TradeCorrection
to Level1Feed
- Small refactorings
- Small Javadoc format changes
Full Changelog: 6.2-1.6.0...6.2-1.7.0
6.2-1.6.0
6.2-1.6.0
includes the following changes:
- Add
HistoricalFeedPool
- Small bug fixes in
AbstractFeed
6.2-1.5.5
6.2-1.5.5
includes the following changes:
- Deadlock fix and clean up in
AbstractFeed
and implementing classes
6.2-1.5.4
6.2-1.5.4
attempts to fix NPE/ParseExceptions thrown on init due to iqfeed4j.default.properties
not existing on the system class loader's classpath (happens in Spring boot).
6.2-1.5.3
6.2-1.5.3
fixes NumberFormatExceptions
due to integer overflow when mapping large integer fields that are typically interval volume-related. Now all volume-related fields in historical lookup objects are of type Long
instead of Integer
.
6.2-1.5.2
6.2-1.5.2
includes the following changes:
AbstractFeed
now uses subclass loggers
- Fix System message error logging in some feeds
- Code cleanup
6.2-1.5.1
6.2-1.5.1
makes FeedMessageListener
a FunctionalInterface
so that lambda expressions can be used.
6.2-1.5
6.2-1.5
fixes bugs with DerivativeFeed
and includes various refactorings.