Features
Enhanced automatic Content Type detection. Even when users don't provide file extensions, otree can now automatically detect the ContentType based on the data content.
For example, the following command is now available:
echo '{"key": "value"}' | otreeNow otree will try invoking all parsers in order for unknown content, and whichever parser succeeds determines the format.
What's Changed
Full Changelog: v0.6.2...v0.6.3