File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments