Skip to content

Latest commit

 

History

History
179 lines (106 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

179 lines (106 loc) · 6.88 KB

Change Log

  • Update to Play 3.0.0
  • Update to Play 2.9.0
  • Update to Play 2.8.8

Full Changelog

Full Changelog

  • Update to Play 2.8.5

Full Changelog

Closed issues:

  • Update to Play 2.8.0 #32

Migration Notes:

  • Dropped support for Scala 2.11
  • Removed deprecated trait SockJSRouter: your SockJS router should extend one of BaseSockJSRouter, AbstractSockJSRouter or InjectedSockJSRouter.

Full Changelog

Closed issues:

  • Added support for Scala 2.13 #31
  • Update to Play 2.7.3 #30

Full Changelog

Closed issues:

  • Play 2.7 released #27

Full Changelog

  • Update to Play 2.6.19
  • Add API to inject SockJSRouter

Full Changelog

  • Update to Play 2.5.12

Closed issues:

  • Heartbeat frames shouldn't be taken in consideration when calculating framebuffer size #22

Full Changelog

  • Update to Play 2.5.10
  • Session flows are now pre-fused
  • When using Actor Java API the ActorFlow is built with a buffer of 256, the same size as the JAVA callback based API

Full Changelog

  • Update to Play 2.5.9
  • Better support for WebSocket transports
  • Alternative ActorFlow implementation based on GraphStage
  • More complete test suite

Closed issues:

  • Rejecting & accepting websockets #20

0.5.0 (2016-03-13)

Full Changelog

  • Play 2.5 support
  • Add flow based Java API
  • Remove SockJSRouter builder methods
  • Refactored all internal session handling code to akka-streams

0.4.0 (2015-06-11)

Full Changelog

Closed issues:

  • play 2.4 stable release #15

0.3.1 (2014-09-13)

Full Changelog

0.1.6 (2014-09-13)

Full Changelog

0.2.6 (2014-09-13)

Full Changelog

0.3.0 (2014-06-30)

Full Changelog

Closed issues:

  • Play 2.3.0 support #2

0.2.5 (2014-06-22)

Full Changelog

0.1.5 (2014-06-22)

Full Changelog

Merged pull requests:

0.2.4 (2014-06-19)

Full Changelog

0.1.4 (2014-06-19)

Full Changelog

Merged pull requests:

0.2.3 (2014-06-16)

Full Changelog

0.1.3 (2014-06-16)

Full Changelog

Implemented enhancements:

  • provide java api #1

Merged pull requests:

0.1.2 (2014-04-27)

Full Changelog

0.2.2 (2014-04-27)

Full Changelog

0.1.1 (2014-04-19)

Full Changelog

0.2.1 (2014-04-13)

Full Changelog

0.2 (2014-04-02)

Full Changelog

Play 2.2.x support

0.1 (2014-04-01)

Initial release, Play 2.1.x support