Releases: WojciechZankowski/iextrading4j
Releases · WojciechZankowski/iextrading4j
IEXTrading4j v3.1.0
[3.1.0] - 2019-05-30
Added
- Support to U.S. Holidays and Trading Dates endpoint
- Support to Sectors endpoint
- Support to Tags endpoint
- Support to ISIN Mapping endpoint
- Support to Options Symbols endpoint
- Support to Data Points endpoint
Deleted
- IEX Api endpoints: Collections, Crypto, Delayed Quote, Dividends, Financials, IPO Calendar, Largest Trades, Logo, News, Peers, Price, Relevant, Sector Performance, Splits
IEXTrading4j v3.0.1
IEXTrading4j v3.0.0
[3.0.0] - 2019-04-15
Added
- Support to IEXCloud.io
IEXTrading4j v2.3.0
[2.3.0] - 2018-11-09
Added
- Crypto endpoint support
- Ipos endpoint support
- Collection endpoint support
- Today earnings endpoint support
- Java SE 10, Java SE 11 support
IEXTrading4j v2.2.5
IEXTrading4j v2.2.4
IEXTrading4j v2.2.3
[2.2.3] - 2018-09-19
Changed
- Add history hold field to IEX Corporate Actions
IEXTrading4j v2.2.2
[2.2.2] - 2018-07-04
Changed
- Fix issue with Jersey dependency and Spring Boot [#25]
- Updated external dependencies to the newest versions
IEXTrading4j v2.2.1
[2.2.1] - 2018-06-25
Changed
- Fix HIST request without parameters [#24]
- Removed output from acceptance test due to Travis log limit
IEXTrading4j v2.2.0
[2.2.0] - 2018-06-22
Added
- Support for DEEP websocket requests
- Exception handling
- E2E websocket tests
Changed
- Fixed toString method in Chart model // Issue#22