Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

96 lines (58 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to calendar versioning in the YY.M.MICROformat.

Added

Changed

Deprecated

Removed

Fixed

Security

22.8.1 - 2022-08-25

Fixed

  • Amend packaging metadata (#51)

22.8.0 - 2022-08-24

Added

  • Check if conda is outdated with libmamba instead of relying on conda's implementation (#46)

Changed

  • Rely on conda's SubdirData as a fallback for channel protocols not supported by libmamba (#49)

Deprecated

  • Deprecate libmamba-draft solver variant (#45)

Removed

  • Remove legacy debugging code and file-logging based on stream capture (#48)

22.6.0 - 2022-06-28

Added

  • Custom user agent (#29)
  • Compatibility with conda-build (#30)

Changed

  • Enable support for user-defined repodata_fn while ignoring current_repodata.json (#34)
  • Faster Python version changes (#33)
  • Remove base environment protection (#43)

Fixed

  • Fix libmamba 0.23 compatibility (#35)
  • Fix handling of *-enabled build strings (#36)
  • Fix escape_channel_url problems (#32)
  • Fix error reporting if S3-backed channels are used (#41)

22.3.1 - 2022-03-23

Fixed

  • Make sure noarch packages get reinstalled if Python version changed (#26)
  • Accept star-only version specs (e.g. libblas=*=*mkl) and fix support for channel::package syntax (#25)
  • Enable support for authenticated channels (#23)

22.3.0 - 2022-03-09

First public release

22.2.0 - 2022-02-01

Internal pre-release as a separate repository.