|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
| 3 | +### 2.3.4 |
| 4 | +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.4) |
| 5 | + |
| 6 | +#### Bug Fixes |
| 7 | +* Allow empty client key |
| 8 | +(#3497), thanks to [Arthur Cinader](https://github.com/acinader) |
| 9 | +* Fix LiveQuery unsafe user |
| 10 | +(#3525), thanks to [David Starke](https://github.com/dstarke) |
| 11 | +* Use `flushdb` instead of `flushall` in RedisCacheAdapter |
| 12 | +(#3523), thanks to [Jeremy Louie](https://github.com/JeremyPlease) |
| 13 | +* Fix saving GeoPoints and Files in `_GlobalConfig` (Make sure we don't treat |
| 14 | +dot notation keys as topLevel atoms) |
| 15 | +(#3531), thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 16 | + |
3 | 17 | ### 2.3.3
|
4 | 18 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.2...2.3.3)
|
5 | 19 |
|
@@ -101,7 +115,7 @@ Postgres support requires v9.5
|
101 | 115 | * Better Postgres support, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
|
102 | 116 | * Logs the function name when failing (#2963), thanks to [Michael Helvey](https://github.com/michaelhelvey)
|
103 | 117 | * CLI: forces closing the connections with SIGINT/SIGTERM (#2964), thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
|
104 |
| -* Reduce the number of calls to the _SCHEMA table (#2912), thanks to [Steven Shipton](https://github.com/steven-supersolid) |
| 118 | +* Reduce the number of calls to the `_SCHEMA` table (#2912), thanks to [Steven Shipton](https://github.com/steven-supersolid) |
105 | 119 | * LiveQuery: Support for Role ACL's, thanks to [Aaron Blondeau](https://github.com/aaron-blondeau-dose)
|
106 | 120 |
|
107 | 121 | #### Bug Fixes
|
|
0 commit comments