Skip to content

v6.0.0

Compare
Choose a tag to compare
@taka-oyama taka-oyama released this 22 Nov 02:24
· 79 commits to master since this release

v6.0.0 (2023-11-22)

Added

  • Add Data Boost support (#131)
  • Deprecation warnings to Connection's methods cursorWithTimestampBound selectWithTimestampBound selectOneWithTimestampBound. Use cursorWithOptions selectWithOptions instead. (#122)
  • Connection has new methods selectWithOptions cursorWithOptions which allows spanner specific options to be set for each query. (#122)
  • session:list command can now show and filter by labels. (#134)
  • Allow custom cache path (#142)

Changed

  • [Breaking] Match Query\Builder::forceIndex() behavior with laravel's (forceIndex property no longer exists). (#114)
  • [Breaking] SessionNotFoundErrorMode was removed and will always run clear session pool. (#132) (#130)
  • [Breaking] Auth cache and Session pool now share the same file cache adapter (#139)