Skip to content

Commit 989fb88

Browse files
committed
docs: update CHANGELOG.md and examples/README.md
1 parent 7453451 commit 989fb88

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 1.49.0 [unreleased]
22

3+
### Bug Fixes
4+
5+
1. [#682](https://github.com/influxdata/influxdb-client-python/pull/682): Check core types when creating Authentication instances.
6+
7+
### Examples
8+
9+
1. [#682](https://github.com/influxdata/influxdb-client-python/pull/682): New example for working with Authentication API.
10+
311
## 1.48.0 [2024-11-27]
412

513
### Bug Fixes

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- [monitoring_and_alerting.py](monitoring_and_alerting.py) - How to create the Check with Slack notification.
2929
- [task_example.py](task_example.py) - How to create a Task by API
3030
- [templates_management.py](templates_management.py) - How to use Templates and Stack API
31+
- [authorizations.py](authorizations.py) - How to create and use authorizations.
3132

3233
## InfluxDB Cloud
3334

0 commit comments

Comments
 (0)