Releases: paxel/lintstone
Releases · paxel/lintstone
v2.0.1 - JAVA 21
- Changes the interface for backpressure to declare the InterruptedException so it can be handled by the user
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>lintstone-actor-system</artifactId>
<version>2.0.0</version>
</dependency>
2.0.0 JAVA 21
- Adapted to JAVA 21 virtual threads.
- Changed the interface to be less noisy. (not compatible with previous versions)
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>lintstone-actor-system</artifactId>
<version>2.0.0</version>
</dependency>
v0.12.1 - JAVA 8
Version 0.12.1
no changes to 0.12.0
0.12.0 - JAVA 8
Version 0.12.0
this is the JAVA 8 compatibility release.
These will only continue on demand and for bugfixes
NOTE: release failed on maven central with 502 - Bad Gateway
v1.0.0 - JAVA 11
Version 1.0.0
This release is probably not compatible with JAVA 8
0.11.0
- removed complex actor settings
- added sendWithBackPressure() to regulate actor feeding instead of blocking and limits, which could lead to deadlocks
- added ask() with futures
V 0.10.1
<dependency>
<groupId>io.github.paxel</groupId>
<artifactId>lintstone</artifactId>
<version>0.10.1</version>
</dependency>