Skip to content

v0.0.42

Choose a tag to compare

@amotl amotl released this 11 Feb 03:53
· 187 commits to main since this release

What's Changed

  • Settings: Stop flagging gateway.recover_after_time as a difference
    when both gateway.expected_nodes and gateway.expected_data_nodes are
    unset (-1).
  • PyMongo adapter: Adapted to CrateDB 6.2+ which disallows writes to _id columns
  • Dependencies: Permitted installation of pyarrow 23
  • Dependencies: Permitted installation of duckdb 1.x
  • Dependencies: Permitted installation of pandas 3.0
  • CI: Validated against Python 3.14
  • CI: Validated against InfluxDB 2.8
  • CI: Validated against MongoDB 8

Details

  • Chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #519
  • Bump python from 3.12-slim-bookworm to 3.13-slim-bookworm in /release/oci by @dependabot[bot] in #431
  • Update marimo requirement from <0.15 to <0.16 by @dependabot[bot] in #530
  • Settings: Stopped flagging gateway.recover_after_time as a difference by @amotl in #521
  • Update polars requirement from <1.33 to <1.34 by @dependabot[bot] in #532
  • Update ruff requirement from <0.13 to <0.14 by @dependabot[bot] in #535
  • Update pytest-cov requirement from <7 to <8 by @dependabot[bot] in #536
  • Update mypy requirement from <1.18 to <1.19 by @dependabot[bot] in #538
  • Update fastapi requirement from <0.117 to <0.118 by @dependabot[bot] in #545
  • Update ingestr requirement from <0.14,>=0.13.61 to >=0.13.61,<0.15 by @dependabot[bot] in #543
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #552
  • Maintenance 20251002 by @amotl in #553
  • Update uvicorn requirement from <0.36 to <0.38 by @dependabot[bot] in #550
  • Update dlt requirement from <1.16,>=1.10 to >=1.10,<1.18 by @dependabot[bot] in #554
  • Bump cratedb-sqlparse from 0.0.15 to 0.0.16 by @dependabot[bot] in #556
  • CI: Fix Azurite integration testing by @amotl in #561
  • CI: Reorganize workflows by @amotl in #562
  • CI: Start using Python 3.14 by @amotl in #563
  • Chore(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #566
  • Chore(deps): Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #565
  • Chore(deps): Update croud requirement from <1.15,>=1.13 to >=1.13,<1.16 by @dependabot[bot] in #567
  • Chore(deps-dev): Update universal-pathlib requirement from <0.3 to <0.4 by @dependabot[bot] in #568
  • Update marimo requirement from <0.16 to <0.18 by @dependabot[bot] in #559
  • CI: Use Python 3.13 where applicable to speed up builds again by @amotl in #569
  • Chore(deps-dev): Update uvicorn requirement from <0.38 to <0.39 by @dependabot[bot] in #570
  • Chore(deps-dev): Update duckdb requirement from <1.4 to <1.5 by @dependabot[bot] in #571
  • PyMongo adapter: CrateDB's _id columns are not writable by @amotl in #573
  • CI: Validate InfluxDB I/O adapter on Python 3.14 by @amotl in #574
  • Chore(deps): Update yarl requirement from <1.21 to <1.23 by @dependabot[bot] in #576
  • Tests: Fix minio dependency woes about ctor signature changes by @amotl in #578
  • Chore(deps-dev): Update testcontainers requirement from <4.13 to <4.14 by @dependabot[bot] in #575
  • Chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #579
  • Chore(deps-dev): Update fastapi requirement from <0.118 to <0.124 by @dependabot[bot] in #580
  • Chore(deps-dev): Update minio requirement from <7.2.19 to <7.2.21 by @dependabot[bot] in #581
  • Chore(deps): Bump cratedb-sqlparse from 0.0.16 to 0.0.17 by @dependabot[bot] in #582
  • Chore(deps-dev): Update fastapi requirement from <0.124 to <0.125 by @dependabot[bot] in #583
  • Chore(deps-dev): Update dlt requirement from <1.18,>=1.10 to >=1.10,<1.21 by @dependabot[bot] in #585
  • Chore(deps-dev): Update polars requirement from <1.34 to <1.37 by @dependabot[bot] in #584
  • CI: Update runner from macos-13 to macos-15-intel by @amotl in #590
  • Chore(deps-dev): Update aiobotocore requirement from <2.25 to <3.1 by @dependabot[bot] in #588
  • Chore(deps-dev): Update fastapi requirement from <0.125 to <0.128 by @dependabot[bot] in #589
  • CI: Use more Python 3.14 by @amotl in #591
  • Chore(deps-dev): Update tikray requirement from <0.3,>=0.2 to >=0.2,<0.4 by @dependabot[bot] in #594
  • Chore(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #595
  • Chore(deps-dev): Update ruff requirement from <0.14 to <0.15 by @dependabot[bot] in #596
  • Chore(deps-dev): Update fastapi requirement from <0.128 to <0.129 by @dependabot[bot] in #597
  • Chore(deps): Bump vasuki from 0.7.0 to 0.7.2 by @dependabot[bot] in #600
  • Chore(deps-dev): Update uvicorn requirement from <0.39 to <0.40 by @dependabot[bot] in #602
  • CI/Kinesis: Expand Python version coverage by @amotl in #606
  • Chore(deps-dev): Update dlt requirement from <1.21,>=1.10 to >=1.10,<1.22 by @dependabot[bot] in #604
  • Tests/Kinesis: Disable test matrix slot for Python 3.11 by @amotl in #608
  • Chore(deps-dev): Update undatum requirement from <1.1 to <1.2 by @dependabot[bot] in #610
  • Chore: Fix PyMongo software testing by @amotl in #611
  • Dependencies: Permit installation of duckdb 1.x by @amotl in #613
  • CI: Validate against InfluxDB 2.8 by @amotl in #615
  • Dependencies: Permit installation of pandas 2.3 by @amotl in #614
  • Dependencies: Permit installation of pandas 3.0 by @amotl in #616
  • Dependencies: Update requirements across the board by @amotl in #617
  • CI: Validate against MongoDB 8 by @amotl in #618
  • Tests/Kinesis: Re-enable test matrix slot for Python 3.11 by @amotl in #609
  • Configure Renovate by @amotl in #621
  • Dependencies: Adjust test requirements by @amotl in #619
  • CI: Reduce amount of Kinesis testing by @amotl in #624
  • CI: Remove Dependabot configuration. Has been replaced by Renovate. by @amotl in #625
  • Update dependency aiobotocore to <3.2 by @renovate[bot] in #622
  • CI: Properly configure versioningit by @amotl in #626

Full Changelog: v0.0.41...v0.0.42