Skip to content

Releases: mliarakos/lagom-js

Lagom.js 0.5.1-1.6.5

10 Jul 17:00
27071be
Compare
Choose a tag to compare

This release fixes an issue with query parameter encoding.

Change Log

  • Use encodeURIComponent for query params #25

Lagom.js 0.5.0-1.6.5

14 Jun 00:00
b4a84a8
Compare
Choose a tag to compare

This release updates to Lagom 1.6.5.

Change Log

  • Lagom 1.6.5 #24

Lagom.js 0.5.0-1.6.4

30 Mar 04:29
8ad5578
Compare
Choose a tag to compare

This release upgrades the WebSocket client implementation and exposes the default Lagom.js configuration for application use.

WebSocket Stream Buffer

The WebSocket client uses a receive buffer for streaming responses. The buffer prevents the loss of elements while the stream is starting and can be used to compensate for stream rate differences. See the documentation for a discussion of how to use the buffer.

Default Configuration

The default Lagom.js configuration is exposed for use by applications. See the documentation for how to use the default configuration with an application configuration.

Change Log

  • Implemented WebSocket receive buffer for streaming requests and responses #19
  • Exposed default Lagom.js configuration for use by applications #22

Lagom.js 0.4.0-1.6.4

28 Sep 21:49
496c985
Compare
Choose a tag to compare

This release updates to Lagom 1.6.4 and Scala.js 1.2.0.

Lagom.js 0.4.0-1.6.3

28 Sep 20:33
54186d8
Compare
Choose a tag to compare

This release updates to Lagom 1.6.3 and Scala.js 1.1.1.

Lagom.js 0.4.0-1.6.2

30 May 05:35
0054b4b
Compare
Choose a tag to compare

This release updates Lagom.js to Scala.js 1.x. Scala.js 0.6 is no longer supported.

Change Log

  • Scala.js 1.0 support #10

Lagom.js 0.3.2-1.6.2

30 May 02:22
c8c949f
Compare
Choose a tag to compare

This release fixes several bugs with the WebSocket client implementation.

Change Log

  • Fixed WebSocket client to close when outgoing sink completes #17
  • Fixed WebSocket client to properly start and stop Akka stream #18

Lagom.js 0.3.1-1.6.2

16 May 01:08
f426d49
Compare
Choose a tag to compare

This release updates the Lagom baseline to Lagom 1.6.2.

Lagom.js 0.3.1-1.6.1

04 Apr 22:20
78e4012
Compare
Choose a tag to compare

This release fixes several bugs and completes the WebSocket client implementation. The WebSocket client is now fully featured and supports:

  • streaming binary data
  • handling socket close to determine if the socket failed
  • parsing of exceptions

Change Log

  • Completed implementation of the WebSocket client #12
  • Fixed the parsing of empty headers #14
  • Fixed exception handling when an AJAX request times out #16

Lagom.js 0.3.0-1.6.1

20 Mar 01:24
8a38577
Compare
Choose a tag to compare

This release brings Lagom.js into almost full feature parity with Lagom by adding support for circuit breakers and Scala 2.13.

Circuit Breakers

Circuit breakers are fully supported and work as they do in Lagom (see the Lagom documentation). The only difference is the circuit breaker metrics implementation, which only collects a few basic metrics.

Scala 2.13

Lagom.js is now published for both Scala 2.12 and 2.13.