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 1.6.1 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
yahoo_finance_api dependencies minor 1.1.5 -> 1.6.1

Release Notes

xemwebe/yahoo_finance_api (yahoo_finance_api)

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 changed the title Update Rust crate yahoo_finance_api to 1.2.1 Update Rust crate yahoo_finance_api to 1.2.2 Jul 7, 2021
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-1.x branch from fdc77c1 to 61bdb25 Compare July 7, 2021 08:46
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-1.x branch from 61bdb25 to 84533f5 Compare September 25, 2022 16:16
@renovate renovate bot changed the title Update Rust crate yahoo_finance_api to 1.2.2 Update Rust crate yahoo_finance_api to 1.3.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-1.x branch from 84533f5 to f143b05 Compare November 20, 2022 15:58
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-1.x branch from f143b05 to 456f0ca Compare March 16, 2023 18:07
@renovate renovate bot changed the title Update Rust crate yahoo_finance_api to 1.3.0 Update Rust crate yahoo_finance_api to 1.4.0 Mar 16, 2023
@renovate renovate bot changed the title Update Rust crate yahoo_finance_api to 1.4.0 Update Rust crate yahoo_finance_api to 1.5.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-1.x branch from 456f0ca to a06df40 Compare April 17, 2023 12:54
@renovate renovate bot changed the title Update Rust crate yahoo_finance_api to 1.5.1 Update Rust crate yahoo_finance_api to 1.6.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/yahoo_finance_api-1.x branch from a06df40 to e32e332 Compare May 28, 2023 08:47
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