|
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 |
2 | 7 |
|
3 | 8 | ## 3.2.0 [2022-12-01]
|
4 | 9 |
|
|
12 | 17 |
|
13 | 18 | ## 3.0.0 [2022-09-30]
|
14 | 19 |
|
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). |
16 | 21 | Now you are able to use any implementation of `PSR-18` compliant HTTP client - https://packagist.org/providers/psr/http-client-implementation.
|
17 | 22 |
|
18 | 23 | 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]
|
84 | 89 | 1. [#109](https://github.com/influxdata/influxdb-client-php/pull/109): PHP 8.1 deprecation warnings
|
85 | 90 |
|
86 | 91 | ### 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 |
88 | 93 |
|
89 | 94 | ## 2.4.0 [2021-11-26]
|
90 | 95 |
|
@@ -197,7 +202,7 @@ This release introduces a support for new InfluxDB OSS API definitions - [oss.ym
|
197 | 202 |
|
198 | 203 | ### CI
|
199 | 204 | 1. [#54](https://github.com/influxdata/influxdb-client-php/pull/54): Updated default docker image to v2.0.2
|
200 |
| - |
| 205 | + |
201 | 206 | ### Documentation
|
202 | 207 | 1. [#46](https://github.com/influxdata/influxdb-client-php/pull/46): Adding info about how to get the query in JSON format
|
203 | 208 |
|
@@ -233,7 +238,7 @@ This release introduces a support for new InfluxDB OSS API definitions - [oss.ym
|
233 | 238 | 1. [#29](https://github.com/influxdata/influxdb-client-php/issues/29): Prevent invalid array access when no write options are passed to the WriteApi.
|
234 | 239 |
|
235 | 240 | ### 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 |
237 | 242 |
|
238 | 243 | ## 1.4.0 [2020-06-19]
|
239 | 244 |
|
|
0 commit comments