Skip to content

Fin-Maestro-Kin v0.3.3

Latest
Compare
Choose a tag to compare
@devfinwiz devfinwiz released this 23 Sep 21:09
6b726a8

image

Summary

Version v0.3.3 introduces essential fixes and security updates, including resolving the issue related to gathering NSE tickers and upgrading dependencies to mitigate security vulnerabilities.

Changes Made

  1. Fix Issues Related to /equities/equity-tickers Endpoint:

    • Resolved issue #40 to address the problem of gathering a list of NSE tickers from the NSE indices. This fix ensures accurate retrieval of ticker data and improves overall API reliability.
  2. Security Vulnerability Fixes:

    • Upgraded fastapi to version 0.114.2 to address known vulnerabilities and improve framework security.
    • Upgraded requests to version 2.32.3, enhancing security for HTTP requests handling.
    • Upgraded numpy to version 1.26.4, fixing security issues and ensuring better performance.

Impact

  • Enhanced Security: Upgrading core dependencies eliminates security vulnerabilities, making the application more secure and stable.
  • Improved Data Reliability: Fixes to the NSE tickers issue ensure consistent and accurate data fetching, leading to more reliable performance for users.

Docker Image Update

  • Pushed an updated Docker image with version v0.3.3, tagged as latest, ensuring users have access to the most recent version of the application with the latest fixes and enhancements.

Contributors