Releases: gvonness/bengal-stm
Releases · gvonness/bengal-stm
Internal update
- Migration to Typelevel SBT plugin
- Minor code cleanup
v0.9.2
- Runtime updates to enhance retry efficiency
v0.9.1
- Fix for scheduler toString causing stack overflow
v0.9.0
- Scala update to 2.13.11
- Remove max retry wait time runtime parameter
v0.8.0
- New reactive graph scheduler
- Refactor of runtime IDs
- Enhanced ID footprint collision detection
v0.7.0
- Expanded API to accepted abstracted effects
- Backend to use abstracted effects instead of thunks to suspend calculations
- Backend performance optimisations
- Bugfixes around waiting triggering for transactional maps
v0.6.0
- Cleanup of build.sbt and CI/CD
- Readme updates
v0.5.0
- Restructure of codebase
- Reworked imports to align more to TypeLevel standards
- Separated
delay
and pure
APIs reflecting other TypeLevel APIs
- Intellij auto-complete now works with the API