Skip to content

Releases: Petersoj/IQFeed4j

6.2-1.7.1

20 Jun 15:25
Compare
Choose a tag to compare

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

16 Jun 23:27
Compare
Choose a tag to compare

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

31 Dec 08:45
Compare
Choose a tag to compare

6.2-1.6.0 includes the following changes:

  • Add HistoricalFeedPool
  • Small bug fixes in AbstractFeed

6.2-1.5.5

30 Dec 10:46
Compare
Choose a tag to compare

6.2-1.5.5 includes the following changes:

  • Deadlock fix and clean up in AbstractFeed and implementing classes

6.2-1.5.4

28 Oct 05:55
Compare
Choose a tag to compare

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

23 Oct 19:35
Compare
Choose a tag to compare

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

12 Oct 23:28
Compare
Choose a tag to compare

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

07 Sep 03:03
Compare
Choose a tag to compare

6.2-1.5.1 makes FeedMessageListener a FunctionalInterface so that lambda expressions can be used.

6.2-1.5

17 Jul 04:02
Compare
Choose a tag to compare

6.2-1.5 fixes bugs with DerivativeFeed and includes various refactorings.

6.2-1.4

01 Jul 23:57
Compare
Choose a tag to compare
  • Small modifications to IQConnectExecutable
  • Fix typos and logging-related fields/method calls