v2.0.0
There were multiple contributors to this release:
@JamiePrentice added enpoints to RefData (#11, #13), Stocks (#14), Crypto (#15), Forex (#17, #18), CorporateActions (#19), EconomicData (#34), and Enum descriptions (#21). He also fixed VolumeByVenue (#12), added ConfigureAwait (#22), refactored MarketInfo (#24, #26), removed deprecated Legacy endpoints (#39), and other tidying (#20, #27, #28, #35).
@longpshorn added Options (#23, #36), AnalystRecommendations (#25), CEOComp/SocialSentiment/Treasuries (#29), News (#32), Commodities (#33), improved Enum descriptions (#31), and other tidying/additions (#38, #43).
@amine-mejaouel fixed duplicate PK injections (#9) and added IncomeStatementAsync Period param (#10).
In addition, there has been further work behind the scenes cleaning up code and reorganizing categories:
- StockService has been broken up into its components: Batch, Prices, Profiles, Fundamentals, and Research.
- AlternativeDataService and SSEService have been removed.
- Namespace changes were made, including removing the VSLee prefix, as well as renaming V2 to Cloud and V1 to Legacy.
- Because of these breaking changes, the major version number has been incremented to 2.0.0.
- Issues #2, #4, and #8 were resolved.