Releases: puniverse/pulsar
Releases · puniverse/pulsar
0.6.1
Changes
- Fixed bug with
spawn-fiber
when used with a named function and arguments
- Use Quasar 0.6.1
0.6.0
This release simply maintains compatibility with Quasar 0.6.0.
Lot's of new features in the next release!
0.5.0
Pulsar 0.5.0 Release Notes
- Support for JDK 8
- Propagate an exception through a channel with
(close! ch exception)
.
- Additional channel transformations in
rx
.
- Various bug fixes
0.4.0
Pulsar 0.4.0
What's New
- Hot Code Swapping
- Channel Transformations (AKA Reactive Extensions)
0.3.0
Pulsar 0.3.0
This release has no major new features, it simply uses Quasar 0.3.0.
- Uses Quasar 0.3.0
- Minor API changes (added
sleep
, use FiberScheduler
instead of ForkJoinPool
)
0.2.0
Pulsar 0.2.0
New Features
- User manual
- Behaviors (gen-server, gen-event)
- Supervisors
- Transfer channels and channel selectors
- An implementation of
core.async
- Fiber-blocking IO
- Initial implementation of distributed actors (using Galaxy)