|
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:
|
|
0 commit comments