Skip to content

Bug fix to allow indexing "/" characters

Compare
Choose a tag to compare
@wasade wasade released this 18 Oct 20:17
· 99 commits to master since this release

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!