Releases: clickviewapp/Extensions
Releases · clickviewapp/Extensions
1.8.0
What's Changed
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #170
- Support adding a body to PATCH requests by @kevinwell in #172
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #171
- Handle token responses without an expiry by @kevinwell in #173
- Update editorconfig by @MrSmoke in #174
- Update all files to use file scoped namespaces by @MrSmoke in #175
- Add AsReadOnlyCollection by @MrSmoke in #176
New Contributors
- @kevinwell made their first contribution in #172
Full Changelog: 1.7.0...1.8.0
1.8.0-rc2
1.8.0-rc1
What's Changed
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #170
- Support adding a body to PATCH requests by @kevinwell in #172
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #171
- Handle token responses without an expiry by @kevinwell in #173
- Update editorconfig by @MrSmoke in #174
- Update all files to use file scoped namespaces by @MrSmoke in #175
New Contributors
- @kevinwell made their first contribution in #172
Full Changelog: 1.7.0...1.8.0-rc1
1.7.0
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #158
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #154
- Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #157
- Bump Microsoft.Extensions.DependencyInjection from 9.0.10 to 10.0.0 by @dependabot[bot] in #155
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.10 to 10.0.0 by @dependabot[bot] in #156
- Bump System.Text.Encodings.Web and System.Text.Json by @dependabot[bot] in #162
- Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 by @dependabot[bot] in #160
- Bump Microsoft.Extensions.Logging.Abstractions from 9.0.10 to 10.0.0 by @dependabot[bot] in #159
- Handle 204 by @happymancoder in #163
- Net10 by @MrSmoke in #164
- 1.7.0-rc1 by @happymancoder in #165
Full Changelog: 1.6.0...1.7.0
1.7.0-rc1
What's Changed
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #158
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #154
- Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #157
- Bump Microsoft.Extensions.DependencyInjection from 9.0.10 to 10.0.0 by @dependabot[bot] in #155
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.10 to 10.0.0 by @dependabot[bot] in #156
- Bump System.Text.Encodings.Web and System.Text.Json by @dependabot[bot] in #162
- Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 by @dependabot[bot] in #160
- Bump Microsoft.Extensions.Logging.Abstractions from 9.0.10 to 10.0.0 by @dependabot[bot] in #159
- Handle 204 by @happymancoder in #163
- Net10 by @MrSmoke in #164
- 1.7.0-rc1 by @happymancoder in #165
Full Changelog: 1.6.0...1.7.0-rc1
1.6.0
What's Changed
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.9 to 9.0.10 by @dependabot[bot] in #145
- Bump Microsoft.Extensions.DependencyInjection from 9.0.9 to 9.0.10 by @dependabot[bot] in #144
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #132
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #131
- Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by @dependabot[bot] in #143
- Deserialize from from Stream instead of from String by @MrSmoke in #138
- Bump System.Text.Encodings.Web from 9.0.9 to 9.0.10 by @dependabot[bot] in #148
- Bump Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10 by @dependabot[bot] in #147
- Bump Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10 by @dependabot[bot] in #152
- HttpClient: Add ConnectionLifetime option by @MrSmoke in #151
- HttpClient: Add DefaultUserAgent option by @MrSmoke in #150
- HttpClient: ValueTasks by @MrSmoke in #141
- HttpClient: Add SystemTextJson serializer by @MrSmoke in #149
Full Changelog: 1.5.0...1.6.0
1.6.0-beta3
- Fix an issue when trying to use comment strings in the
DefaultUserAgentstring
Full Changelog: 1.6.0-beta1...1.6.0-beta3
1.6.0-beta1
What's Changed
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.9 to 9.0.10 by @dependabot[bot] in #145
- Bump Microsoft.Extensions.DependencyInjection from 9.0.9 to 9.0.10 by @dependabot[bot] in #144
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #132
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #131
- Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by @dependabot[bot] in #143
- Deserialize from from Stream instead of from String by @MrSmoke in #138
- Bump System.Text.Encodings.Web from 9.0.9 to 9.0.10 by @dependabot[bot] in #148
- Bump Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10 by @dependabot[bot] in #147
- Bump Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10 by @dependabot[bot] in #152
- HttpClient: Add ConnectionLifetime option by @MrSmoke in #151
- HttpClient: Add DefaultUserAgent option by @MrSmoke in #150
- HttpClient: ValueTasks by @MrSmoke in #141
- HttpClient: Add SystemTextJson serializer by @MrSmoke in #149
Full Changelog: 1.5.0...1.6.0-beta1
1.5.0
What's Changed
- Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by @dependabot[bot] in #45
- Bump xunit from 2.5.1 to 2.5.2 by @dependabot[bot] in #44
- Bump xunit from 2.5.2 to 2.5.3 by @dependabot[bot] in #46
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot[bot] in #48
- Bump xunit from 2.5.3 to 2.6.1 by @dependabot[bot] in #47
- Bump xunit.runner.visualstudio from 2.5.3 to 2.5.5 by @dependabot[bot] in #56
- Bump xunit from 2.6.1 to 2.6.3 by @dependabot[bot] in #55
- Bump xunit from 2.6.3 to 2.6.5 by @dependabot[bot] in #59
- Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 by @dependabot[bot] in #57
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 7.0.0 to 8.0.0 by @dependabot[bot] in #51
- Bump Microsoft.Extensions.Hosting, System.Text.Encodings.Web, Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #61
- Bump Microsoft.Extensions.DependencyInjection from 7.0.0 to 8.0.0 by @dependabot[bot] in #63
- Bump Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.0 by @dependabot[bot] in #62
- Enable nullable on RestClient by @MrSmoke in #60
- Add content of response to Error by @MrSmoke in #49
- Bump xunit from 2.6.5 to 2.6.6 by @dependabot[bot] in #64
- Add IPAddress.IsPrivate() extension method by @MrSmoke in #65
- Bump System.Text.Encodings.Web from 7.0.0 to 8.0.0 by @MrSmoke in #66
- OAuth Authenticator updates by @MrSmoke in #70
- Bump xunit from 2.6.6 to 2.7.0 by @dependabot[bot] in #69
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot[bot] in #67
- Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot[bot] in #68
- Dotnet8 build by @MrSmoke in #71
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #74
- Bump actions/upload-artifact from 3 to 4 by @dependabot[bot] in #73
- Bump actions/setup-dotnet from 2 to 4 by @dependabot[bot] in #72
- Bump Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions by @dependabot[bot] in #75
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.0 to 8.0.1 by @dependabot[bot] in #76
- Scheduler worker by @happymancoder in #77
- 1.5.0-rc4 by @happymancoder in #79
- Bump xunit from 2.5.3 to 2.8.1 by @dependabot[bot] in #90
- Bump xunit.runner.visualstudio from 2.5.3 to 2.8.1 by @dependabot[bot] in #89
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.10.0 by @dependabot[bot] in #88
- Bump xunit.runner.visualstudio from 2.5.7 to 2.8.1 by @dependabot[bot] in #93
- Bump xunit from 2.7.0 to 2.9.0 by @dependabot[bot] in #95
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 by @dependabot[bot] in #94
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot[bot] in #91
- handle 429 error code and throw too many request exception by @happymancoder in #102
- Cleanup exception and error handling by @MrSmoke in #103
- Update fraction class to handle .NET 4.x by @MrSmoke in #104
- Update target frameworks by @MrSmoke in #105
- Bump xunit from 2.8.1 to 2.9.2 by @dependabot[bot] in #100
- Update RestClient serialization logic by @MrSmoke in #106
- Bump Cronos and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in #107
- Update all Microsoft package to their latest versions by @MrSmoke in #110
- Treat warnings as errors by @MrSmoke in #111
- Nullable cleanup by @MrSmoke in #112
- Enable nullable for Utilities and Primitives by @MrSmoke in #113
- New enumerable extensions by @MrSmoke in #114
- Run tests using net481 as well as net8.0 by @MrSmoke in #115
- Bump Microsoft.Extensions.DependencyInjection and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in #116
- Bump Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in #117
- Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #129
- Bump Microsoft.Extensions.DependencyInjection from 9.0.3 to 9.0.8 by @dependabot[bot] in #127
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.3 to 9.0.8 by @dependabot[bot] in #128
- Bump System.Text.Encodings.Web from 9.0.2 to 9.0.9 by @dependabot[bot] in #137
- Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #136
- Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by @dependabot[bot] in #134
- Bump Microsoft.Extensions.Logging.Abstractions from 9.0.2 to 9.0.9 by @dependabot[bot] in #139
- Bump Newtonsoft.Json from 13.0.3 to 13.0.4 by @dependabot[bot] in #140
- Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5 by @dependabot[bot] in #142
Full Changelog: 1.4.0...1.5.0
1.5.0-rc7
What's Changed
- Bump Microsoft.Extensions.DependencyInjection and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in #116
- Bump Microsoft.Extensions.DependencyInjection.Abstractions and Microsoft.NETFramework.ReferenceAssemblies by @dependabot[bot] in #117
- Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #129
- Bump Microsoft.Extensions.DependencyInjection from 9.0.3 to 9.0.8 by @dependabot[bot] in #127
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.3 to 9.0.8 by @dependabot[bot] in #128
- Bump System.Text.Encodings.Web from 9.0.2 to 9.0.9 by @dependabot[bot] in #137
- Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Abstractions by @dependabot[bot] in #136
- Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by @dependabot[bot] in #134
- Bump Microsoft.Extensions.Logging.Abstractions from 9.0.2 to 9.0.9 by @dependabot[bot] in #139
- Bump Newtonsoft.Json from 13.0.3 to 13.0.4 by @dependabot[bot] in #140
Full Changelog: 1.5.0-rc6...1.5.0-rc7