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 #499 from stormpath/release-3.1.4
Browse files Browse the repository at this point in the history
Release 3.1.4
  • Loading branch information
typerandom committed Aug 10, 2016
2 parents d7c20ba + 4164903 commit 685864e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ Change Log

All library changes, in descending order.

Version 3.1.4
-------------

**Released August 10, 2016.**

- Fixed: Hostname was not resolved correctly if it included a port, and was
behind a reverse-proxy (`#498 <https://github.com/stormpath/express-stormpath/pull/498>`_).

- Fixed: Pre/Post Login & Registration handlers were not called during a social
login flow (`#466 <https://github.com/stormpath/express-stormpath/pull/466>`_).

- Fixed: Token cookies were not created after auto-login when resetting password
(`#465 <https://github.com/stormpath/express-stormpath/pull/465>`_).

- Fixed: res.render() was not called with the full view path, causing "not found"
errors when the custom view filename had multiple periods.
(`#462 <https://github.com/stormpath/express-stormpath/pull/462>`_).

- Added error logging for token exchange errors, to help debug ID Site callback
issues (`#474 <https://github.com/stormpath/express-stormpath/pull/474>`_).

- The following dependencies have been updated:

- ``async@1.4.2`` -> ``async@2.0.1``
- ``njwt@0.3.0`` -> ``njwt@0.3.1``


Version 3.1.3
-------------

Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Upgrade Guide
This page contains specific upgrading instructions to help you migrate between
Express-Stormpath releases.

Version 3.1.3 -> Version 3.1.4
------------------------------

**No changes needed!**

Version 3.1.2 -> Version 3.1.3
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-stormpath",
"version": "3.1.3",
"version": "3.1.4",
"description": "Build simple, secure web applications with Stormpath and Express!",
"keywords": [
"express",
Expand Down

0 comments on commit 685864e

Please sign in to comment.