From 9d4d2bb60825929666ab8682bdef71af093f9ef0 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Fri, 26 Apr 2019 22:05:32 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4ebd134f..31e5a606e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.3...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.3.0...master) + +### 3.3.0 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.3...3.3.0) +- NEW: beforeLogin trigger with support for auth providers ([#5445](https://github.com/parse-community/parse-server/pull/5445)), thanks to [Omair Vaiyani](https://github.com/omairvaiyani) +- NEW: RFC 7662 compliant OAuth2 auth adapter ([#4910](https://github.com/parse-community/parse-server/pull/4910)), thanks to [Müller Zsolt](https://github.com/zsmuller) +- FIX: cannot change password when maxPasswordHistory is 1 ([#5191](https://github.com/parse-community/parse-server/pull/5191)), thanks to [Tulsi Sapkota](https://github.com/Tolsee) +- FIX (Postgres): count being very slow on large Parse Classes' collections ([#5330](https://github.com/parse-community/parse-server/pull/5330)), thanks to [CoderickLamar](https://github.com/CoderickLamar) +- FIX: using per-key basis queue ([#5420](https://github.com/parse-community/parse-server/pull/5420)), thanks to [Georges Jamous](https://github.com/georgesjamous) +- FIX: issue on count with Geo constraints and mongo ([#5286](https://github.com/parse-community/parse-server/pull/5286)), thanks to [Julien Quéré](https://github.com/jlnquere) ### 3.2.3 [Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.2...3.2.3) From e01659a435b545d9b37daf82965c4bb423e390a5 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Fri, 26 Apr 2019 22:06:22 +0100 Subject: [PATCH 2/3] bump version to 3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74c6a090ff..d40ff58256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.2.3", + "version": "3.3.0", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": { From 8afe8883d764eb2e7125f7a4e43ec179a7f4e6e3 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Fri, 26 Apr 2019 22:09:20 +0100 Subject: [PATCH 3/3] bump version to 3.3.0 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 40006cceea..212977c9d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.2.3", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": {