Git Product home page Git Product logo

Comments (9)

abatishchev avatar abatishchev commented on May 25, 2024 1

Yes, I'll fill it out for the most recent release too.

from jwt.

abatishchev avatar abatishchev commented on May 25, 2024

Hi Christer,
I think it's a fair ask and would be a good sign of the maturity of the project. It's a one-man show so please don't judge :)
I'll try to keep the record of the changes going forward.

Here's the [Azure DevOps VSRM pipeline](https://dev.azure.com/abatishchev/OpenSource/_releaseDefinition?definitionId=2&_a=definition-tasks&environmentId=2] I'm using to generate a GitHub release before publishing any of the NuGet packages. Any suggestions or improvements are very welcome? Overall, it needs to be replaced with a YAML-based pipeline (see #426k), so any contractions are very welcome too!

from jwt.

cmeeren avatar cmeeren commented on May 25, 2024

Thanks a lot! Would be great if the changelog contains the (user-relevant) changes from 9.0.3 to 10.0.0, too. 🙂

Personally I just keep a manual changelog for all my projects. I have found that to be both simple and adequate.

from jwt.

cmeeren avatar cmeeren commented on May 25, 2024

Would it be possible to just get a quick-and-dirty list of the important changes here, until the changelog is published with this information? At least the breaking changes? I've got alerts nagging me to update the outdated JWT 9.0.3 package... 🙂

from jwt.

abatishchev avatar abatishchev commented on May 25, 2024

Sorry for the delay, I remember about it, will try to get it done today.

The main change and reason for 10.0 was adding System.Text.Json on the platforms where it's supported.

from jwt.

cmeeren avatar cmeeren commented on May 25, 2024

Thanks. I see that the .NET 6 target in the NuGet package also has a dependency on System.Text.Json. That's actually not necessary; .NET 6 has it bundled, so the NuGet dependency on STJ can be removed from that target. (This may also be the case on netstandard2.0; not sure.)

from jwt.

abatishchev avatar abatishchev commented on May 25, 2024

Would you please contribute and make the necessary changes? I'd join and release it asap.

from jwt.

cmeeren avatar cmeeren commented on May 25, 2024

I'll try to do that. Currently setting up a new PC, so may not be able to get to it today.

from jwt.

cmeeren avatar cmeeren commented on May 25, 2024

Would you please contribute and make the necessary changes? I'd join and release it asap.

I see that the project already uses conditions with custom constants (e.g. MODERN_DOTNET) to include/exclude System.Text.Json (among other thing). Since this is non-standard, I will therefore leave it to you to choose how to best adjust the conditions.

Note that netstandard2.0 does not contain STJ. Of the current targets, only net6.0 does.

from jwt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.