Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • build: update vunerable Newtonsoft.Json package to latest stable.
  • Avoid memory leak by unsubscribing from ReceivedMessageFrame event.

1.0.0-alpha3 - 2018-10-11

Added

  • Add AlphaPointClient class that calls the WebSocket client.
  • Add response classes for the products, instruments, and miscellaneous sections.

1.0.0-alpha2 - 2018-10-10

Added

  • Deserialize message frame payload into object and include classes for public responses.

1.0.0-alpha1 - 2018-10-09

Added

  • First alpha release. A simple wrapper around the WebSocket to send and receive the message frame.