Skip to content

v0.7.0

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 11 Sep 15:10
· 223 commits to main since this release
caf1ce2

Added

  • Added support for negative float strings #160.
  • Added Elasticsearch5 to search scheme #297.
  • Added Elasticsearch7 to search scheme #314.
  • Added the ability to use bytes or str as a default value for Env.bytes().

Fixed

  • Fixed links in the documentation.
  • Use default option in Env.bytes() #206.
  • Safely evaluate a string containing an invalid Python literal #200.

Changed

  • Added 'Funding' and 'Say Thanks!' project urls on pypi.
  • Stop raising UserWarning if .env file isn't found. Log a message with INFO log level instead #243.