Skip to content

Version 1.0.0-beta-8

Pre-release
Pre-release
Compare
Choose a tag to compare
@jamiejennings jamiejennings released this 23 Apr 14:35
· 50 commits to master since this release

API CHANGE in rosie.py

  • The boolean output encoder now returns True/False instead of True/None.

CHANGE in the standard library

  • The net.fqdn pattern used to accept floats like 1.2e03. It no longer does. You can use net.fdqn_strict to accept all valid partially qualified domain names, which would include 1.2e03.

Notes:

  • See the CHANGELOG for the full list.
  • Blog posts about the changes and enhancements are at the Rosie blog.
  • All documentation should be up to date now, though librosie documentation is still in the works. If anything is not clear, let us know! (Open an issue.)