Datasette-upload-csvs

Latest version: v0.9.1

Safety actively analyzes 629788 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.7.2

- Fixed bug where encoding of file was not correctly detected if non-ASCII characters occurred after the first 2KB. The tool now inspects the first 2MB of content (as originally intended) and also upgrades ASCII to `latin-1` since ASCII is a complete subset of `latin-1` and using `latin-1` increases the chance of a successful import. [25](https://github.com/simonw/datasette-upload-csvs/issues/25)

0.7.1

- Fixed bug where request would block while upload was being processed. [22](https://github.com/simonw/datasette-upload-csvs/issues/22)
- CSV files that use an encoding other than `utf-8` are now supported. [23](https://github.com/simonw/datasette-upload-csvs/issues/23)
- Errors during import are now displayed to the user. [24](https://github.com/simonw/datasette-upload-csvs/issues/24)

0.7

- Now requires and is compatible with `datasette>=0.61`. [21](https://github.com/simonw/datasette-upload-csvs/issues/21)
- Dropped support for Python 3.6

0.6.1

- Fixed bug using this plugin with Datasette 0.54 or higher. 19

0.6

- Adds link to Datasette's new navigation menu, added in Datasette 0.51. 15

0.5

- Now protected by the `upload-csvs` permission. Run `datasette --root` to sign in as the `root` actor which is automatically granted that permission. 10
- `/-/upload-csv` renamed to `/-/upload-csvs` (with a redirect). 13
- Now compatible with Datasette 0.44+ thanks to upgraded CSRF protection. 11

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.