Skip to content

Releases: soulgarden/twelvedata

v1.0.1

16 Mar 20:53
09cf817

Choose a tag to compare

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

15 Feb 17:28
787840a

Choose a tag to compare

First stable v1 release.

Highlights

  • New typed Client API: endpoint calls accept request.* structs and return (response.*, response.Credits, error).
  • Request/response models split into request/ and response/ 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

17 Mar 19:05
c346b6f

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

02 Mar 21:53
bec8040

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

12 Nov 11:33
d061403

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

03 Nov 19:54
248454b

Choose a tag to compare

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

06 May 20:54
37a629c

Choose a tag to compare

Updated packages and go version

v0.1.4

04 Dec 13:24
ae3e00e

Choose a tag to compare

Twelvedata api updates, new attributes, nullable values

v0.1.3

18 Oct 19:46

Choose a tag to compare

Less errors in logs

v0.1.2

15 Oct 18:17

Choose a tag to compare

Added mic_code support