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

6.3.0 release #3386

Closed
45 tasks done
Mpdreamz opened this issue Sep 3, 2018 · 5 comments
Closed
45 tasks done

6.3.0 release #3386

Mpdreamz opened this issue Sep 3, 2018 · 5 comments

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Sep 3, 2018

Release 6.3 checklist

Pending PR's

Forward port to master

Checking the following commits off here as this now has its own dedicated issue: #3395

Post 6.3 merge.

  • Rebase 6.4 against 6.x
  • Make sure docs are up to date on the 6.x branch (build.bat)

Preparing release

  • Verify 6.x is green on all integration tracks.
    • 6.0.1
    • 6.1.4
    • 6.2.4
    • 6.3.0
  • Run diff with 6.2.0 nuget package and make sure there are no breaking changes (build.bat diff nuget 6.2.0 dir .)
  • Produce artifacts and release notes. build.bat release 6.3.0
  • Commit and push bumped version numbers on 6.x
  • Tag bump commit git tag -a 6.3.0 -m 6.3.0
  • git push --tags
  • Create release on Github from the tag
  • Push to nuget.org
  • Tweet 🐦
@Mpdreamz
Copy link
Member Author

The latter has Deleted markers for HttpConnection but these are still there although now on a subclass.

@Mpdreamz
Copy link
Member Author

Mpdreamz commented Sep 10, 2018

@codebrain @russcam 112d597 is ready to cut a 6.3.0 from. Can you give this a quick look over/sanity check before I release tomorrow?

Release notes


Comparison of 6.2.0...6.3.0

Features & Enhancements

Bug Fixes

Deprecations

View the full list of issues and PRs

@codebrain
Copy link
Contributor

@Mpdreamz - have reviewed and updated the original text ^

@russcam
Copy link
Contributor

russcam commented Sep 11, 2018

There are a few important notes I think we should highlight at the top of the release notes:

  1. .NET 4.5 support was removed in NEST 6.2.0, but the nuspec definition had residual group dependencies in it, which have now been removed. Users using .NET 4.5 should look to move to .NET 4.6.1.
  2. .NET 4.6 support has been bumped to .NET 4.6.1
  3. .NET Standard 1.3 support has been bumped to .NET Standard 2.0

The rest of the list LGTM @Mpdreamz 👍

@Mpdreamz
Copy link
Member Author

Thanks guys! 6.3.0 is live:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants