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
-
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.
-
Security Vulnerability Fixes:
- Upgraded
fastapi
to version0.114.2
to address known vulnerabilities and improve framework security. - Upgraded
requests
to version2.32.3
, enhancing security for HTTP requests handling. - Upgraded
numpy
to version1.26.4
, fixing security issues and ensuring better performance.
- Upgraded
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 aslatest
, ensuring users have access to the most recent version of the application with the latest fixes and enhancements.