v0.0.7
What's Changed
- fix: Use empty dict for schema of JSON/JSONB columns by @edgarrmondragon in #239
- build(deps-dev): Bump faker from 19.12.0 to 19.13.0 by @dependabot in #283
- build(deps): Bump poetry from 1.6.1 to 1.7.0 in /.github/workflows by @dependabot in #286
- build(deps-dev): Bump black from 23.10.1 to 23.11.0 by @dependabot in #287
- build(deps): Bump singer-sdk from 0.33.0 to 0.33.1 by @dependabot in #288
- build(deps-dev): Bump mypy from 1.6.1 to 1.7.0 by @dependabot in #290
- build(deps-dev): Bump faker from 19.13.0 to 20.0.0 by @dependabot in #289
- build(deps-dev): Bump faker from 20.0.0 to 20.0.3 by @dependabot in #291
- build(deps): Bump poetry from 1.7.0 to 1.7.1 in /.github/workflows by @dependabot in #292
- build(deps-dev): Bump faker from 20.0.3 to 20.1.0 by @dependabot in #293
- build(deps-dev): Bump mypy from 1.7.0 to 1.7.1 by @dependabot in #296
- build(deps-dev): Bump tox from 4.11.3 to 4.11.4 by @dependabot in #298
- build(deps): Bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #300
- fix: Treat streams with
LOG_BASED
replication as unsorted by @edgarrmondragon in #301 - build(deps): Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #302
- test: Use
sqlalchemy.text
in tests by @edgarrmondragon in #305 - test: Use
future=True
param to create engines by @edgarrmondragon in #306 - chore: Add pendulum as an explicit dev dependency by @edgarrmondragon in #308
- build(deps-dev): Bump isort from 5.12.0 to 5.13.0 by @dependabot in #311
- build(deps): Bump actions/setup-python from 4 to 5 by @dependabot in #310
- build(deps-dev): Bump black from 23.11.0 to 23.12.0 by @dependabot in #314
- build(deps-dev): Bump isort from 5.13.0 to 5.13.1 by @dependabot in #313
- test: Slightly refactor fixed config values into
tests/settings.py
by @amotl in #312 - fix: Use
.mappings()
in cursor, to get rows as mappings by @edgarrmondragon in #309 - test: Use
table.drop(conn, checkfirst=True)
in tests by @edgarrmondragon in #315 - build(deps-dev): Bump isort from 5.13.1 to 5.13.2 by @dependabot in #319
- build(deps-dev): Bump faker from 20.1.0 to 21.0.0 by @dependabot in #318
- feat: Switch from postgres service to compose by @sebastianswms in #320
- fix: Log based testing, upgrade to postgres16 for testing by @sebastianswms in #316
- feat: Object validation by @sebastianswms in #307
- build(deps): Bump pip from 23.3.1 to 23.3.2 in /.github/workflows by @dependabot in #322
- build(deps): Bump singer-sdk from 0.33.1 to 0.34.0 by @dependabot in #304
- build(deps-dev): Bump pendulum from 2.1.2 to 3.0.0 by @dependabot in #323
- build(deps): Bump singer-sdk from 0.34.0 to 0.34.1 by @dependabot in #324
- build(deps-dev): Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #328
- fix: ARRAY(JSONB) parsing and add pytest by @sebastianswms in #333
- build(deps-dev): Bump faker from 21.0.0 to 22.0.0 by @dependabot in #332
- build(deps-dev): Bump black from 23.12.0 to 23.12.1 by @dependabot in #329
- build(deps-dev): Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #336
- feat: Support Python 3.12 by @edgarrmondragon in #326
- build(deps-dev): Bump faker from 22.1.0 to 22.2.0 by @dependabot in #338
- build(deps-dev): Bump tox from 4.11.4 to 4.12.0 by @dependabot in #339
- build(deps-dev): Bump tox from 4.12.0 to 4.12.1 by @dependabot in #340
- build(deps-dev): Bump faker from 22.2.0 to 22.4.0 by @dependabot in #341
New Contributors
Full Changelog: v0.0.6...v0.0.7