Bug fix to allow indexing "/" characters
This is primarily a bug fix release to allow indexing of "/" characters at cache generation. Strings containing these characters were previously omitted as they are reserved in the case of a URL. These values are now formally encoded using urllib
.
This release also includes support for optionally hashing features on fetch
-- thanks @antgonza!