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

6.0.0

Choose a tag to compare

@knalli knalli released this 01 Apr 18:39
· 117 commits to master since this release

🐑 Sorry: 5.0.0 was really broken. I have fixed both invalid api signatures and documentations (and both were not matching) as well as adding additional features.

Bug Fixes

  • service: ensure authHandler will be invoked on each request (e692d36)
  • service: fix several serious invalid api signatures and docs #157 (bf773fa), closes #157

Features

  • adapter: introduce vertxEventBus.applyDefaultHeaders(headers) (ced8e74)
  • demo: add demo demostrating using headers and authHandler (5a9345e)
  • dependencies: allow vertx3-eventbus patch updates by spec (9b7d437)
  • service: internal ensure*Connection handlers returning promises now (551f5c3)
  • service: introduce authHandler (0e8e036)

BREAKING CHANGES

  • service: The return of vertxEventBusService.publish() has changed from boolean to Promise (just like send() already).
  • service: The argument failureHandler of EventBus.send() has been removed

This callback has been obsolete since vertx-eventbus 3.1.0+.
Solves #152

  • service: Remove fallback in signatures again. headers is not skipable anymore.