Releases: crate/meltano-target-cratedb
Releases · crate/meltano-target-cratedb
v0.3.0
What's Changed
- Updated to
meltanolabs-target-postgres0.7. Thanks, @edgarrmondragon.
Details
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Updated to
meltanolabs-target-postgres0.7. Thanks, @edgarrmondragon.
Details
- Chore(deps-dev): Update mypy requirement from <1.21 to <2.2 by @dependabot[bot] in #98
- Chore(deps): Update meltanolabs-target-postgres requirement from <0.7,>=0.6 to >=0.6,<0.8 by @dependabot[bot] in #97
- Update to meltanolabs-target-postgres 0.7 by @amotl in #100
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
What's Changed
- Meltano: Started using
SQLConnector.jsonschema_to_sqlto map
schema types to SQL types - Type mapping: Started to verify mapping
ARRAY(OBJECT)works well
Details
- CI: Properly configure Codecov.io by @amotl in #88
- Chore(deps-dev): Update ruff requirement from <0.15 to <0.16 by @dependabot[bot] in #89
- Chore(deps): Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #90
- Chore(deps-dev): Update mypy requirement from <1.20 to <1.21 by @dependabot[bot] in #92
- Use
SQLConnector.jsonschema_to_sqlto map schema types to SQL types by @amotl in #94 - Tests: Update tap-countries and tap-fundamentals to SDK rev. 26a687e by @amotl in #95
Full Changelog: v0.0.2...v0.1.0
v0.0.2
What's Changed
- Added support for container types
ARRAYandOBJECT. - Improved write operations to be closer to
target-postgres. - Switched to new SQLAlchemy dialect for CrateDB.
- Removed workaround for
_-prefixed column names.
The package now requires CrateDB 6.2 or higher. - Updated to vanilla
meltanolabs-target-postgres0.6.
Details
- Documentation, mostly by @amotl in #7
- Bump ruff from 0.1.7 to 0.1.8 by @dependabot[bot] in #11
- Add support for container types ARRAY, OBJECT, and FLOAT_VECTOR by @amotl in #8
- Use updated test cases from target-postgres, they are validating now by @amotl in #9
- chore: Harmonize imports of sqlalchemy module, use
sawhere applicable by @amotl in #10 - Tests: Make
test_anyofwork by @amotl in #12 - Improve write operations to be closer to
target-postgresby @amotl in #13 - Improve SQLAlchemy
FloatVectortype implementation by @amotl in #14 - Bump ruff from 0.1.8 to 0.1.9 by @dependabot[bot] in #16
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot[bot] in #17
- Chore: Fix build re. dependencies, linting, and formatting by @amotl in #54
- Chore: Relax development dependencies and format
pyproject.tomlby @amotl in #55 - Bump ruff from 0.1.9 to 0.6.9 by @dependabot[bot] in #50
- CI: Validate on Python 3.12 by @amotl in #56
- Bump codecov/codecov-action from 3 to 4 by @dependabot[bot] in #27
- Update pytest requirement from <8 to <9 by @dependabot[bot] in #24
- Update black requirement from <24 to <25 by @dependabot[bot] in #22
- Chore(deps-dev): Update twine requirement from <5 to <7 by @dependabot[bot] in #59
- Chore(deps-dev): Update black requirement from <25 to <26 by @dependabot[bot] in #60
- Chore(deps-dev): Bump ruff from 0.6.9 to 0.14.4 by @dependabot[bot] in #62
- Chore(deps-dev): Bump mypy from 1.8 to 1.18.2 by @dependabot[bot] in #58
- Chore(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #70
- Chore(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #71
- Chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #72
- Chore(deps-dev): Update pytest-cov requirement from <5 to <8 by @dependabot[bot] in #75
- Chore: Relax development dependencies by @amotl in #81
- Chore(deps-dev): Bump mypy from 1.18.2 to 1.19.1 by @dependabot[bot] in #80
- Switch to new SQLAlchemy dialect for CrateDB by @amotl in #15
- Add pre-flight check for CrateDB >= 6.2 by @amotl in #65
- Remove workaround for
_-prefixed column names by @amotl in #57 - Dependencies: Update to vanilla meltanolabs-target-postgres 0.6 by @amotl in #68
- Chore(deps-dev): Update pytest requirement from <9 to <10 by @dependabot[bot] in #84
- Chore(deps-dev): Update black requirement from <26 to <27 by @dependabot[bot] in #85
- Chore: Transferred project to different GitHub organization by @amotl in #83
- Remove pgvector support, it was just a stub by @amotl in #86
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Make it work. It can run the canonical Meltano GitHub -> DB example.
Details
- Make it work by @amotl in #2
- Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #1
- Improve documentation by @amotl in #3
Full Changelog: https://github.com/crate/meltano-target-cratedb/commits/v0.0.1