conan v1.31.1 Release Notes

Release Date: 2020-11-10 // over 3 years ago
    • Fix: Bump cryptography dependency in MacOS to equal or later than 3.2. (#7962)
    • 🛠 Bugfix: Fix a problem with the init() function not being called when the recipe loader uses some cached data, which can happen when using lockfiles and with python_requires. (#8018)
    • 🛠 Bugfix: Fixed self.copy() incorrectly handling ignore_case. (#8009)
    • 0️⃣ Bugfix: Fixed wrong ignore_case default in [imports] section of conanfile.txt. (#8009)
    • Bugfix: Do not try to encrypt a None value when using CONAN_LOGIN_ENCRYPTION_KEY environment variable. (#8004)