Skip to content

Releases: anqorithm/naqa-api

v1.9.1

28 Dec 09:55
Compare
Choose a tag to compare

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

28 Dec 09:42
Compare
Choose a tag to compare

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

27 Dec 22:15
Compare
Choose a tag to compare

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

27 Dec 19:29
Compare
Choose a tag to compare

1.8.0 (2024-12-27)

Features

  • docs: update README with correct year for stock API endpoint and improve formatting (0c9a0a4)

v1.7.0

27 Dec 19:06
Compare
Choose a tag to compare

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

27 Dec 18:56
Compare
Choose a tag to compare

1.6.0 (2024-12-27)

Features

  • handlers.go: enhance ApiV1Handler response with additional metadata and status information (f29d0b7)

v1.5.5

27 Dec 18:38
Compare
Choose a tag to compare

1.5.5 (2024-12-27)

Bug Fixes

  • api: update stock year in API request for accuracy (b051021)

v1.5.4

27 Dec 11:16
Compare
Choose a tag to compare

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

27 Dec 10:50
Compare
Choose a tag to compare

1.5.3 (2024-12-27)

Bug Fixes

  • docker: add gcc and musl-dev packages for building Go applications (baeed6d)

v1.5.2

27 Dec 10:31
Compare
Choose a tag to compare

1.5.2 (2024-12-27)

Bug Fixes

  • api: update base URL in environment variables for consistency (449291e)