Skip to content

Commit e1de9f3

Browse files
drew-grossflovilmart
authored andcommitted
Changelog 2.2.18 (#2558)
1 parent 7fa3c99 commit e1de9f3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Parse Server Changelog
22

3+
### 2.2.18
4+
5+
* Fix: Improve support for objects in push alert, thanks to [Antoine Lenoir](https://github.com/alenoir)
6+
* Fix; Prevent pointed from getting clobbered when they are changed in a beforeSave, thanks to [sud](https://github.com/sud80)
7+
* Fix: Improve support for "Bytes" type, thanks to [CongHoang](https://github.com/conghoang)
8+
* Fix: Better logging compatability with Parse.com, thanks to [Arthur Cinader](https://github.com/acinader)
9+
* New: Add Janrain Capture and Janrain Engage auth provider, thanks to [Andrew Lane](https://github.com/AndrewLane)
10+
* Improved: Include content length header in files response, thanks to [Steven Van Bael](https://github.com/vbsteven)
11+
* Improved: Support byte range header for files, thanks to [Brage G. Staven](https://github.com/Bragegs)
12+
* Improved: Validations for LinkedIn access_tokens, thanks to [Felix Dumit](https://github.com/felix-dumit)
13+
* Improved: Experimental postgres support, thanks to [Florent Vilmart](https://github.com/flovilmart)
14+
* Perf: Use native bcrypt implementation if available, thanks to [Florent Vilmart](https://github.com/flovilmart)
15+
16+
317
### [2.2.17](https://github.com/ParsePlatform/parse-server/tree/2.2.17) (07/23/2016)
418
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.2.16...2.2.17)
519

package.json

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

0 commit comments

Comments
 (0)