Skip to content

Releases: ksysoev/deriv-api

v0.5.3

10 Sep 13:11
Compare
Choose a tag to compare

API Schema update

Full Changelog: v0.5.2...v0.5.3

v0.5.2

20 Aug 13:48
1d052e5
Compare
Choose a tag to compare

What's Changed

  • Set default maximum message size for WebSocket connection by @ksysoev in #21

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Aug 13:05
4c0c58a
Compare
Choose a tag to compare

What's Changed

  • Add error handling and parsing for API responses by @ksysoev in #20

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Aug 13:42
2eecc54
Compare
Choose a tag to compare

What's Changed

  • Replace ws package and fix reading from ws connection by @ksysoev in #10
  • Remove API response interface by @ksysoev in #11
  • Refactor API and subscription tests by @ksysoev in #12
  • Lint code and add linting configuration by @ksysoev in #13
  • Add context handling to DerivAPI client by @ksysoev in #14
  • chore: Update Go version to 1.21 in GitHub Actions workflow and go.mod file by @ksysoev in #15
  • Upgrade golangci lint version by @ksysoev in #16
  • Adds context to API calls and updates code examples by @ksysoev in #17
  • Refactor code generation and flag handling by @ksysoev in #18
  • Rename API client struct and clean up fields by @ksysoev in #19

Full Changelog: v0.4.27...v0.5.0

v0.4.27

01 Jul 11:37
Compare
Choose a tag to compare

API Schema update

v0.4.26

22 Jun 05:48
Compare
Choose a tag to compare
  • API Schema Update

Full Changelog: v0.4.25...v0.4.26

v0.4.25

13 Jun 13:41
Compare
Choose a tag to compare
  • API Schema Update

v0.4.24

18 May 12:39
Compare
Choose a tag to compare
  • Updates API Schema
  • Updates source of schema changes

Full Changelog: v0.4.23...v0.4.24

v0.4.23

24 Apr 11:12
fa4b437
Compare
Choose a tag to compare

What's Changed

  • Upgrade dependencies and version of go by @ksysoev in #9
  • Schema updates