Skip to content

v0.3.0

Compare
Choose a tag to compare
@tzaeschke tzaeschke released this 09 Oct 14:59
· 53 commits to master since this release

New release v0.3.0

This release includes some minor breaking changes:

  • ScionDatagramChannel.setErrorListener(Consumer<ErrorMessage> msg) now uses ErrorMessage as argument and as return type.
  • Removed numerous deprecated methods

Overview

  • Completely refactored SCMP API. It now has:
    • ScmpSender (similar to the old ScmpChannel)
    • ScmpSenderAsync (non-blocking send)
    • ScmpReceiver (for receiving and responding to SCMP echo requests)
  • Path construction now supports on-path and short-cut situations
  • Some bug fixes and general clean up

For a full history of changes please see the CHANGELOG.

What's Changed

Full Changelog: v0.2.0...v0.3.0