File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11## Parse Server Changelog
22
3+ ### 2.2.15 (6/30/2016)
4+
5+ * Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [ Andrew Lane] ( https://github.com/AndrewLane )
6+ * Improvement: Stop requiring verifyUserEmails for password reset functionality, thanks to [ Tyler Brock] ( https://github.com/TylerBrock )
7+ * Improvement: Kill without validation, thanks to [ Drew Gross] ( https://github.com/drew-gross )
8+ * Fix: Deleting a file does not delete from fs.files, thanks to [ David Keita] ( https://github.com/maninga )
9+ * Fix: Postgres stoage adapter fix, thanks to [ Vitaly Tomilov] ( https://github.com/vitaly-t )
10+ * Fix: Results invalid session when providing an invalid session token, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
11+ * Fix: issue creating an anonymous user, thanks to [ Hussam Moqhim] ( https://github.com/hmoqhim )
12+ * Fix: make http response serializable, thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
13+ * New: Add postmark email adapter alternative [ Glenn Reyes] ( https://github.com/glennreyes )
14+
315### 2.2.14 (6/25/2016)
416
517* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
357369* Fix: Various files related bugs
358370* Fix: Force minimum node version 4.3 due to security issues in earlier version
359371* Performance Improvement: Improved caching
360-
361-
Original file line number Diff line number Diff line change 11{
22 "name" : " parse-server" ,
3- "version" : " 2.2.14 " ,
3+ "version" : " 2.2.15 " ,
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