From 5c4806ba6d7311bc83d135ee75388cf67cf4decc Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Mon, 31 Oct 2016 19:30:20 -0400 Subject: [PATCH] Changelog 2.2.24 (#2976) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47100e2..834c9461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ ## Parse Server Changelog +### 2.2.24 + +#### New Features +* LiveQuery: Bring your own adapter (#2902), thanks to [Florent Vilmart](https://github.com/flovilmart) +* LiveQuery: Adds "update" operator to update a query subscription (#2935), thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Improvements +* Better Postgres support, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar) +* Logs the function name when failing (#2963), thanks to [Michael Helvey](https://github.com/michaelhelvey) +* CLI: forces closing the connections with SIGINT/SIGTERM (#2964), thanks to [Kulshekhar Kabra](https://github.com/kulshekhar) +* Reduce the number of calls to the _SCHEMA table (#2912), thanks to [Steven Shipton](https://github.com/steven-supersolid) +* LiveQuery: Support for Role ACL's, thanks to [Aaron Blondeau](https://github.com/aaron-blondeau-dose) + +#### Bug Fixes +* Better support for checking application and client keys, thanks to [Steven Shipton](https://github.com/steven-supersolid) +* Google OAuth, better support for android and web logins, thanks to [Florent Vilmart](https://github.com/flovilmart) + ### 2.2.23 * Run liveQuery server from CLI with a different port, thanks to [Florent Vilmart](https://github.com/flovilmart) diff --git a/package.json b/package.json index dc7cc3cc..6a9e89f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.23", + "version": "2.2.24", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {