Skip to content

Commit b456f10

Browse files
Parse Server v2.2.15
1 parent 903d4f5 commit b456f10

File tree

1 file changed

+61
-2
lines changed

1 file changed

+61
-2
lines changed

parse-server.html

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
</p>
9191
<ul class="download-ul">
9292
<li>
93-
<a href="https://github.com/ParsePlatform/parse-server/archive/2.2.14.zip">
93+
<a href="https://github.com/ParsePlatform/parse-server/archive/2.2.15.zip">
9494
Download
9595
<strong>
9696
ZIP File
9797
</strong>
9898
</a>
9999
</li>
100100
<li>
101-
<a href="https://github.com/ParsePlatform/parse-server/archive/2.2.14.tar.gz">
101+
<a href="https://github.com/ParsePlatform/parse-server/archive/2.2.15.tar.gz">
102102
Download
103103
<strong>
104104
TAR Ball
@@ -124,6 +124,65 @@
124124
<h2>
125125
Parse Server Changelog
126126
</h2>
127+
<h3>
128+
2.2.15 (6/30/2016)
129+
</h3>
130+
<ul>
131+
<li>
132+
Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to
133+
<a href="https://github.com/AndrewLane">
134+
Andrew Lane
135+
</a>
136+
</li>
137+
<li>
138+
Improvement: Stop requiring verifyUserEmails for password reset functionality, thanks to
139+
<a href="https://github.com/TylerBrock">
140+
Tyler Brock
141+
</a>
142+
</li>
143+
<li>
144+
Improvement: Kill without validation, thanks to
145+
<a href="https://github.com/drew-gross">
146+
Drew Gross
147+
</a>
148+
</li>
149+
<li>
150+
Fix: Deleting a file does not delete from fs.files, thanks to
151+
<a href="https://github.com/maninga">
152+
David Keita
153+
</a>
154+
</li>
155+
<li>
156+
Fix: Postgres stoage adapter fix, thanks to
157+
<a href="https://github.com/vitaly-t">
158+
Vitaly Tomilov
159+
</a>
160+
</li>
161+
<li>
162+
Fix: Results invalid session when providing an invalid session token, thanks to
163+
<a href="https://github.com/flovilmart">
164+
Florent Vilmart
165+
</a>
166+
</li>
167+
<li>
168+
Fix: issue creating an anonymous user, thanks to
169+
<a href="https://github.com/hmoqhim">
170+
Hussam Moqhim
171+
</a>
172+
</li>
173+
<li>
174+
Fix: make http response serializable, thanks to
175+
<a href="https://github.com/flovilmart">
176+
Florent Vilmart
177+
</a>
178+
</li>
179+
<li>
180+
New: Add postmark email adapter alternative
181+
<a href="https://github.com/glennreyes">
182+
Glenn Reyes
183+
</a>
184+
</li>
185+
</ul>
127186
<h3>
128187
2.2.14 (6/25/2016)
129188
</h3>

0 commit comments

Comments
 (0)