Skip to content

Release v2.6.0

Compare
Choose a tag to compare
@lucav76 lucav76 released this 06 Mar 21:42
· 88 commits to master since this release
  • Adds SyncVar, to notify listeners that a variable changed value
  • Adds SyncMap, to notify listeners that a variable in a map changed value
  • Adds support for binary content and for async retrieval to HttpUtil
  • Adds stereotypes for an actor specialized on downloading content, forwarding it to other actors
  • Now embeddedHttpServer() returns 404 if the worker returns null
  • Some improvements to the documentation
  • Switches to Gradle 7.4
  • Tests stabilization