Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit 693592f

Browse files
committed
Release 4.0.0
1 parent 9763243 commit 693592f

File tree

5 files changed

+1100
-1430
lines changed

5 files changed

+1100
-1430
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="4.0.0"></a>
2+
# [4.0.0](https://github.com/knalli/angular-vertxbus/compare/3.2.1...v4.0.0) (2016-02-13)
3+
4+
5+
### Features
6+
7+
* upgrade baseline to Vert.x 3.2 (breaking changes) ([e06515b](https://github.com/knalli/angular-vertxbus/commit/e06515b))
8+
* **adapter:** add support for `EventBus.onerror` ([5e93cde](https://github.com/knalli/angular-vertxbus/commit/5e93cde))
9+
* **service:** add support for `failureHandler` on send ([bbec54c](https://github.com/knalli/angular-vertxbus/commit/bbec54c))
10+
* **service:** add support for new `type=err` messages ([54c4b2b](https://github.com/knalli/angular-vertxbus/commit/54c4b2b))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* Due insuffcient support and breaking things, the feature `login` has been removed completely. It will come back supporting login on connect providers as well (i.e. JWT over BasicAuth).
16+
* Due upgrading to Vert.x 3.2 (incl. 3.1), several things changed internally. Be aware of https://github.com/vert-x3/wiki/wiki/3.2.0-Breaking-changes
17+
* Since Vert.x 3.1, the dependency has changed `vertx3bus` => `vertx-eventbus`. Also the file name itself has changed.
18+
* Since Vert.x 3.1, the `EventBus` is a global now. No `vertx.` anymore.
19+
* Since Vert.x 3.1, the message payload of a receiving message has changed being closer to NodeJS apis. The `vertxEventBusService` will handle this correct without a change, but `vertxEventBus` has changed the signature being compliant: `register('address', callback({address, message}))` => `register(callback(err, {address, message}))`
20+
21+
22+
123
<a name="3.2.1"></a>
224
## [3.2.1](https://github.com/knalli/angular-vertxbus/compare/3.2.0...v3.2.1) (2016-01-24)
325

0 commit comments

Comments
 (0)