Skip to content

Releases: paxel/lintstone

v2.0.1 - JAVA 21

21 Jun 20:01
Compare
Choose a tag to compare
  • 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

07 Oct 20:05
Compare
Choose a tag to compare
  • 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

25 Sep 18:57
Compare
Choose a tag to compare

Version 0.12.1
no changes to 0.12.0

0.12.0 - JAVA 8

25 Sep 10:56
Compare
Choose a tag to compare

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

25 Sep 19:48
Compare
Choose a tag to compare

Version 1.0.0

This release is probably not compatible with JAVA 8

0.11.0

04 Sep 17:59
Compare
Choose a tag to compare
  • 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

15 Aug 16:12
Compare
Choose a tag to compare
        <dependency>
            <groupId>io.github.paxel</groupId>
            <artifactId>lintstone</artifactId>
            <version>0.10.1</version>
        </dependency>