fix(stocks): Fix Yahoo provider request handling and bump dependency versions
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-09-24 - 1.6.1 - fix(stocks)
|
||||
Fix Yahoo provider request handling and bump dependency versions
|
||||
|
||||
- Refactored Yahoo Finance provider to use SmartRequest.create() builder and await response.json() for HTTP responses (replaces direct getJson usage).
|
||||
- Improved batch and single-price fetching to use the SmartRequest API, keeping User-Agent header and timeouts.
|
||||
- Added a compile-time type-check alias to ensure IStockPrice matches tsclass.finance.IStockPrice.
|
||||
- Bumped development and runtime dependency versions (notable bumps include @git.zone/tsbuild, @git.zone/tstest, @push.rocks/qenv, @push.rocks/smartarchive, @push.rocks/smartdata, @push.rocks/smartfile, @push.rocks/smartlog, @push.rocks/smartpath, @push.rocks/smartrequest, @tsclass/tsclass).
|
||||
- Added .claude/settings.local.json to grant local CI permissions for a few Bash commands.
|
||||
|
||||
## 2025-07-12 - 1.6.0 - feat(readme)
|
||||
Revamp documentation and package description for enhanced clarity
|
||||
|
||||
|
Reference in New Issue
Block a user