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

Graceful upgrade path for 0.28. #3394

Merged
merged 8 commits into from
Nov 12, 2024
Merged

Graceful upgrade path for 0.28. #3394

merged 8 commits into from
Nov 12, 2024

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Nov 7, 2024

Suggested upgrade path for an upcoming 0.28 release...

We do have some backwards incompatible changes that we want to issue, but clearly need to minimise disruption to our userbase. Here's what we're currently looking at...


Release Notes

The 0.28 release includes a limited set of backwards incompatible changes.

Backwards incompatible changes

SSL configuration has been significantly simplified.

  • The verify argument no longer accepts string arguments for custom verify paths.
  • The cert argument has now been removed.
  • The SSL_CERT_FILE and SSL_CERT_DIR environment variables are no longer automatically used.

For users of the standard verify=True or verify=False cases this should require no changes.

For information on configuring more complex SSL cases, please see the SSL documentation.

Other updates

@tomchristie
Copy link
Member Author

@encode/maintainers - Seems to me like a good point to make a release from. Any concerns or feedback on this set of release notes for 0.28? Reasonable balance here?

@tomchristie tomchristie merged commit 1805ee0 into master Nov 12, 2024
5 checks passed
@tomchristie tomchristie deleted the graceful-upgrade-path branch November 12, 2024 11:31
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

Successfully merging this pull request may close these issues.

1 participant