Skip to content

Commit 4dcbf03

Browse files
authored
Merge pull request #75 from corley/feature/influxdb-1.2.4
Updated InfluxDB to version 1.2.4
2 parents 7ea56e1 + 91bee89 commit 4dcbf03

File tree

3 files changed

+328
-130
lines changed

3 files changed

+328
-130
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
6-
- 7
5+
- 7.0
6+
- 7.1
77

88
env:
9-
- GUZZLE_VERSION="~4" INFLUXDB_DEB="influxdb_0.13.0_amd64.deb"
10-
- GUZZLE_VERSION="~5" INFLUXDB_DEB="influxdb_0.13.0_amd64.deb"
11-
- GUZZLE_VERSION="~6" INFLUXDB_DEB="influxdb_0.13.0_amd64.deb"
9+
- GUZZLE_VERSION="~5" INFLUXDB_DEB="influxdb_1.2.4_amd64.deb"
10+
- GUZZLE_VERSION="~6" INFLUXDB_DEB="influxdb_1.2.4_amd64.deb"
1211

1312
before_install:
1413
- sudo apt-get update

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project support InfluxDB API `>= 0.9` - **For InfluxDB v0.8 checkout branch
1313
Supported adapters:
1414

1515
* UDP/IP
16-
* HTTP (via GuzzleHTTP versions: ~4, ~5, ~6)
16+
* HTTP (via GuzzleHTTP versions: ~5, ~6)
1717

1818
## Install it
1919

@@ -380,3 +380,14 @@ If you don't have the `sockets` extension, you can proceed in two ways:
380380
3. Issue a `phpize && ./configure && make -j && sudo make install`
381381
4. Add `extension=sockets.so` to your php.ini
382382

383+
### Guzzle 4 support
384+
385+
Currently we drop the Guzzle 4 support, but we tested as working HTTP adapter in up
386+
to PHP 7.0 and is stable with this project with version 0.9.3.
387+
388+
If you need Guzzle 4 as HTTP adapter require for 0.9.3 version
389+
390+
```sh
391+
compose require corley/influxdb-sdk:0.9.3
392+
```
393+

0 commit comments

Comments
 (0)