furl v1.2 Release Notes

Release Date: 2018-06-29 // over 5 years ago
    • Added: Path segment appending via the division operator (__truediv__()).
    • ๐Ÿ”„ Changed: Bump orderedmultidict dependency to v1.0.
    • ๐Ÿ’… Changed: Check code style with flake8 instead of pycodestyle.
    • ๐Ÿ”„ Changed: Percent-encode all non-unreserved characters in Query key=value pairs,
      including valid query characters (e.g. =, ?, etc). Old encoding:
      ?url=http://foo.com/; new encoding: ?url=http%3A%2F%2Ffoo.com%2F. Equal
      signs remain decoded in query values where the key is empty to allow for, and
      preserve, queries like ?==3==.