github parse-community/parse-server 5.0.0-alpha.2

latest releases: 6.5.8, 7.3.0-alpha.7, 7.3.0-alpha.6...
pre-release2 years ago

5.0.0-alpha.2 (2021-10-27)

Bug Fixes

  • setting a field to null does not delete it via GraphQL API (#7649) (626fad2)

BREAKING CHANGES

  • To delete a field via the GraphQL API, the field value has to be set to null. Previously, setting a field value to null would save a null value in the database, which was not according to the GraphQL specs. To delete a file field use file: null, the previous way of using file: { file: null } has become obsolete. (626fad2)

Don't miss a new parse-server release

NewReleases is sending notifications on new releases.