Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnelldean committed Sep 27, 2016
1 parent 0963ca6 commit 3267b6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 3.1 2016-09-16
## 3.2.0 2016-09-27

* Added .inward() api method.
* Added .outward() api method.
* Made logging safely stringify input.
* Fixed memory leak / timeout bug in gate-executor.

## 3.1.0 2016-09-16

* Correct issue with log handlers not working via command line
* Extracted out log handling into seneca-log-filters for ease of reuse in custom loggers
Expand All @@ -10,7 +17,7 @@
* Removed old legacy parsing handlers as they caused crashes
* Added testable transport links

## 3.0: 2016-08-26
## 3.0.0 2016-08-26

* Refactored 'old' logging into it's own external plugin; seneca-legacy-logger.
* Added new adaptor based JSON logging. External loggers can now be used with Seneca.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"homepage": "http://senecajs.org",
"keywords": [
Expand Down

0 comments on commit 3267b6b

Please sign in to comment.