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.
- build: update vunerable Newtonsoft.Json package to latest stable.
- Avoid memory leak by unsubscribing from
ReceivedMessageFrame
event.
1.0.0-alpha3 - 2018-10-11
- 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
- Deserialize message frame payload into object and include classes for public responses.
- First alpha release. A simple wrapper around the WebSocket to send and receive the message frame.