Skip to content

Commit 7cc3292

Browse files
committed
update travis ci badges
1 parent 3049476 commit 7cc3292

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Release notes for the ArangoDB-PHP driver 3.8.x
44

5+
OPTION_TIMEOUT of the Connection class is now superseded by the more specialized options
6+
- OPTION_CONNECT_TIMEOUT
7+
- OPTION_REQUEST_TIMEOUT
8+
9+
The existing OPTION_TIMEOUT value can still be used as before. When used, it will
10+
automatically clobber values set in OPTION_CONNECT_TIMEOUT and OPTION_REQUEST_TIMEOUT.
11+
Using one of the more specialized options will remove OPTION_TIMEOUT from the connection's
12+
options.
13+
514
Added CollectionHandler::insertMany() method to simplify insertion of multiple documents
615
at once. This is now the preferred way of inserting mutliple documents in a single
716
request, and will perform much better than using the `Batch` functionality, which is

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
The official ArangoDB PHP Driver.
66

7-
3.4: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.4)](https://travis-ci.org/arangodb/arangodb-php)
8-
3.5: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.5)](https://travis-ci.org/arangodb/arangodb-php)
9-
3.6: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.6)](https://travis-ci.org/arangodb/arangodb-php)
10-
3.7: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.7)](https://travis-ci.org/arangodb/arangodb-php)
11-
3.8: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.8)](https://travis-ci.org/arangodb/arangodb-php)
12-
devel: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=devel)](https://travis-ci.org/arangodb/arangodb-php)
7+
3.6: [![Build Status](https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=3.6)](https://travis-ci.com/arangodb/arangodb-php)
8+
3.7: [![Build Status](https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=3.7)](https://travis-ci.com/arangodb/arangodb-php)
9+
3.8: [![Build Status](https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=3.8)](https://travis-ci.com/arangodb/arangodb-php)
10+
devel: [![Build Status](https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=devel)(https://travis-ci.com/arangodb/arangodb-php)
1311

1412
- [Getting Started](https://www.arangodb.com/docs/stable/drivers/php-getting-started.html)
1513
- [Tutorial](https://www.arangodb.com/docs/stable/drivers/php-tutorial.html)

0 commit comments

Comments
 (0)