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