Skip to content

Releases: ravendb/ravendb-php-client

5.2.6

06 Dec 19:30
61e72e9
Compare
Choose a tag to compare

Syncing with latest client changes from branch 5.2

5.2.5

28 Jun 09:48
00c504c
Compare
Choose a tag to compare

Added support for :

  • spatial
  • counter indexes
  • session
  • more like this
  • lazy loading
  • revisions
  • suggestions

5.2.4

22 Mar 13:31
f6d15f6
Compare
Choose a tag to compare

Changes:

  • support for counters

5.2.3

02 Mar 12:34
6edd15e
Compare
Choose a tag to compare

Changes:

  • Added support for TimeSeries
  • Read me file update

5.2.2

18 Nov 10:22
1b60edd
Compare
Choose a tag to compare

Changes:

Removed:

support for php 7.4 and 8.0

5.2.1

08 Nov 10:39
411d628
Compare
Choose a tag to compare

Official RavenDB PHP Client

List of features:

  • session

    • ability to track objects
    • crud
    • delete
    • include
    • no tracking
    • cluster transactions
    • conditional load
  • attachments

    • crud
    • session
    • move, rename
  • indexes

    • crud (static/auto)
    • modify state: (setting index priority, enabling/disabling indexes, start/stop index, list/clean indexing errors, getting terms)
  • query

    • static/dynamic indexes
    • document query methos (where equals, starts with, etc)
    • aggregation (group by )
    • count, order, take/skip
    • boost, proximity, fuzzy
    • select fields (projection)
    • delete/patch by query
  • https support

    • certificates crud
    • request executor
  • compare exchange

    • crud
    • session
  • patch

    • by script
    • by path
  • databases

    • crud

5.2.0beta1

31 Aug 10:21
e45bbe3
Compare
Choose a tag to compare

Official RavenDB PHP Client

List of features:

  • session
    • ability to track objects
    • crud
    • include
    • no tracking
  • indexes
    • crud (static/auto)
    • modify state: (setting index priority, enabling/disabling indexes, start/stop index, list/clean indexing errors, getting terms)
  • query
    • static/dynamic indexes
    • document query methos (where equals, starts with, etc)
    • aggregation (group by )
    • count, order, take/skip
    • boost, proximity, fuzzy
    • select fields (projection)
    • delete/patch by query
  • https support
    • certificates crud
    • request executor
  • compare exchange
    • crud
    • session
  • patch
    • by script
    • by path
  • databases
    • crud