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

Commit a3445fd

Browse files
committed
Release 6.0.0
1 parent 39b8787 commit a3445fd

File tree

7 files changed

+849
-462
lines changed

7 files changed

+849
-462
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="6.0.0"></a>
2+
# [6.0.0](https://github.com/knalli/angular-vertxbus/compare/5.0.0...v6.0.0) (2016-04-01)
3+
4+
5+
### Bug Fixes
6+
7+
* **service:** ensure authHandler will be invoked on each request ([e692d36](https://github.com/knalli/angular-vertxbus/commit/e692d36))
8+
* **service:** fix several serious invalid api signatures and docs #157 ([bf773fa](https://github.com/knalli/angular-vertxbus/commit/bf773fa)), closes [#157](https://github.com/knalli/angular-vertxbus/issues/157)
9+
10+
### Features
11+
12+
* **adapter:** introduce `vertxEventBus.applyDefaultHeaders(headers)` ([ced8e74](https://github.com/knalli/angular-vertxbus/commit/ced8e74))
13+
* **demo:** add demo demostrating using headers and authHandler ([5a9345e](https://github.com/knalli/angular-vertxbus/commit/5a9345e))
14+
* **dependencies:** allow vertx3-eventbus patch updates by spec ([9b7d437](https://github.com/knalli/angular-vertxbus/commit/9b7d437))
15+
* **service:** internal ensure*Connection handlers returning promises now ([551f5c3](https://github.com/knalli/angular-vertxbus/commit/551f5c3))
16+
* **service:** introduce authHandler ([0e8e036](https://github.com/knalli/angular-vertxbus/commit/0e8e036))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* service: The return of `vertxEventBusService.publish()` has changed from boolean to Promise (just like `send()` already).
22+
* service: The argument `failureHandler` of `EventBus.send()` has been removed
23+
24+
This callback has been obsolete since vertx-eventbus 3.1.0+.
25+
Solves #152
26+
* service: Remove fallback in signatures again. `headers` is not skipable anymore.
27+
28+
29+
130
<a name="5.0.0"></a>
231
# [5.0.0](https://github.com/knalli/angular-vertxbus/compare/4.0.0...v5.0.0) (2016-03-25)
332

0 commit comments

Comments
 (0)