Skip to content

Release 1.5.1

Compare
Choose a tag to compare
@acinader acinader released this 30 Jan 21:29
· 51 commits to master since this release
2f3984f

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)