File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
17
### [ 2.2.17] ( https://github.com/ParsePlatform/parse-server/tree/2.2.17 ) (07/23/2016)
4
18
[ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.2.16...2.2.17 )
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.17 " ,
3
+ "version" : " 2.2.18 " ,
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