Skip to content

v0.0.38

Latest
Compare
Choose a tag to compare
@amotl amotl released this 14 Aug 00:15
· 1 commit to main since this release

What's Changed

  • I/O: Updated to ingestr>=0.13.61
  • CFR: Improved log output
  • CFR: Fixed double quoting of table name. Thanks, @karynzv.
  • CFR: When importing, started using replace strategy instead of append
  • CFR: Improved importing data re. type mapping without NumPy
  • CFR: Truncated target table before importing, using append
    strategy again, because replace doesn't do the right DDL.
  • I/O: Tuned down ingestr, it masked native I/O adapters

Details

  • I/O: Improve documentation page about ingestr by @amotl in #476
  • Dependencies and documentation by @amotl in #478
  • Chore: Fix mypy type checking by downgrading types-docutils by @amotl in #484
  • CFR: Assorted fixes and improvements by @amotl in #483
  • Update botocore requirement from <1.39 to <1.40 by @dependabot[bot] in #480
  • Update dlt requirement from <1.13,>=1.10 to >=1.10,<1.14 by @dependabot[bot] in #485
  • Update datasets requirement from <4 to <5 by @dependabot[bot] in #486
  • Update fastapi requirement from <0.116 to <0.117 by @dependabot[bot] in #488
  • Update mypy requirement from <1.17 to <1.18 by @dependabot[bot] in #489
  • Update pyarrow requirement from <20.1 to <21.1 by @dependabot[bot] in #490
  • Update testcontainers requirement from <4.11 to <4.13 by @dependabot[bot] in #492
  • Update polars requirement from <1.32 to <1.33 by @dependabot[bot] in #497
  • Update aiobotocore requirement from <2.24 to <2.25 by @dependabot[bot] in #495
  • Dependencies (PyMongo): Fix error with NumPy 2.x by @amotl in #501
  • Chore: Remove Python 3.10 from compatibility support for Kinesis nozzle by @amotl in #502
  • Bump astral-sh/setup-uv from 5 to 6 by @dependabot[bot] in #493
  • Chore: Fix boot-time warning about ingestr by @amotl in #500
  • I/O: Tune down ingestr, it masked native I/O adapters by @amotl in #503
  • CI: Separate GHA workflow definition for Kinesis by @amotl in #504

Full Changelog: v0.0.37...v0.0.38