Skip to content

Commit 7a3c9cd

Browse files
natanrolnikflovilmart
authored andcommitted
Changelog 2.3.4 (#3533)
1 parent 193e5a4 commit 7a3c9cd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Parse Server Changelog
22

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+
317
### 2.3.3
418
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.2...2.3.3)
519

@@ -101,7 +115,7 @@ Postgres support requires v9.5
101115
* Better Postgres support, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
102116
* Logs the function name when failing (#2963), thanks to [Michael Helvey](https://github.com/michaelhelvey)
103117
* 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)
105119
* LiveQuery: Support for Role ACL's, thanks to [Aaron Blondeau](https://github.com/aaron-blondeau-dose)
106120

107121
#### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)