Skip to content

v0.6.0

Compare
Choose a tag to compare
@wuespace-admin wuespace-admin released this 23 Dec 11:07
· 0 commits to 3818769f01e76398f87c8443a2b0712c62f42f57 since this release

Bug Fixes

  • api: Fix various TelestionVerticle issues (83a730e)

Features

  • api: Add GenericConfiguration as default type for TelestionVerticle configuration (6493cbb)
  • api: Add more overloads for request method in Event Bus trait to handle JsonMessage messages (c00f720)
  • api: Add Telestion Configuration interface (71a3682)
  • api: Add Telestion Verticle (9cb472f)
  • api: Add verticle deployer class to conveniently deploy verticles with or without configuration (26c4be0)
  • api: Add WithEventBus trait for Telestion Verticles (4171434)
  • api: Add WithSharedData trait for Telestion Verticles (3206873)
  • api: Deprecate Config utility class (6f74ffa)
  • api: Remove verticle deployer (c1f3a7d)
  • api: Use DecodedMessage record instead of generic verticle (2f029b0)
  • example: Add GenericConfiguration in examples which don't have any configuration (702c0f3)
  • example: Add ping pong verticles (c09f2a1)
  • example: Remove getConfigType overrides in example verticles because it is not necessary anymore (e00799a)
  • example: Update verticle examples to use Telestion Verticle as base class (557b82d)