Skip to content

Releases: thombashi/sqlitebiter

v0.32.1

19 Apr 11:36
v0.32.1
Compare
Choose a tag to compare
  • Make simplejson to an optional dependency and replace to ujson
  • Add all extras_require
  • Update requirements

v0.32.0

05 Apr 14:25
v0.32.0
Compare
Choose a tag to compare
  • Add stdin sub command: #75 (Thanks to @Izzur)
  • Make it possible to execute the command with python -m sqlitebiter
  • Fix type annotations
  • Update requirements

v0.31.1

01 Apr 11:24
v0.31.1
Compare
Choose a tag to compare
  • Fix to accept table names that start with numbers: #76 (Thanks to @DreamerDeo)
  • Update requirements
  • Modify log messages

v0.31.0

09 Mar 13:50
v0.31.0
Compare
Choose a tag to compare
  • Improve JSON support: #74 (Thanks to @ButchAnton)
  • Modify log messages when skip file conversion

v0.30.0

08 Mar 18:38
v0.30.0
Compare
Choose a tag to compare
  • Add detailed information for the cause of the errors while data conversion: #73 (Thanks to @Izzur)
  • Add type annotations
  • Update requirements

v0.29.2

16 Feb 14:48
v0.29.2
Compare
Choose a tag to compare
GPG signed 0.29.2 tag

v0.29.1

16 Feb 13:31
v0.29.1
Compare
Choose a tag to compare
GPG signed 0.29.1 tag

v0.29.0

09 Feb 16:27
v0.29.0
Compare
Choose a tag to compare
  • Add support for platforms that lacks support sem_open such as Android Termux: #71 (Thanks to @danieldjewell)
  • Modify log formats
  • Drop Python 2 support
  • Remove dev extras_require

v0.28.3

18 Jan 11:15
v0.28.3
Compare
Choose a tag to compare
  • Fix binary packages

v0.28.2

18 Jan 10:13
v0.28.2
Compare
Choose a tag to compare
  • Update requirements
  • Reduce extras_require
  • Add support for snap installation (experimental)