Skip to content

Commit a86d5cb

Browse files
committed
Update changelog for release
1 parent 0f74c22 commit a86d5cb

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 3.3.0 [unreleased]
1+
## 3.3.0 [2023-03-29]
2+
3+
### Others
4+
1. [#140](https://github.com/influxdata/influxdb-client-php/pull/140): fixes strings to prevent PHP 8.2 notices
5+
1. [#136](https://github.com/influxdata/influxdb-client-php/pull/136): add PHP 8.2 do CI build
6+
1. [#135](https://github.com/influxdata/influxdb-client-php/pull/135): freeze xdebug version to 3.1.6 which also supports PHP 7.2
27

38
## 3.2.0 [2022-12-01]
49

@@ -12,7 +17,7 @@
1217

1318
## 3.0.0 [2022-09-30]
1419

15-
:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).
20+
:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).
1621
Now you are able to use any implementation of `PSR-18` compliant HTTP client - https://packagist.org/providers/psr/http-client-implementation.
1722

1823
The client has to be installed together with HTTP client:
@@ -84,7 +89,7 @@ This release also uses a new version of InfluxDB OSS API definitions - [oss.yml]
8489
1. [#109](https://github.com/influxdata/influxdb-client-php/pull/109): PHP 8.1 deprecation warnings
8590

8691
### Documentation
87-
1. [#111](https://github.com/influxdata/influxdb-client-php/pull/111): Added new examples
92+
1. [#111](https://github.com/influxdata/influxdb-client-php/pull/111): Added new examples
8893

8994
## 2.4.0 [2021-11-26]
9095

@@ -197,7 +202,7 @@ This release introduces a support for new InfluxDB OSS API definitions - [oss.ym
197202

198203
### CI
199204
1. [#54](https://github.com/influxdata/influxdb-client-php/pull/54): Updated default docker image to v2.0.2
200-
205+
201206
### Documentation
202207
1. [#46](https://github.com/influxdata/influxdb-client-php/pull/46): Adding info about how to get the query in JSON format
203208

@@ -233,7 +238,7 @@ This release introduces a support for new InfluxDB OSS API definitions - [oss.ym
233238
1. [#29](https://github.com/influxdata/influxdb-client-php/issues/29): Prevent invalid array access when no write options are passed to the WriteApi.
234239

235240
### Bug Fixes
236-
1. [#27](https://github.com/influxdata/influxdb-client-php/pull/27): Fixed serialization of `\n`, `\r` and `\t` to Line Protocol, `=` is valid sign for measurement name
241+
1. [#27](https://github.com/influxdata/influxdb-client-php/pull/27): Fixed serialization of `\n`, `\r` and `\t` to Line Protocol, `=` is valid sign for measurement name
237242

238243
## 1.4.0 [2020-06-19]
239244

0 commit comments

Comments
 (0)