Releases: mliarakos/lagom-js
Lagom.js 0.5.1-1.6.5
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
Lagom.js 0.5.0-1.6.4
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
Lagom.js 0.4.0-1.6.4
This release updates to Lagom 1.6.4 and Scala.js 1.2.0.
Lagom.js 0.4.0-1.6.3
This release updates to Lagom 1.6.3 and Scala.js 1.1.1.
Lagom.js 0.4.0-1.6.2
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
Lagom.js 0.3.1-1.6.2
This release updates the Lagom baseline to Lagom 1.6.2.
Lagom.js 0.3.1-1.6.1
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
Lagom.js 0.3.0-1.6.1
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.