Releases: ooples/OoplesFinance.YahooFinanceAPI
v1.7
What's Changed
- Doing some nuget package updates and other minor changes by @ooples in #98
- Throttling + All History Data by @andrew-baylis in #99
- Dont fetch crumb on destroy by @tanevanwifferen in #102
New Contributors
- @andrew-baylis made their first contribution in #99
- @tanevanwifferen made their first contribution in #102
Full Changelog: v1.6.9...v1.7
v1.6.9
What's Changed
- Modified the GetHistoricalData method to return a single class of stock data values to make it easier to parse through the data by @ooples in #93
- Made sure volume value type was changed to long since it was throwing an exception for certain symbols by @ooples in #94
- Went ahead and changed all volume data types to int 64 since some exceptions were still happening by @ooples in #95
- Replaced some volume values with long instead of double by @ooples in #96
Full Changelog: v1.6.5...v1.6.9
v1.6.5
What's Changed
- Added a more descriptive exception message for an unhandled status co… by @ooples in #70
- Updated version by @ooples in #71
- Changed the error message for status codes that aren't being handled by @ooples in #73
- Bump xunit.runner.visualstudio from 2.5.7 to 2.8.1 by @dependabot in #82
- Bump xunit from 2.7.0 to 2.8.1 by @dependabot in #81
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #79
- Bump System.Text.Json from 8.0.3 to 8.0.4 by @dependabot in #88
- Bump System.Text.Json from 8.0.3 to 8.0.4 in /tests/TestConsoleApp by @dependabot in #87
- Bump xunit from 2.8.1 to 2.9.0 by @dependabot in #86
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 by @dependabot in #85
- Bump jetbrains.dotcover.globaltool from 2023.2.4 to 2023.2.5 by @dependabot in #84
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #89
- Fixed issues with csv methods since Yahoo doesn't support them by @ooples in #92
Full Changelog: v1.6.2...v1.6.5
Version 1.6.2
What's Changed
- Fixed a null reference issue on certain conditions for GetChartInfoAs… by @ooples in #63
- Bump coverlet.msbuild from 6.0.1 to 6.0.2 by @dependabot in #67
- Bump System.Text.Json from 8.0.2 to 8.0.3 by @dependabot in #66
- Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #65
- Bump jetbrains.dotcover.globaltool from 2023.2.3 to 2023.2.4 by @dependabot in #64
- Did some minor code cleanup by @ooples in #69
Full Changelog: v1.6...v1.6.2
Version 1.6
What's Changed
- Bump xunit.runner.visualstudio from 2.4.5 to 2.5.1 by @dependabot in #31
- Bump xunit from 2.4.2 to 2.5.1 by @dependabot in #30
- Bump NSubstitute from 5.0.0 to 5.1.0 by @dependabot in #29
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 by @dependabot in #28
- Bump FluentAssertions from 6.11.0 to 6.12.0 by @dependabot in #27
- Bump xunit from 2.5.1 to 2.5.2 by @dependabot in #33
- Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by @dependabot in #32
- Bump xunit from 2.5.2 to 2.5.3 by @dependabot in #34
- Bump xunit.runner.visualstudio from 2.5.3 to 2.5.6 by @dependabot in #44
- Bump System.Text.Json from 7.0.3 to 8.0.1 by @dependabot in #46
- Bump xunit from 2.5.3 to 2.6.6 by @dependabot in #47
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0 by @dependabot in #48
- Update release.yml by @ooples in #50
- Update codeql.yml by @ooples in #51
- Create Configuration.xml by @ooples in #52
- Create dotnet-tools.json by @ooples in #53
- Update README.md by @ooples in #54
- Bump System.Text.Json from 8.0.1 to 8.0.2 by @dependabot in #55
- Support crumb and cookie to fetching data by @oscar811 in #49
- Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot in #58
- Bump xunit from 2.6.6 to 2.7.0 by @dependabot in #57
- Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #61
- Bump coverlet.msbuild from 6.0.0 to 6.0.1 by @dependabot in #60
- Avoid to dispose HttpClient and reset HttpClientHandler to default value by @oscar811 in #59
- Doing some refactoring on crumb helper and unit tests by @ooples in #62
New Contributors
Full Changelog: v1.5...v1.6
v1.5
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #8
- Bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #14
- Bump coverlet.msbuild from 3.2.0 to 6.0.0 by @dependabot in #13
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #12
- Bump FluentAssertions from 6.10.0 to 6.11.0 by @dependabot in #11
- Fixed a bug reported by @Lilxxchrisxx
Full Changelog: v1.4.0...v1.5
v1.4.0
What's Changed
Added a whole bunch of new methods
- Bump NSubstitute from 4.4.0 to 5.0.0 by @dependabot in #6
- Bump FluentAssertions from 6.9.0 to 6.10.0 by @dependabot in #5
Full Changelog: v1.3.3...v1.4.0
v1.3.3
I added over 30 new methods to get various stock info from getting top mutual funds to getting morningstar five star stocks
I made a switch to a different json api so expect many changes in the next few weeks. I'm also in the process of adding another 20 methods to get various stock info.
Let me know if you have any suggestions or if you encounter any bugs!
v1.2.0 (Added a bunch of new features)
We have added a bunch of new features and please check our readme section for a full list of examples for all 39 data types that we support
Full Changelog: v1.0.4...v1.2.0
v1.0.4 Added Stock Recommendations
We have just added the ability to get stock recommendations for any stock symbol