File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
20
### 2.2.23
4
21
5
22
* Run liveQuery server from CLI with a different port, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.23 " ,
3
+ "version" : " 2.2.24 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments