Skip to content

Releases: puniverse/pulsar

0.6.1

23 Sep 16:53
Compare
Choose a tag to compare

Changes

  • Fixed bug with spawn-fiber when used with a named function and arguments
  • Use Quasar 0.6.1

0.6.0

23 Jul 15:46
Compare
Choose a tag to compare

This release simply maintains compatibility with Quasar 0.6.0.
Lot's of new features in the next release!

0.5.1

12 May 14:39
Compare
Choose a tag to compare

Fix Galaxy integration

0.5.0

26 Mar 16:13
Compare
Choose a tag to compare

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

22 Jan 11:00
Compare
Choose a tag to compare

Pulsar 0.4.0

What's New

  • Hot Code Swapping
  • Channel Transformations (AKA Reactive Extensions)

0.3.0

14 Oct 21:21
Compare
Choose a tag to compare

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

19 Jul 13:54
Compare
Choose a tag to compare

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)