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

Feature/upgrade newtonsoft.json to its latest package #2489

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Section names should be unique on each level.

# Please don't edit it manually, use the `build.bat version` command instead.
version: 1.8.16-build-0{build}
version: 1.8.18-build-0{build}

image:
- Visual Studio 2022
Expand Down
6 changes: 6 additions & 0 deletions nuspecs/Hangfire.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ https://www.hangfire.io/
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.

1.8.18
• Fixed – Issues with `CultureInfo`-related differences after upgrading to 1.8.15–1.8.17.
• Fixed – Don't leak `AsyncLocal` values from synchronous background job methods.
• Fixed – Don't throw an exception when passing the `Job.Args` property to the `Job` class' constructor.
• Project – Make the lock file usable for both .NET 8.0 and .NET 9.0 builds.

1.8.16
• Changed – Include fewer stack frames in exceptions come from `IServerFilter` implementations.
• Changed – Don't include file information in the `ExceptionDetails` property of a FailedState instance.
Expand Down
3 changes: 3 additions & 0 deletions nuspecs/Hangfire.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.

1.8.17
• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.

1.8.16
• Changed – Use vanilla ADO.NET when fetching a job in the `SqlServerJobQueue` implementation.
• Fixed – SqlException: Must declare the scalar variable "@key" in delayed and recurring job schedulers.
Expand Down
15 changes: 15 additions & 0 deletions nuspecs/Hangfire.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ https://www.hangfire.io/
Release notes are available in our blog https://www.hangfire.io/blog/
Please see https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html to learn how to upgrade.

1.8.18

Hangfire.Core

• Fixed – Issues with `CultureInfo`-related differences after upgrading to 1.8.15–1.8.17.
• Fixed – Don't leak `AsyncLocal` values from synchronous background job methods.
• Fixed – Don't throw an exception when passing the `Job.Args` property to the `Job` class' constructor.
• Project – Make the lock file usable for both .NET 8.0 and .NET 9.0 builds.

1.8.17

Hangfire.SqlServer

• Fixed – `InvalidCastException` while fetching a job with older schemas regression from 1.8.16.

1.8.16

Hangfire.Core
Expand Down
3 changes: 2 additions & 1 deletion samples/ConsoleSample/ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net451</TargetFramework>
<UseRidGraph>true</UseRidGraph>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageReference Include="Microsoft.Owin.SelfHost" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions samples/ConsoleSample/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.2, )",
"resolved": "13.0.2",
"contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg=="
"requested": "[13.0.3, )",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"CronExpressionDescriptor": {
"type": "Transitive",
Expand Down Expand Up @@ -145,7 +145,7 @@
"Microsoft.Owin": "[4.2.2, )",
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"MoreLinq.Source.MoreEnumerable.Pairwise": "[1.0.1, )",
"Newtonsoft.Json": "[5.0.1, )",
"Newtonsoft.Json": "[13.0.3, )",
"Owin": "[1.0.0, )",
"StackTraceFormatter.Source": "[1.1.0, )",
"StackTraceParser.Source": "[1.3.0, )"
Expand Down
6 changes: 3 additions & 3 deletions samples/NetCoreSample/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "11.0.1",
"contentHash": "pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg=="
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
"StackTraceFormatter.Source": {
"type": "Transitive",
Expand Down Expand Up @@ -412,7 +412,7 @@
"Microsoft.CodeAnalysis.NetAnalyzers": "[9.0.0, )",
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"MoreLinq.Source.MoreEnumerable.Pairwise": "[1.0.1, )",
"Newtonsoft.Json": "[11.0.1, )",
"Newtonsoft.Json": "[13.0.3, )",
"StackTraceFormatter.Source": "[1.1.0, )",
"StackTraceParser.Source": "[1.3.0, )"
}
Expand Down
Loading