Improvements * add "error" key back to json error output (3523)
Bug Fixes * fix 3453 conda fails with create_default_packages (3454) * fix 3455 --dry-run fails (3457) * dial down error messages for rm_rf (3522) * fix 3467 AttributeError encountered for map config parameter validation (3521)
4.2.7
Deprecations/Breaking Changes * revert to 4.1.x behavior of `conda list --export` (3450, 3451)
Bug Fixes * don't add binstar token if it's given in the channel spec (3427, 3440, 3444) * fix 3433 failure to remove broken symlinks (3436)
Non-User-Facing Changes * use install.rm_rf for TemporaryDirectory cleanup (3425)
4.2.6
Improvements * add support for client TLS certificates (3419) * address 3267 allow migration of channel_alias (3410) * conda-env version matches conda version (3422)
Bug Fixes * fix 3409 unsatisfiable dependency error message (3412) * fix 3408 quiet rm_rf (3413) * fix 3407 padding error messaging (3416) * account for the Windows Python 2.7 os.environ unicode aversion (3363 via 3420)
Improvements * order output of conda config --show; make --json friendly (3384 via 3386) * clean the pid based lock on exception (3325) * improve file removal on all platforms (3280 via 3396)
Bug Fixes * fix 3332 allow download urls with :: in them (3335) * fix always_yes and not-set argparse args overriding other sources (3374) * fix ftp fetch timeout (3392) * fix 3307 add try/except block for touch lock (3326) * fix CONDA_CHANNELS environment variable splitting (3390) * fix 3378 CONDA_FORCE_32BIT environment variable (3391) * make conda info channel urls actually give urls (3397) * fix cio_test compatibility (3395 via 3400)
4.2.4
Bug Fixes * fix 3277 conda list package order (3278) * fix channel priority issue with duplicated channels (3283) * fix local channel channels; add full conda-build unit tests (3281) * fix conda install with no package specified (3284) * fix 3253 exporting and importing conda environments (3286) * fix priority messaging on conda config --get (3304) * fix conda list --export; additional integration tests (3291) * fix conda update --all idempotence; add integration tests for channel priority (3306)