- Nothing yet
- Remove profile endpoint, disable thread pool for profiling #135
- Fix tests by using a custom docker image #135
- Fix bugs #126 with json files
- Fix bugs #110 and #111
- Add endpoint API greater_than or less_than int or float value #109
- Update version csv-detective #119
- [BREAKING] Migrate to python >= 3.9 #104
- Migrate to poetry #104
- Enrich sqlite dbs with metadata extracted from csv-detective and pandas profiling #104
- Enrich apify api with possibility to analyse resource #104
- Upgrade raven to sentry-sdk (a bit dirty so far)
- Use aiosqlite #76
- Better parsing fallback #71
- Parsing view now raises exception on http error response codes #69
- Fix packaging problem
- Fix XLS parsing #60
- Fix aiohttp import #52
- Add filters support #50
- Replace requests by aiohttp for asynchronous http requests. Also replace every format() string to use only f"strings. #46
- Upgrade to Quart-0.6.6 and hypercorn-0.4.6 #16
- Try to parse CSV w/o sniffing (excel dialect) after sniffing if it fails
- Compute the total number of rows in a table #12
- Make CSV sniff limit a config variable and raise the default value #11
- Properly handle not found (404) errors
- FORCE_SSL config variable
- Sentry support via SENTRY_DSN config variable
- CSVAPI_CONFIG_FILE env var support
- Initial version