Releases: anqorithm/naqa-api
Releases · anqorithm/naqa-api
v1.9.1
1.9.1 (2024-12-28)
Bug Fixes
- constants.go: update AvailableYears to include years from 2018 to 2023 for accurate stock data availability (3146f5a)
v1.9.0
1.9.0 (2024-12-28)
Features
- api: update base URL for local development and add versioning to health check endpoint (cbc5720)
v1.8.1
1.8.1 (2024-12-27)
Bug Fixes
- stocks.go: remove unnecessary stock not found error responses to simplify error handling (1e6f986)
v1.8.0
1.8.0 (2024-12-27)
Features
- docs: update README with correct year for stock API endpoint and improve formatting (0c9a0a4)
v1.7.0
1.7.0 (2024-12-27)
Features
- api.http: update baseUrl to localhost for local development and adjust API endpoints for clarity (8f690ea)
v1.6.0
1.6.0 (2024-12-27)
Features
- handlers.go: enhance ApiV1Handler response with additional metadata and status information (f29d0b7)
v1.5.5
1.5.5 (2024-12-27)
Bug Fixes
- api: update stock year in API request for accuracy (b051021)
v1.5.4
1.5.4 (2024-12-27)
Bug Fixes
- api: update base URL and modify stock year in API requests for accuracy (c4ceb0a)
v1.5.3
1.5.3 (2024-12-27)
Bug Fixes
- docker: add gcc and musl-dev packages for building Go applications (baeed6d)
v1.5.2
1.5.2 (2024-12-27)
Bug Fixes
- api: update base URL in environment variables for consistency (449291e)