v0.12.1
What's Changed
Fixes two issues related to configuration of conda channel_settings, and SSL/proxy configuration for requests originating in anaconda-auth in Enterprise environments.
With the latter fix, conda's SSL and proxy configuration are loaded from anaconda-auth, but can also be overridden (or specified separately). This allows users to maintain existing configuration in a single place, vs specifying across multiple configuration files.
- fix: Use prefix-installed configuration data by @mcg1969 in #192
- chore: Properly configure all requests by @AlbertDeFusco in #195
Full Changelog: v0.12.0...v0.12.1