Skip to content

PHP Couchbase Extension 3.0.3

Compare
Choose a tag to compare
@avsej avsej released this 17 Jun 14:55
· 90 commits to master since this release
v3.0.3

API documentation: https://docs.couchbase.com/sdk-api/couchbase-php-client-3.0.3/index.html

  • PCBC-696: Fix encoding issue in QueryString search query
  • PCBC-667: Add maxExpiry for CollectionSpec of collection manager
  • PCBC-690: Increase refcount of arg in ViewOptions::keys()
  • PCBC-688: Ensure that temporary strings are copied in ViewOptions builder
  • PCBC-666: Fix invalid memory access of Query result "meta"
  • PCBC-665: Fix build issue on Debian
  • Documentation improvements:
    • PCBC-683: update documentation steps
    • PCBC-675: Add API docs for exceptions
    • Update API ref to add docs for results objects
    • Update API reference for remaining undocument query API
    • PCBC-672: Add API docs for KV functions
    • PCBC-671: Add API reference docs for cluster/bucket etc...
    • PCBC-694: Remove \ namespace prefix in return type and argument definitions
    • PCBC-694: Allow null to be passed to nullable options
    • PCBC-693: replace GetAllReplicaOptions with GetAllReplicasOptions
    • PCBC-692: Use MutationResult instead of StoreResult
    • PCBC-691: Use "|null" instead of "?" in phpdoc