Skip to content

Commit 5c4806b

Browse files
authored
Changelog 2.2.24 (#2976)
1 parent 78646a3 commit 5c4806b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## Parse Server Changelog
22

3+
### 2.2.24
4+
5+
#### New Features
6+
* LiveQuery: Bring your own adapter (#2902), thanks to [Florent Vilmart](https://github.com/flovilmart)
7+
* LiveQuery: Adds "update" operator to update a query subscription (#2935), thanks to [Florent Vilmart](https://github.com/flovilmart)
8+
9+
#### Improvements
10+
* Better Postgres support, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
11+
* Logs the function name when failing (#2963), thanks to [Michael Helvey](https://github.com/michaelhelvey)
12+
* CLI: forces closing the connections with SIGINT/SIGTERM (#2964), thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
13+
* Reduce the number of calls to the _SCHEMA table (#2912), thanks to [Steven Shipton](https://github.com/steven-supersolid)
14+
* LiveQuery: Support for Role ACL's, thanks to [Aaron Blondeau](https://github.com/aaron-blondeau-dose)
15+
16+
#### Bug Fixes
17+
* Better support for checking application and client keys, thanks to [Steven Shipton](https://github.com/steven-supersolid)
18+
* Google OAuth, better support for android and web logins, thanks to [Florent Vilmart](https://github.com/flovilmart)
19+
320
### 2.2.23
421

522
* Run liveQuery server from CLI with a different port, thanks to [Florent Vilmart](https://github.com/flovilmart)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.23",
3+
"version": "2.2.24",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)