From 7db69ac8f2c400698c2a25e027ab01eeade44e57 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Fri, 19 Feb 2016 12:10:00 -0800 Subject: [PATCH] Updating to 2.1.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e83371..c27fb140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Parse Server Changelog +### 2.1.2 (2/19/2016) + +* Change: The S3 file adapter constructor requires a bucket name +* Fix: Parse Query should throw if improperly encoded +* Fix: Issue where roles were not used in some requests +* Fix: serverURL will no longer default to api.parse.com/1 + ### 2.1.1 (2/18/2016) * Experimental: Schemas API support for DELETE operations