Releases: phodoval/couchdb-php
Releases · phodoval/couchdb-php
v3.0.0
3.0.0 (2023-09-27)
Features
- added PHP 8.1 support, upgraded deps (9f2a37f)
BREAKING CHANGES
v2.2.1
2.2.1 (2023-08-04)
Bug Fixes
- fixed missing namespace for CouchException (01ca355)
v2.2.0
2.2.0 (2023-08-04)
Features
- Database: added deleteDocuments (ce97b31)
v2.1.0
2.1.0 (2023-08-04)
Features
- Database: added findDocuments method (c7890b7)
- Database: added updateDocuments method (04f2bc1)
v2.0.0
2.0.0 (2023-08-04)
Performance Improvements
- re-use the same document for updating instead of returning a copy (b52ead6)
BREAKING CHANGES
- Database::updateDocument now returns void
v1.0.1
1.0.1 (2023-08-04)
Bug Fixes
- use HEAD for Database ping instead of GET (c408135)
v1.0.0
1.0.0 (2023-08-03)
Features