Skip to content

Twitter-server 20.7.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 22 Jul 17:19
· 222 commits to develop since this release

20.7.0

Breaking API Changes

  • Make Lifecycle and Lifecycle.Warmup self-typed to TwitterServer. Lifecycle was previously
    self-typed to c.t.app.App and Lifecycle.Warmup previously had no self-type restrictions. These
    traits can now only be mixed into instances of TwitterServer. The Lifecycle.DetatchedWarmup
    trait is introduced to allow users to transition to it, where they were previously extending
    Lifecycle.Warmup without mixing into a TwitterServer. Lifecycle.DetatchedWarmup
    is immediately deprecated and will be removed in a future release. cb85a45f