Skip to content

Releases: phodoval/couchdb-php

v3.0.0

27 Sep 11:07
Compare
Choose a tag to compare

3.0.0 (2023-09-27)

Features

  • added PHP 8.1 support, upgraded deps (9f2a37f)

BREAKING CHANGES

  • requires PHP >= 8.1

v2.2.1

04 Aug 11:40
Compare
Choose a tag to compare

2.2.1 (2023-08-04)

Bug Fixes

  • fixed missing namespace for CouchException (01ca355)

v2.2.0

04 Aug 11:22
Compare
Choose a tag to compare

2.2.0 (2023-08-04)

Features

  • Database: added deleteDocuments (ce97b31)

v2.1.0

04 Aug 11:00
Compare
Choose a tag to compare

2.1.0 (2023-08-04)

Features

  • Database: added findDocuments method (c7890b7)
  • Database: added updateDocuments method (04f2bc1)

v2.0.0

04 Aug 09:25
Compare
Choose a tag to compare

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

04 Aug 09:07
Compare
Choose a tag to compare

1.0.1 (2023-08-04)

Bug Fixes

  • use HEAD for Database ping instead of GET (c408135)

v1.0.0

03 Aug 18:28
Compare
Choose a tag to compare

1.0.0 (2023-08-03)

Features