File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
15
### 2.2.14 (6/25/2016)
4
16
5
17
* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
357
369
* Fix: Various files related bugs
358
370
* Fix: Force minimum node version 4.3 due to security issues in earlier version
359
371
* Performance Improvement: Improved caching
360
-
361
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.14 " ,
3
+ "version" : " 2.2.15 " ,
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