Skip to content

Releases: parse-community/parse-php-sdk

2.3.2

13 May 20:20
Compare
Choose a tag to compare

2.3.2 (2023-05-13)

Bug Fixes

  • Prevent query->count from changing query internals (#511) (26db002)

2.3.1

13 May 12:41
Compare
Choose a tag to compare

2.3.1 (2023-05-13)

Bug Fixes

  • Prevent query->equalTo from overriding other conditions (#510) (0fc3d8f)

2.3.0

13 May 12:35
Compare
Choose a tag to compare

2.3.0 (2023-05-13)

Features

  • Add query methods fetchWithInclude and fetchAllWithInclude (#512) (0570f15)

2.2.0

13 May 12:27
Compare
Choose a tag to compare

2.2.0 (2023-05-13)

Features

  • Allow http options to be passed into ParseClient (#513) (ee2a5fa)

2.1.0

29 Apr 20:57
Compare
Choose a tag to compare

2.1.0 (2023-04-29)

Features

2.0.0

26 Apr 22:47
14be532
Compare
Choose a tag to compare

2.0.0 (2023-04-27)

Features

BREAKING CHANGES

  • This release requires PHP version >= 8.1.0 (#489) (d5783e3)

1.6.0

17 Aug 19:04
Compare
Choose a tag to compare

About this Release
Support for PHP < 7 and HHVM has been dropped.

  • Support Query withCount (#448)
  • Support Query exclude keys (#445)
  • Support Query readPreference (#446)
  • Support return raw data from Query first (#441)

Release 1.5.1

30 Jan 21:29
2f3984f
Compare
Choose a tag to compare

About this Release

This point release is to fix 1.5.0 which was released incorrectly.

Version 1.5.1 is reverse compatible with 1.4.0, so you're good for upgrading 👍 . Just keep in mind that some new features may not be available depending on your version of parse server.

What's new?

  • Avoid session fixation by regenerating session id on user promotion (#414)
  • Enable login with POST (#430)
  • Properly handle null query response (#425)
  • Fix queries equalTo with null values (#406)
  • Add sort option to GeoQueries (#424)
  • Add encode option to ParseQuery:find (#423)
  • Add batchSize to saveAll / destroyAll (#422)
  • Add includeAll to query (#421)
  • Add And / Nor query (#419)
  • Add 'containedBy' query (#418)
  • Add 'containsAllStartingWith' query (#417)
  • Remove anonymous auth data from User table when user registers. Match other SDK behavior (#417)
  • Fix bug in mime type guessing due to case mishandling (#399)
  • Use registered subclass when creating a ParseUser (#394)

Release 1.4.0

06 Dec 04:14
19deeb4
Compare
Choose a tag to compare

About this Release

Release 1.4.0 contains quite a few new features that we hope you'll enjoy! Please keep in mind that relative time queries, aggregate queries and index management are only available in later versions of parse server (versions 2.6.5 and above, and versions 2.7.0 and above for index management). The other features present here have been available in parse server for some time and have now been hooked up into this sdk.

Version 1.4.0 is reverse compatible with 1.3.0, so you're good for upgrading 👍 . Just keep in mind that some new features may not be available depending on your version of parse server. You can check your version of parse server from this sdk using ParseServerInfo::getVersion to check if you don't know for sure (version checking is compatible with older versions of parse server).

All new features have been added into the Table of Contents in our README for your reading convenience.

What's new?

  • Fixes encode/decode method descriptors
  • Adds Relative Time Queries (#360)
  • Adds Server Info (#361)
  • README and code cleanup, adds CHANGELOG and CODE_OF_CONDUCT
  • Adds Purge & Polygon to ParseSchema (#365)
  • Adds Parse Server Health Check (#366)
  • Adds the ability to upgrade to a revocable session (#368)
  • Adds ability to Request Verification Emails (#369)
  • Adds the ability to set/save in ParseConfig (#371)
  • Adds ParseLogs (#370)
  • Adds ParseAudience (#372)
  • Adds jobs to ParseCloud (#373)
  • Adds support for aggregate queries (#355) (thanks to Diamond Lewis)
  • Fix npm license warning (thanks to Arthur Cinader)
  • Updates parse-server-test dependency to 1.3.6
  • Support for managing indexes via ParseSchema (#357) (thanks to Diamond Lewis)
  • Slight test adjustments

See the diff between 1.3.0 and 1.4.0

Release 1.3.0

08 Sep 01:09
Compare
Choose a tag to compare

What's new?

  • Adds HHVM support
  • Modified ParseFile to use the current HttpClient rather than just curl for download
  • Adds full text search via ParseQuery::fullText for Parse Server 2.5.0 and later (thanks to Diamond Lewis)
  • Adds encode/decode support to ParseObject
  • Travis CI cache fixes
  • Slight test modifications for later versions of parse
  • A few README typo fixes and additions

See the diff between 1.2.10 and 1.3.0