Skip to content

Releases: ahasunos/nse_data

v0.2.0

18 Sep 15:19
Compare
Choose a tag to compare

What's Changed

  • Integrate api_wrapper for API Management and Refactor Code for Improved Maintainability by @ahasunos in #43

Full Changelog: v0.1.1...v0.2.0

v0.1.1 - Beta Release

10 Sep 17:38
299b784
Compare
Choose a tag to compare
v0.1.1 - Beta Release Pre-release
Pre-release

Description

This is the initial beta release of the nse_data gem, designed to interact with the National Stock Exchange (NSE) of India's API. The gem provides developers with a simple interface to retrieve stock market data.

For detailed changes in this release, please refer to the CHANGELOG.md, and for usage instructions, check out the README.md.

Known Limitations

  • The core logic for handling dynamic API endpoints will be extracted into a separate gem in future iterations.
  • API rate limiting is not yet implemented.
  • Error handling will be improved in future versions.

Your feedback and support mean a lot as I work toward a stable release—I'll keep trying my best (and hopefully won’t give up along the way)!

What's Changed

  • Configure ci workflows by @ahasunos in #1
  • Implement few API calls to nse by @ahasunos in #2
  • doc: update readme with some relevant info by @ahasunos in #3
  • spec: add code coverage & its workflow by @ahasunos in #4
  • fix: introduce auto version bumper using semantic release by @ahasunos in #5
  • fix: update package.json and package-lock.json by @ahasunos in #6
  • fix: update node version by @ahasunos in #7
  • chore: remove semantic release bumper by @ahasunos in #8
  • ci: add version bump gh workflow by @ahasunos in #10
  • fix: update regex to capture both single/double quotes around version by @ahasunos in #11
  • fix: update gh action permission to write to repo by @ahasunos in #12
  • ci: update version_bump script to skip version bumping by @ahasunos in #15
  • doc: setup yard & it's required rake task by @ahasunos in #13
  • fix: debug version bumper by @ahasunos in #16
  • ci: add bundler audit to scan vulnerabilities by @ahasunos in #14
  • debug: check if PR labels are getting fetched by @ahasunos in #17
  • fix: handle multiple labels in the PR by @ahasunos in #23
  • ci: add testing matrix for verifying compatibility by @ahasunos in #27
  • implement get calls to some of the publicly available nse apis by @ahasunos in #28
  • docs & comments auto generated by @ahasunos in #29
  • docs: update readme of repo by @ahasunos in #30
  • ci: add templates for pr and issues by @ahasunos in #31
  • Feat/expose methods via nse data module by @ahasunos in #36
  • Implement caching mechanism in the library by @ahasunos in #37
  • Implement logging system in the library by @ahasunos in #39
  • update changelog for initial release by @ahasunos in #40
  • chore: update changelog uri and docs by @ahasunos in #41
  • chore: add rubygem badge by @ahasunos in #42

New Contributors

Full Changelog: https://github.com/ahasunos/nse_data/commits/v0.1.1