Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jul 6, 2017
1 parent 6111388 commit 1904aa1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.4.1 2017-07-06

* Backwards compatibility fix for seneca-amqp-transport 2.2.0 (legacy.meta=true)


## 3.4.0 2017-07-03

* Verified working against Node 8.
Expand All @@ -10,20 +15,23 @@
* Action cache replaced by action history utility, making a decoupled seneca.reply mehtod possible (as used (and needed) by next-generation transport).
* Fixed root deprecation warning; Better, but incomplete refactor of source files; some minor fixes;


## 3.3.0 2017-02-07

* Action callback can omit Error parameter (hapi style): http://senecajs.org/api/#method-add
* Minor updates for consistency with new API docs: http://senecajs.org/api
* Updated use-plugin to 0.3.2.
* Plugin options are now consistent with global options after plugin load.


## 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
Expand All @@ -36,6 +44,7 @@
* Removed old legacy parsing handlers as they caused crashes
* Added testable transport links


## 3.0.0 2016-08-26

* Refactored 'old' logging into it's own external plugin; seneca-legacy-logger.
Expand Down Expand Up @@ -80,31 +89,36 @@
* Added test to show how to use exportmap in plugins to export values and functions; see `/test/plugin.test.js:L23`
* Removed old release scripts in favour of `docs/examples/create-a-release.md` and using seneca-test-rig for plugin testing.


## 2.1.0: 2016-05-20

* Fix for parambulator not correctly testing messages. PR #422
* Parambulator validation logic moved to it's own plugn. PR #420
* Allow validation provider to be swapped out (requires flag). PR #420
* Improvements to the test rig. PR #427, #405


## 2.0.1: 2016-04-13

* Filter undefined options. PR #386
* Enhancement to README. PR #391


## 2.0.0: 2016-03-22

* Update transport version to 1.2.0. PR #377
* Remove Seneca as a dependency. PR #378
* Remove entities as a default plugin. PR #379


## 1.4.0: 2016-03-16

* Add setting for immediate pinning. PR #358
* Allow overriding action timeout. PR #359
* Use lodash defaultsDeep to implement util.deepextend. PR #364
* Update transport dependency. PR #372


## 1.3.0: 2016-03-01

* Default tag when undefined. PR #349
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.4.0",
"version": "3.4.1",
"license": "MIT",
"homepage": "http://senecajs.org",
"keywords": [
Expand Down

0 comments on commit 1904aa1

Please sign in to comment.