v0.0.3
What's Changed
- fix: JSONB values selected working properly by @visch in #113
- docs: Removed TODOs, added precommit, updated pipx and local dev instructions by @visch in #116
- fix: make tunnel settings optional by @pnadolny13 in #136
- chore: Remove requests as it's not needed explicitly by @visch in #140
- chore: Create LICENSE by @pnadolny13 in #138
- fix:(taps): querying only selected columns by @drbjim in #125
- feat: Break out
host
,user
,port
, etc. into individual config values by @visch in #121 - fix: Update number->numeric to correct decimal typing bug. by @sebastianswms in #166
- test: Add a test for schemas of jsonb objects. by @sebastianswms in #170
- fix: date
columns outputs data with a
datetimeformat instead of a
date` format by @sebastianswms in #172 - feat: SSL by @sebastianswms in #162
- fix: support JSON type by @pnadolny13 in #186
- fix: Constrain SQLAlchemy to <2 by @edgarrmondragon in #189
- build(deps): Bump sqlalchemy from 1.4.47 to 1.4.49 by @dependabot in #194
- build(deps): Bump psycopg2-binary from 2.9.6 to 2.9.7 by @dependabot in #190
- build(deps): Bump cryptography from 40.0.2 to 41.0.2 by @dependabot in #178
- fix: Pin
singer-sdk
to a working minor version by @edgarrmondragon in #208
New Contributors
- @pnadolny13 made their first contribution in #136
- @drbjim made their first contribution in #125
- @sebastianswms made their first contribution in #166
- @edgarrmondragon made their first contribution in #176
Full Changelog: v0.0.2...v0.0.3