Skip to content

Commit 9fbb5e2

Browse files
authored
⚡ Release 2.6.1 (#4146)
* ⚡ Release 2.6.1 * Update CHANGELOG.md
1 parent a660a0c commit 9fbb5e2

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...master)
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.1...master)
55

6-
#### New Features
7-
* Adds ability to send localized pushes according to the _Installation localeIdentifier
6+
### 2.6.1
7+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.0...2.6.1)
8+
9+
#### Improvements:
10+
* Improves overall performance of the server, more particularly with large query results.
11+
* Improves performance of InMemoryCacheAdapter by removing serialization.
12+
* Improves logging performance by skipping necessary log calls.
13+
* Refactors object routers to simplify logic.
14+
* Adds automatic indexing on $text indexes, thanks to [Diamon Lewis](https://github.com/dplewis)
15+
16+
#### New Features:
17+
* Push: Adds ability to send localized pushes according to the _Installation localeIdentifier
18+
* Push: proper support for scheduling push in user's locale time, thanks to [Marvel Mathew](https://github.com/marvelm)
19+
* LiveQuery: Adds ability to use LiveQuery with a masterKey, thanks to [Jeremy May](https://github.com/kenishi)
20+
21+
#### Bug Fixes:
22+
* Fixes an issue that would duplicate Session objects per userId-installationId pair.
23+
* Fixes an issue affecting pointer permissions introduced in this release.
24+
* Fixes an issue that would prevent displaying audiences correctly in dashboard.
25+
* Fixes an issue affecting preventLoginWithUnverifiedEmail upon signups.
26+
27+
#### Dependency Updates:
28+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
29+
* [[email protected]](https://www.npmjs.com/package/body-parser)
30+
* [[email protected]](https://www.npmjs.com/package/nodemon)
31+
32+
##### Devevelopment Dependencies Updates:
33+
* [[email protected]](https://www.npmjs.com/package/babel-cli)
834

935
### 2.6.0
1036
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.5.3...2.6.0)

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.6.0",
3+
"version": "2.6.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)