Skip to content

Releases: michalc/sqlite-s3-query

v0.0.82

11 Nov 15:01
c25d08b
Compare
Choose a tag to compare

What's Changed

  • ci: test on more recent macOS (since older is no longer available) by @michalc in #96
  • feat: allow public buckets, i.e. without auth by @michalc in #95

Full Changelog: v0.0.81...v0.0.82

v0.0.81

16 Mar 08:17
658f606
Compare
Choose a tag to compare

What's Changed

  • test: increase test coverage by adding an extra case by @michalc in #92
  • refactor: use threading.local for httpx exceptions by @michalc in #93

Full Changelog: v0.0.80...v0.0.81

v0.0.80

15 Mar 22:40
7fe8861
Compare
Choose a tag to compare

What's Changed

  • feat: raise any httpx exceptions, e.g. from failed auth by @michalc in #90
  • feat: raise slightly better error when the object in S3 is too short by @michalc in #91

Full Changelog: v0.0.79...v0.0.80

v0.0.79

15 Mar 18:59
92267ea
Compare
Choose a tag to compare

What's Changed

  • ci: test more recent HTTPX by @michalc in #82
  • docs: add section on versioning by @michalc in #85
  • docs: promote multithreading section by @michalc in #86
  • docs: adjust badges location and add PyPI badge by @michalc in #87
  • docs: consistent badge styles by @michalc in #88
  • feat: slightly more-specific exceptions raised by @michalc in #89

Full Changelog: v0.0.78...v0.0.79

v0.0.78

07 Aug 08:07
dd71445
Compare
Choose a tag to compare

What's Changed

The main change in this release is setting the minimum version of Python as 3.6.7 (since that's the earliest version tested, and suspect it's not worth testing earlier).

  • ci: upload code coverage to codecov by @michalc in #67
  • docs: replace code coverage badge with CodeCov's by @michalc in #68
  • ci: wait for all tests before reporting coverage results by @michalc in #71
  • ci: fix tests in Windows due to inability to remove file by @michalc in #70
  • ci: remove unused saving of code coverage step by @michalc in #72
  • ci: remove codecov token - not needed since it's a public repo by @michalc in #69
  • ci: run branch coverage by @michalc in #73
  • ci: fix code coverage config yml by @michalc in #74
  • test: avoid iterating once in for loops to avoid partial coverage in tests by @michalc in #75
  • ci: properly wait for all 72 test runs to finish before reporting code coverage by @michalc in #76
  • ci: tidy deploy to PyPI script and environment name by @michalc in #77
  • feat: bump minimum Python requirement to lowest version tested by @michalc in #78
  • ci: test minimum httpx version rather than maximum by @michalc in #79
  • docs: clarify dependencies and testing by @michalc in #80
  • refactor: tidy order of imports by @michalc in #81

Full Changelog: v0.0.77...v0.0.78

v0.0.77

01 Aug 17:53
b1a575b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.76...v0.0.77

v0.0.76

31 Jul 20:14
4ddec61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.75...v0.0.76

v0.0.75

29 Jul 11:04
f5094e0
Compare
Choose a tag to compare

What's Changed

  • build: move to pyproject.toml by @michalc in #47
  • build: publish to PyPI from GitHub actions by @michalc in #48
  • build: fix publish to PyPI script by @michalc in #49

Full Changelog: v0.0.74...v0.0.75