Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #293 from stormpath/release-2.3.7
Browse files Browse the repository at this point in the history
Release 2.3.7
  • Loading branch information
robertjd committed Jan 29, 2016
2 parents 2d5aa04 + 348f893 commit 4eeeb79
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/changelog.rst
Expand Up @@ -7,6 +7,30 @@ Change Log
All library changes, in descending order.


Version 2.3.7
-------------

**Released January 29, 2016.**

- Fixed: This library would set ``req.body`` to an empty object, for all
requests to the application that was passed to ``stormpath.init()``. This
caused problems for users of ``body-parser`` and ``rocky`` modules. This bug
was introduced in 2.3.5 but is now fixed.

- Fixed: JSON error messages from the registration controller are now setting
the status code from the upstream error. Previously it was always 400.

- Documentation update: better descriptions of required environment variables.

- Metrics: we now collect the Express version from the version of Express that
is found in ``node_modules`` folder of the application path (not the path that
is local to this module).

- The following dependencies have been updated:

- ``stormpath-config@0.0.16`` -> ``stormpath-config@0.0.18``
- ``express@4.13.3`` -> ``express@4.13.4``

Version 2.3.6
-------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "express-stormpath",
"version": "2.3.6",
"version": "2.3.7",
"description": "Build simple, secure web applications with Stormpath and Express!",
"keywords": [
"express",
Expand Down

0 comments on commit 4eeeb79

Please sign in to comment.