From 6576f0bfa6d17d0f9b01586c28fb7858ecbe750e Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Sat, 29 Dec 2018 12:36:41 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9A=A1=20Release=203.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1abf2453c8..ac897ab446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.1.2", + "version": "3.1.3", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": { From 02418a5220ef7ffb9f3549e61c33c98bbd687cc9 Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Sat, 29 Dec 2018 12:42:26 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c248d7ed..3af585dfcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...master) + +### 3.1.3 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...3.1.3) + +- Postgres: Fixes support for global configuration +- Postgres: Fixes support for numeric arrays +- Postgres: Fixes issue affecting queries on emtpy arrays +- LiveQuery: Adds support for transmitting the original object +- Queries: Use estimated count if queyr is empty +- Docker: Reduces the size of the docker image to 154Mb + ### 3.1.2 [Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2)