Skip to content

Releases: dxFeed/dxfeed-graal-net-api

0.6.0

03 Nov 14:00
Compare
Choose a tag to compare
  • Bump DxFeed.Graal.Native.SDK
  • Add IpfConnection

Full Changelog: 0.5.0...0.6.0

0.5.0

05 Oct 12:35
Compare
Choose a tag to compare
  • Add InstrumentProfileReader

Full Changelog: 0.4.0...0.5.0

0.4.0

07 Aug 12:49
Compare
Choose a tag to compare
  • Fix: Readme and docs

Full Changelog: 0.3.0...0.4.0

0.3.0

08 Jun 09:55
Compare
Choose a tag to compare
  • Feature: Add Help Tool
  • Feature: Add Help articles
  • Feature: Add LatencyTest tool
  • Fix: CandleSymbol
  • Feature: Add Candle Sample
  • Fix: Update readme

Full Changelog: 0.2.1...0.3.0

0.2.1

13 Mar 14:37
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

0.2.0

16 Feb 16:57
Compare
Choose a tag to compare
  • Feature: Bump DxFeed.Graal.Native version to 0.3.3
  • Feature: Bump QD version to 3.316
  • Refactor: Rework event mappers (now we can convert to/from native)
  • Feature: Add DXPublisher (now we can publish events)
  • Feature: Add WriteTapFile sample
  • Feature: Add option tape to DxFeed.Graal.Net.Tools (now we can tape events to file)
  • Feature: Add OptionSale market event
  • Fix: AnalyticOrder market event parsing
  • Feature: Add new field to Profile market event
  • Fix: Isolate and IsolateThread now correct attach/detach
  • Feature: Add ThreadExitManager for manage IsolateThread
  • Feature: Add PlatformUtil to identify the current platform
  • Refactor: Rework native handle, now use SafeHandle class
  • Feature: Add CmdArgUtils and improve sample (moved argument parsing to a separate class)
  • Feature: Add publishing Tools to CI/CD (include self-contained version)
  • Fix: ThreadExitManager. Workaround. Some linux distro have "libpthread.so.0" instead of "libpthread.so"
  • Feature: Add ConvertTapeFile sample
  • Feature: Add DXFeedFileParser sample
  • Feature: Add DXFeedSample sample
  • BREAKING_CHANGES: Rename DxFeed.Instance method to DxFeed.GetInstance, for more consistency

Full Changelog: 0.1.0...0.2.0

0.1.0

20 Jan 13:05
Compare
Choose a tag to compare
  • Feature: Add new events type (Candle, Profile, Summary, Greeks, Series, TheoPrice, Underlying)
  • Fix: Implement safe dispose for the DxEdnpoint
  • Fix: Complete to-do tasks in the Utils namespace
  • Fix: Complete to-do tasks in the DxEndpoint class
  • Feature: Add unit tests for DxEndpoint
  • Feature: Improve TimeFormat utils (no new instances are created for the same format, add added the ability to parse sting)
  • Feature: Add new tools to measure performance (PerfTools)
  • Feature: Add CandleSymbol (all candle attributes and market event symbols)
  • Feature: Add release cycle to CI/CD
  • Doc: Improve documentation

Full Changelog: https://github.com/dxFeed/dxfeed-graal-net-api/commits/0.1.0