Skip to content

Commit fecbb2d

Browse files
authored
⚡ Release 2.6.5 (#4298)
1 parent 6f1fe89 commit fecbb2d

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.4...master)
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...master)
5+
6+
### 2.6.5
7+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...2.6.4)
8+
9+
#### New Features:
10+
* Adds support for read-only masterKey, thanks to [Florent Vilmart](https://github.com/flovilmart)
11+
* Adds support for relative time queries (mongodb only), thanks to [Marvel Mathew](https://github.com/marvelm)
12+
13+
#### Improvements:
14+
* Handle possible afterSave exception, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
15+
* Add support for expiration interval in Push, thanks to [Marvel Mathew](https://github.com/marvelm)
16+
17+
#### Bug Fixes:
18+
* The REST API key was improperly inferred from environment when using the CLI, thanks to [Florent Vilmart](https://github.com/flovilmart)
519

620
### 2.6.4
721
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.4...2.6.3)
822

9-
### Improvements:
23+
#### Improvements:
1024
* Improves management of configurations and default values, thanks to [Florent Vilmart](https://github.com/flovilmart)
1125
* Adds ability to start ParseServer with `ParseServer.start(options)`, thanks to [Florent Vilmart](https://github.com/flovilmart)
1226
* Adds request original IP to cloud code hooks, thanks to [Gustav Ahlberg](https://github.com/Gyran)
@@ -15,7 +29,7 @@
1529
* Adds ability to login with POST requests alongside GET, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
1630
* Adds ability to login with email, instead of username, thanks to [Florent Vilmart](https://github.com/flovilmart)
1731

18-
### Bug Fixes:
32+
#### Bug Fixes:
1933
* Fixes issue affecting beforeSaves and increments, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb)
2034

2135
#### Dependency Updates:

package.json

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

0 commit comments

Comments
 (0)