MindscapeHQ / raygun4net

Raygun provider for .NET
https://raygun.com
MIT License
125 stars 91 forks source link

Changelog between 5.11.0 and 5.13.0, 6.0.3? #485

Closed BlairMcClelland closed 1 year ago

BlairMcClelland commented 1 year ago

Hey team, The releases and tags stop at 5.11.0 however 5.x goes up to 5.13.0, are you please able to share the changelogs between these versions? edit - also if it's possible to get the changes up to 6.0.3 for Raygun4Net, .Core, .WebApi, and .MVC? Cheers

darcythomas commented 1 year ago

Hi Blair.

I will need to look in to the commit history for 5.11.0 - 5.13.0.

For the 6.0.0 - 6.0.3 that was me working out some wrinkles with the nuget build and deployment process, after the making the changes that bumped the version from 5.13.0 -> 6.0.0.

In hindsight I should have been using 6.0.0-beta-[001, 002, 003] in nuget land then I would have only need to a single 6.0.x release and change log.

Thanks for pointing this out. I will try and get this cleaned up for you shortly.

BlairMcClelland commented 1 year ago

Amazing thank you @darcythomas, I'm curious what were the major changes in 6.0.0?

darcythomas commented 1 year ago

Automatic Enabling of TLS 1.2 on environments which previously required some manual configuration.

TLS 1.2 is a requirement of our endpoint.

This did mean dropping support for some versions of dotnet. Notably 2.0-3.5

Which is the reason for the major version bump, and cascading version bumps for the our other dependent packages.

On Mon, 31 Jul 2023, 11:41 BlairMcClelland, @.***> wrote:

Amazing thank you @darcythomas https://github.com/darcythomas, I'm curious what were the major changes in 6.0.0?

— Reply to this email directly, view it on GitHub https://github.com/MindscapeHQ/raygun4net/issues/485#issuecomment-1657296116, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQIWVXIBHTS7PXIQWZMHO3XS3WLTANCNFSM6AAAAAA2XWUX24 . You are receiving this because you were mentioned.Message ID: @.***>

darcythomas commented 1 year ago

@BlairMcClelland I have dug the commit messages and created release notes for 5.12.0, 5.13.0, 5.14.0 (bonus!) and 6.0.0 - 6.0.3.

I am going to see if we can setup some processes to be something more standardised going forward.

Thanks for bring this to my attention :)