Skip to content

Latest commit

 

History

History
161 lines (93 loc) · 4.94 KB

influxdb-client.md

File metadata and controls

161 lines (93 loc) · 4.94 KB

1.43.0.20240519 (2024-05-19)

[influxdb-client] Update to 1.43.* (#11954)

1.42.0.20240425 (2024-04-25)

Introduce SupportsContainsAndGetItem (#11827)

1.42.0.20240423 (2024-04-23)

Add precise values for enum members where possible (#11299)

Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com Co-authored-by: Alex Waygood alex.waygood@gmail.com

1.42.0.20240419 (2024-04-19)

[stubsabot] Bump influxdb-client to 1.42.* (#11779)

1.41.0.20240316 (2024-03-16)

Bump influxdb-client to 1.41.* (#11608)

1.40.0.20240212 (2024-02-12)

[stubsabot] Bump influxdb-client to 1.40.* (#11406)

Release: https://pypi.org/pypi/influxdb-client/1.40.0 Homepage: https://github.com/influxdata/influxdb-client-python Repository: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.39.0...v1.40.0

Stubsabot analysis of the diff between the two releases:

  • 0 public Python files have been added.
  • 0 files included in typeshed's stubs have been deleted.
  • 4 files included in typeshed's stubs have been modified or renamed: influxdb_client/_sync/rest.py, influxdb_client/client/write/point.py, influxdb_client/client/write_api.py, influxdb_client/version.py.
  • Total lines of Python code added: 133.
  • Total lines of Python code deleted: 4.

Co-authored-by: stubsabot <> Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com

1.39.0.20240206 (2024-02-06)

influx-db: fix flake8 (#11365)

Bump influxdb-client to 1.39.* (#11116)

Type a few task-related items

1.38.0.20240205 (2024-02-05)

A new shade of Black (#11362)

1.38.0.20240106 (2024-01-06)

Update typing_extensions imports in third-party stubs (#11245)

1.38.0.1 (2023-10-05)

types-requests, types-influxdb-client: add note to the PyPI readme about the urllib3 pin (#10839)

1.38.0.0 (2023-10-03)

[stubsabot] Bump influxdb-client to 1.38.* (#10826)

Release: https://pypi.org/pypi/influxdb-client/1.38.0 Homepage: https://github.com/influxdata/influxdb-client-python Repository: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.37.0...v1.38.0

Stubsabot analysis of the diff between the two releases:

  • 0 public Python files have been added.
  • 0 files included in typeshed's stubs have been deleted.
  • 3 files included in typeshed's stubs have been modified or renamed: influxdb_client/_sync/rest.py, influxdb_client/client/write/dataframe_serializer.py, influxdb_client/version.py.
  • Total lines of Python code added: 13.
  • Total lines of Python code deleted: 12.

1.37.0.1 (2023-10-01)

Remove stubs for urllib3 (#10812)

Both types-requests and types-influxdb-client now depend on urllib3>=2 instead of types-urllib3. That in turn means that types-caldav, types-slumber and types-requests-oauthlib all depend indirectly on urllib3>=2, since all three stubs packages depend on types-requests.

1.37.0.0 (2023-08-16)

Bump influxdb-client to 1.37.* (#10585)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com

1.36.0.9 (2023-07-20)

Add an upstream_repository field to METADATA.toml (#10487)

Closes: #10478

1.36.0.8 (2023-04-27)

influxdb-client: fix stubtest (#10090)

1.36.0.7 (2023-03-27)

Add defaults for third-party stubs I-L (#9955)

1.36.0.6 (2023-02-26)

Improve many __(a)exit__ annotations (#9696)

1.36.0.5 (2023-02-24)

Fix stubtest for influxdb-client (#9808)

Fixes #9805

1.36.0.4 (2023-02-21)

Integrate requirements-stubtest.txt into METADATA.toml (#9778)

1.36.0.3 (2023-02-21)

Stubtest settings: change ignore_missing_stub default to false (#9779)

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

1.36.0.2 (2023-02-15)

Use typing_extensions.Self instead of _typeshed.Self (#9702)

1.36.0.1 (2023-02-07)

Bump mypy to 1.0 (#9684)

1.36.0.0 (2023-01-27)

[stubsabot] Bump influxdb-client to 1.36.* (#9594)

Release: https://pypi.org/pypi/influxdb-client/1.36.0 Homepage: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.35.0...v1.36.0

Stubsabot analysis of the diff between the two releases:

  • 0 public Python files have been added.
  • 0 files included in typeshed's stubs have been deleted.
  • 4 files included in typeshed's stubs have been modified or renamed: influxdb_client/client/flux_table.py, influxdb_client/client/write/point.py, influxdb_client/client/write_api.py, influxdb_client/version.py.
  • Total lines of Python code added: 151.
  • Total lines of Python code deleted: 16.

1.35.0.2 (2023-01-14)

Allow influxdb-client to be completely tested by stubtest (#9529)

1.35.0.1 (2023-01-02)

[influxdb-client] Annotate Point and partially client classes (#9442)

1.35.0.0 (2022-12-31)

Add stubs for influxdb-client (#9429)