-
Notifications
You must be signed in to change notification settings - Fork 2.1k
changelog 24.7.0 #14046
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
changelog 24.7.0 #14046
Conversation
Forgot to mark `conda.gateways.logging.initialize_root_logger` as pending deprecation in #13735.
|
|
||
| To mark exceptions as *expected*, plugins should raise :class:`conda.CondaError` or a subclass | ||
| thereof. See [`conda_auth.exceptions`](https://github.com/conda-incubator/conda-auth/blob/0.2.1/conda_auth/exceptions.py) for an example. | ||
| thereof. See `conda_auth.exceptions`_ for an example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @deprecated("25.3", "25.9", addendum="Unused.") | ||
| def initialize_root_logger(level=ERROR): | ||
| attach_stderr_handler(level=level, filters=[TokenURLFilter()]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to mark as deprecated in #13735
| .. admonition:: Mixing HTTPS and HTTP | ||
|
|
||
| The protocol in the URL (either ``http://`` or ``https://``) should match | ||
| the actual protocol of your proxy server. The keys ``http`` and ``https`` in | ||
| the above example merely indicate the type of traffic to route, not the | ||
| protocol of the proxy server itself. Ensure that both keys use the correct | ||
| protocol based on your proxy server's configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodSpeed Performance ReportMerging #14046 will not alter performanceComparing Summary
|
Co-authored-by: Bianca Henderson <[email protected]>
ba9a268 to
655db5b
Compare
Description
✂️ snip snip ✂️ the making of a new release.
Xref #13995