---- Allow storage to smartly handle filters by adding it into the GET body if the length of the URL is greater than 2000.
8.15
---- Allow more permissive HTTPretty. Anything over 0.8.10 is fine. That's to allow for installations of moto
8.14
---- Add support for sending filter/fields arguments via GET request body. This is non-standard but makes it possible to craft very large and very complex queries without running afoul of the 2048-character limit on URLs that is the de-facto standard on the Internet
8.13
---- Add simple support for negotiating content to get 'text/csv' as the response. This is a single step towards being able to download CSVs of our data
8.12
---- Prefer application/json as the response type when the client accepts anything. This will cause browsers to display JSON rather than downloading and saving a form-encoded payload which is hard to read
8.11
---- Update always_privileged() to work when nested. This means I also needed to change the internals a bit, so if you were reaching in to always_privileged.enabled you should stop doing that and start using is_privileged()