Releases: Infostrux-Solutions/target-db2
Releases · Infostrux-Solutions/target-db2
v0.1.5 Add REORG step after ALTER COLUMN
What's Changed
- (fix): Add REORG step after ALTER COLUMN by @haleemur-infostrux in #43
- bump pyproject.toml version to 0.1.5 by @haleemur-infostrux in #44
Full Changelog: 0.1.4...v0.1.5
v0.1.4: (fix) Handle DECIMAL scale
What's Changed
- Add type promotion decimal by @haleemur-infostrux in #42
Full Changelog: 0.1.3...0.1.4
v0.1.3: Fix alter column
What's Changed
- add test for alter column & fix sql template by @haleemur-infostrux in #39
- ci: bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2 in the actions group across 1 directory by @dependabot in #37
- chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates by @dependabot in #38
- chore(deps): bump singer-sdk from 0.39.1 to 0.40.0 by @dependabot in #34
- update version to 0.1.3 by @haleemur-infostrux in #40
Full Changelog: 0.1.2...0.1.3
v0.1.2: Update Dependencies
Description
- Update singer-sdk version to 0.39.1
- Remove child method
DB2Connector.get_column_add_ddl
, as the parent method now implements identical functionality - Update Development Dependencies (ruff, jupyterlab, meltano), mitigating dependabot security alert #3
- Updates transitive dependency aiohttp from 3.9.5 to 3.10.2, mitigating dependabot security alert # 2
What's Changed
- chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates by @dependabot in #30
- chore(deps): bump singer-sdk from 0.38.0 to 0.39.1 by @dependabot in #24
- Upgrade sdk version by @haleemur-infostrux in #32
- chore(deps): bump aiohttp from 3.9.5 to 3.10.2 by @dependabot in #23
Full Changelog: 0.1.1...0.1.2
v0.1.1 Update Development Dependencies
Description
- Remove duplicate specification of
singer-sdk
as both main and development dependency - Move
meltano
to development dependency & Update version to3.5
- Remove legacy
dev-dependency
section and consolidate all development dependencies to[tool.poetry.dev-dependencies]
0.1.0
Release fixes issues with logging and db2 object quoting