Skip to content

Releases: vaslabs/talos

v2.1

11 Aug 17:46
6c4e564
Compare
Choose a tag to compare

Changelog

  • Library updates
    • Akka 2.6.8
    • Akka http 10.2.0
libraryDependencies += "org.vaslabs.talos" %% "taloscore" % "2.1.0"
libraryDependencies += "org.vaslabs.talos" %% "talosakkasupport" % "2.1.0"
libraryDependencies += "org.vaslabs.talos" %% "taloskamon" % "2.1.0"

Kamon and scala 2.13 support

10 May 18:01
Compare
Choose a tag to compare

Changelog

➕ Kamon 2.x is supported
➕ Cross Scala support (2.12.x, 2.13.x)

➖ Hystrix reporter (for hystrix dashboard removed)

Stable release

23 Nov 21:44
Compare
Choose a tag to compare

Changelog

  • Fully migrated to akka typed (2.6.0)
  • Fix for separating services on the same host but different port
  • Cats-effect 2.x
  • Monix 3.x

Lawful talos release

01 Dec 23:34
Compare
Choose a tag to compare
  • TalosCircuitBreaker typeclass, enforcing timeouts and monitoring
  • Laws provided to check against typeclass instances
  • Provides two typeclass instances based either on the Monix or Akka Circuit Breaker