File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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 )
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:
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments