Skip to content

fedmsg 1.1.0

Compare
Choose a tag to compare
@jeremycline jeremycline released this 02 Jan 14:33
· 58 commits to develop since this release

v1.1.0

Deprecations

  • Using URLs for the CA and CRL settings (ca_cert_location and
    crl_location respectively) is now deprecated and will be removed
    in a future release. Please use filesystem paths instead.

Features

  • Allow the CA and CRL configuration options to be file paths
    (#484).
  • All configuration settings now have defaults and validators
    (#488).
  • Strengthen "legacy protection" in fedmsg.meta by catching KeyErrors
    (#493).

Bug fixes

  • Remove the duplicate dependency on cryptography from the main
    install requires
    (#486).
  • Adjust the x509 signing API to return text instead of bytes
    (#495).

Development improvements

  • Alter how the tests determine if cryptography is available to work
    better with old versions of pyOpenSSL
    (#482).