Skip to content

Commit be45954

Browse files
committed
docs: update CHANGELOG.md
1 parent cc779ad commit be45954

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Features
44
1. [#203](https://github.com/influxdata/influxdb-client-python/issues/219): Bind query parameters
55
1. [#225](https://github.com/influxdata/influxdb-client-python/pull/225): Exponential random backoff retry strategy
6+
1. [#237](https://github.com/influxdata/influxdb-client-python/pull/237): Use kwargs to pass query parameters into API list call - useful for the ability to use pagination.
67

78
### Bug Fixes
89
1. [#222](https://github.com/influxdata/influxdb-client-python/pull/222): Pass configured timeout to HTTP client

influxdb_client/client/bucket_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ def find_buckets(self, **kwargs):
9292
9393
:key int offset: Offset for pagination
9494
:key int limit: Limit for pagination
95-
:key str after: The last resource ID from which to seek from (but not including). This is to be used instead of `offset`.
95+
:key str after: The last resource ID from which to seek from (but not including).
96+
This is to be used instead of `offset`.
9697
:key str org: The organization name.
9798
:key str org_id: The organization ID.
9899
:key str name: Only returns buckets with a specific name.

0 commit comments

Comments
 (0)