Releases: soulgarden/twelvedata
Releases · soulgarden/twelvedata
v1.0.1
What's Changed
- Align API structure with Twelve Data docs and add press releases by @soulgarden in #36
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First stable v1 release.
Highlights
- New typed
ClientAPI: endpoint calls acceptrequest.*structs and return(response.*, response.Credits, error). - Request/response models split into
request/andresponse/and aligned with the Twelve Data API. - Configuration reworked (
Conf+ grouped endpoint paths); query parameters are encoded from request structs. - WebSocket client/parser reworked with clearer event channels and more robust shutdown behavior.
- Richer error types + helper predicates (e.g.
IsUnauthorizedError,IsPlanLimitationError). - Updated examples:
examples/etf_example,examples/ws_example,examples/error_handling.
Upgrade notes
- This release is breaking compared to
v0.1.x. - Migration guide:
MIGRATION.md.
v0.1.9
What's Changed
- Linters update by @soulgarden in #10 and #11
- Bump the all group with 6 updates by @dependabot in #9
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Create dependabot.yml by @soulgarden in #6
- Bump the all group with 3 updates by @dependabot in #7
- Bump the all group with 8 updates by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
What's Changed
- Updated packages version, added new field to ws price change event by @soulgarden in #4
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Updated packages and go version
v0.1.4
Twelvedata api updates, new attributes, nullable values
v0.1.3
Less errors in logs
v0.1.2
Added mic_code support