Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate yahoo_finance_api to v2 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
yahoo_finance_api dependencies major 1.1.5 -> 2.1.0

Release Notes

xemwebe/yahoo_finance_api (yahoo_finance_api)

v2.1.0

  • enable to retreive asset metadata
  • enable to fetch capital gains available on Mutual Funds
  • fix: support quote where firstTradeDate equals null
  • fx rate example added

v2.0.1

re-export the time crate

v2.0.0

Breaking change: Method get_summary has to be removed, since this is no longer part of the free
API interface of yahoo! finance.

v1.6.1

Documentation update

v1.6.0

The members mumerator and denominator of struct Split has been changed to from u64 to f64.
Most often, these should be small integers, but at least in some cases, the API returns these
values as float. Fractional numerator or denominater seem to be unlikely, but not impossible,
therefore the struct was updated to accept float. Unfortunately, this is breaking change.

v1.5.0

New method add get_summary to extract a summary of various data on a list of given quotes.
There is a new example quote_summary demonstrating the output.

v1.4.0

Migration from chrono to time

v1.3.0

unwrap() removed
Switch to using thiserror crate for error propagation
Using Client instance of reqwest.
Error message have possibly changed and method build() could fail now.
New Feature: Stop request on timeout

v1.2.2

Bug fix in indexation, which in some cases caused failures when fetching the latest quote.

v1.2.1

New example with blocking feature.

v1.2.0

Added support for dividends and stock splits, see the new examples for splits and dividends and some code clean-up.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/yahoo_finance_api-2.x branch from a1f18a5 to 9dd4bb0 Compare July 6, 2023 12:19
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-2.x branch from 9dd4bb0 to 9b9ff0b Compare September 18, 2023 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants