4.0.0¶
Fixed¶
Fixed error when database permission were fetched without names or roles.
Fixed
setDsn()which was not updating the upstreamdsnPartsFixed
auth_cookie_authoption that was injecting the
Breaking changes¶
Removed PHPDotEnv dependency from the project. PHPOnCouch won’t automatically load environment variables from a .env file. Configuration can still be injected through environment variables, but it’s delegated to the library’s users.
Changed
CouchClient->find()signature fromobject[]toobject. It will now return the complete response from CouchDB instead of simply returning the documents.