Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.1.0](5.0.0...5.1.0) (2022-03-18) ### Bug Fixes * adding or modifying a nested property requires addField permissions ([#7679](#7679)) ([6a6248b](6a6248b)) * bump nanoid from 3.1.25 to 3.2.0 ([#7781](#7781)) ([f5f63bf](f5f63bf)) * bump node-fetch from 2.6.1 to 3.1.1 ([#7782](#7782)) ([9082351](9082351)) * node engine compatibility did not include node 16 ([#7739](#7739)) ([ea7c014](ea7c014)) * node engine range has no upper limit to exclude incompatible node versions ([#7692](#7692)) ([573558d](573558d)) * package.json & package-lock.json to reduce vulnerabilities ([#7823](#7823)) ([5ca2288](5ca2288)) * schema cache not cleared in some cases ([#7678](#7678)) ([5af6e5d](5af6e5d)) * security upgrade follow-redirects from 1.14.6 to 1.14.7 ([#7769](#7769)) ([8f5a861](8f5a861)) * security upgrade follow-redirects from 1.14.7 to 1.14.8 ([#7801](#7801)) ([70088a9](70088a9)) * security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) ([#7844](#7844)) ([e569f40](e569f40)) * server crash using GraphQL due to missing @apollo/client peer dependency ([#7787](#7787)) ([08089d6](08089d6)) * unable to use objectId size higher than 19 on GraphQL API ([#7627](#7627)) ([ed86c80](ed86c80)) * upgrade mime from 2.5.2 to 3.0.0 ([#7725](#7725)) ([f5ef98b](f5ef98b)) * upgrade parse from 3.3.1 to 3.4.0 ([#7723](#7723)) ([d4c1f47](d4c1f47)) * upgrade winston from 3.5.0 to 3.5.1 ([#7820](#7820)) ([4af253d](4af253d)) ### Features * add Cloud Code context to `ParseObject.fetch` ([#7779](#7779)) ([315290d](315290d)) * add Idempotency to Postgres ([#7750](#7750)) ([0c3feaa](0c3feaa)) * add support for Node 16 ([#7707](#7707)) ([45cc58c](45cc58c)) * bump required node engine to >=12.22.10 ([#7846](#7846)) ([5ace99d](5ace99d)) * support `postgresql` protocol in database URI ([#7757](#7757)) ([caf4a23](caf4a23)) * support relativeTime query constraint on Postgres ([#7747](#7747)) ([16b1b2a](16b1b2a)) * upgrade to MongoDB Node.js driver 4.x for MongoDB 5.0 support ([#7794](#7794)) ([f88aa2a](f88aa2a)) ### Reverts * refactor: allow ES import for cloud string if package type is module ([b64640c](b64640c)) * update node engine to 2.22.0 ([#7827](#7827)) ([f235412](f235412))
- Loading branch information