From e1de9f3a12b5db21bad306b4f822ab334bd09610 Mon Sep 17 00:00:00 2001 From: Drew Date: Sat, 20 Aug 2016 07:16:22 -0700 Subject: [PATCH] Changelog 2.2.18 (#2558) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fde16f..a86a5378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## Parse Server Changelog +### 2.2.18 + +* Fix: Improve support for objects in push alert, thanks to [Antoine Lenoir](https://github.com/alenoir) +* Fix; Prevent pointed from getting clobbered when they are changed in a beforeSave, thanks to [sud](https://github.com/sud80) +* Fix: Improve support for "Bytes" type, thanks to [CongHoang](https://github.com/conghoang) +* Fix: Better logging compatability with Parse.com, thanks to [Arthur Cinader](https://github.com/acinader) +* New: Add Janrain Capture and Janrain Engage auth provider, thanks to [Andrew Lane](https://github.com/AndrewLane) +* Improved: Include content length header in files response, thanks to [Steven Van Bael](https://github.com/vbsteven) +* Improved: Support byte range header for files, thanks to [Brage G. Staven](https://github.com/Bragegs) +* Improved: Validations for LinkedIn access_tokens, thanks to [Felix Dumit](https://github.com/felix-dumit) +* Improved: Experimental postgres support, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Perf: Use native bcrypt implementation if available, thanks to [Florent Vilmart](https://github.com/flovilmart) + + ### [2.2.17](https://github.com/ParsePlatform/parse-server/tree/2.2.17) (07/23/2016) [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.2.16...2.2.17) diff --git a/package.json b/package.json index 04002ce7..f0075b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.17", + "version": "2.2.18", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {