From eb0bdafe5283f3da1df733fa4ae1734bda65a5a4 Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Sat, 29 Dec 2018 14:01:50 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Release=203.1.3=20(#5267)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⚡ Release 3.1.3 * Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) 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) 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": {