Releases: intrinio/intrinio-realtime-csharp-sdk
Release 12.2.0
-Fix an issue with the realtime Greeks calculation
Release v12.1.2
version bump
Release 12.1.1
v12.1.1 version bump
Release 12.0.4
This version brings in three major updates.
-First is realtime greeks calculation. Use intrinio's Black-Scholes greek calculation or supply your own. Version 11's performance improvements and restructuring were required in order to facilitate this feature.
-Second is the local DataCache. This is an object that stores the most recent event of every type for a security and contract, as well as scalar values. You may decide to subscribe to when an event in the cache is updated. This allows greater context around the events as they occur.
-Third is the addition of the plugIn interface for the websocket clients. You still use the method delegates as normal, but if you have a class that implements the plugIn interface, you can supply it with others to the websocket at construction time and it will easily notify those classes as events occur as well, just like the method delegate. If you find yourself with a growing number of classes that need these updates, you may choose to implement the interface and pass it in instead of clouding up the main delegate.
Release 11.0.4
Updated Bid Candlestick handler.
Release 11.0.3
Version bump
Release 11.0.2
Tick constructor update for replay client.
Release v11.0.1
-This release has breaking changes to namespaces. This version primarily merges in the Options realtime client to be under the same repository, so namespaces need to make sense.
-This version also has significant performance and memory usage enhancements for both equities and options clients.
-This version updates options trade conditions mappings in the readme.
-This version enhances the client-side statistics reporting of the SDK, so users may now tell if they're falling behind or not.
-This version drops a dependency on a 3rd party websocket implementation in favor of the native library.
-The source code in this version has changed from F# to C#.
Release 11.0
-This release has breaking changes to namespaces. This version primarily merges in the Options realtime client to be under the same repository, so namespaces need to make sense.
-This version also has significant performance and memory usage enhancements for both equities and options clients.
-This version updates options trade conditions mappings in the readme.
-This version enhances the client-side statistics reporting of the SDK, so users may now tell if they're falling behind or not.
-This version drops a dependency on a 3rd party websocket implementation in favor of the native library.
-The source code in this version has changed from F# to C#.
Release v10.0.0
-updated project to use dotnet 8 (from 6)
-update auth token every connect