File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
3
### 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 )
5
19
6
20
### 2.6.4
7
21
[ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.6.4...2.6.3 )
8
22
9
- ### Improvements:
23
+ #### Improvements:
10
24
* Improves management of configurations and default values, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
11
25
* Adds ability to start ParseServer with ` ParseServer.start(options) ` , thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
12
26
* Adds request original IP to cloud code hooks, thanks to [ Gustav Ahlberg] ( https://github.com/Gyran )
15
29
* Adds ability to login with POST requests alongside GET, thanks to [ Benjamin Wilson Friedman] ( https://github.com/montymxb )
16
30
* Adds ability to login with email, instead of username, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
17
31
18
- ### Bug Fixes:
32
+ #### Bug Fixes:
19
33
* Fixes issue affecting beforeSaves and increments, thanks to [ Benjamin Wilson Friedman] ( https://github.com/montymxb )
20
34
21
35
#### Dependency Updates:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.6.4 " ,
3
+ "version" : " 2.6.5 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments