Skip to content

v0.1.0

Compare
Choose a tag to compare
@MarketDataApp MarketDataApp released this 06 Feb 21:54
· 54 commits to main since this release

Release Notes for Version 0.1.0

We are excited to announce the release of version 0.1.0 of the Market Data's Official Go SDK. This initial release marks a significant milestone in our journey to provide a robust and easy-to-use SDK for interacting with Market Data APIs. Below are the key highlights of this release:

Features:

  • Core Functionality: The SDK now supports all the primary endpoints for market data retrieval, including stocks, options, and indices. Users can fetch data like quotes, candles, earnings, and news with minimal setup.
  • Authentication: Simplified authentication process with the Market Data API using API tokens. Users can easily set their token via environment variables or directly within their code.
  • Installation: The SDK can be quickly installed using the go get command, streamlining the setup process for Go developers.

Enhancements:

  • Improved Documentation: Comprehensive documentation has been added to the README file, providing clear instructions on installation, authentication, and usage examples for different endpoints.

New Additions:

  • Client Package Tests: A suite of tests for the client package has been introduced in this release. These tests ensure that the SDK's core functionality works as expected and will help in maintaining the reliability of the SDK as new features and updates are rolled out.

Known Issues:

  • As this is a pre-alpha version of the SDK, users might encounter unexpected behaviors or limitations. We are actively working on addressing these issues and enhancing the SDK's functionality.

Getting Started:

To get started with the Market Data Go SDK, please refer to the installation instructions and example usage in the README file. Your feedback and contributions are welcome as we continue to improve and expand the SDK's capabilities.

Acknowledgments:

A big thank you to all the contributors and users of the Market Data Go SDK. Your support and feedback have been invaluable in making this release possible.


We encourage all users to update to the latest version to take advantage of the new features and improvements. For any issues or feedback, please reach out through our support channels or GitHub issues.

Happy coding!

The Market Data SDK Team