conda v4.3.18 Release Notes

Release Date: 2017-05-09 // almost 7 years ago
  • ๐Ÿ‘Œ Improvements

    • resolve #4224 warn when pysocks isn't installed (#5226)
    • resolve #5229 add --insecure flag to skip ssl verification (#5230)
    • ๐Ÿ resolve #4151 add admin indicator to conda info on windows (#5241)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix #5152 conda info spacing (#5166)
    • ๐Ÿ›  fix --use-index-cache actually hitting the index cache (#5134)
    • backport LinkPathAction verify from 4.4 (#5171)
    • ๐Ÿ›  fix #5184 stack trace on invalid map configuration parameter (#5186)
    • ๐Ÿ›  fix #5189 stack trace on invalid sequence config param (#5192)
    • โž• add support for the linux-aarch64 platform (#5190)
    • ๐Ÿ›  fix repodata fetch with the --offline flag (#5146)
    • ๐Ÿ›  fix #1773 conda remove spell checking (#5176)
    • ๐Ÿ›  fix #3470 reduce excessive error messages (#5195)
    • ๐Ÿ›  fix #1597 make extra sure --dry-run doesn't take any actions (#5201)
    • ๐Ÿ›  fix #3470 extra newlines around exceptions (#5200)
    • fix #5214 install messages for 'nothing_to_do' case (#5216)
    • ๐Ÿ›  fix #598 stack trace for condarc write permission denied (#5232)
    • ๐Ÿ›  fix #4960 extra information when exception can't be displayed (#5236)
    • ๐Ÿ›  fix #4974 no matching dist in linked data for prefix (#5239)
    • ๐Ÿ›  fix #5258 give correct element types for conda config --describe (#5259)
    • ๐Ÿ›  fix #4911 separate shutil.copy2 into copy and copystat (#5261)

    Non-User-Facing Changes

    • โœ… resolve #5138 add test of rm_rf of symlinked files (#4373)
    • ๐ŸŒฒ resolve #4516 add extra trace-level logging (#5249, #5250)
    • โž• add tests for --update-deps flag (#5264)