Skip to content

Releases: felipeoriani/Fynance

v1.2.0

04 Jun 01:35
Compare
Choose a tag to compare

This new version 1.2.0 includes:

Fixes:

  • Add SetUserAgent method to allow the user to pass it own http client instance. The default value is fynance.
  • The missing user-agent on the http request was causing Too Many Requests from Yahoo Finance API.

1.1.0

28 Sep 02:35
Compare
Choose a tag to compare

This new version 1.1.0 includes the features:

  • Internal improvements
  • Summary docs on the classes, method and arguments
  • Add SetHttpClient method to allow the user to pass it own http client instance. When not provided, a default http client will be defined.
  • A Ticker is not a diposable object, and it will dispose httpClient within the Ticker instance.