Puniverse Pulsar Versions Save

Fibers, Channels and Actors for Clojure

v0.7.9

6 years ago

v0.7.8

6 years ago

v0.7.7

7 years ago

Improvements to verifyInstrumentation reporting and some bug fixes.

v0.7.6

7 years ago
  • Match Quasar 0.7.6
  • Drop core.typed (in the future we intend to make use of core.spec)

v0.7.5

7 years ago

Improvements

  • Upgrade to Quasar 0.7.5 and other deps upgrade
  • #52: Upgrade to Clojure 1.8.0
  • #55: Support blocking actor event handlers

v0.7.4

8 years ago

Improvements

  • Several dependencies upgraded

Closed issues

  • #45
  • #46
  • #47
  • #48
  • #50

v0.7.3

8 years ago

New features:

Improvements

  • Upgrade to Clojure 1.7.0

Closed issues:

v0.7.2

8 years ago

New features:

  • gen-fsm for finite-state-machine actors.

Closed issues:

  • #40
  • #41
  • #42

v0.7.0

8 years ago

Breaking changes:

  • Pulsar API: renamed fiber to create-fiber and introduced a more idiomatic (fiber <block>) (see new features below)

New features:

  • Experimental support for automatic instrumentation of Clojure code
  • core.async implementation upgraded to 0.1.346.0-17112a-alpha
  • Pulsar API: similarly to Clojure's (thread <block>), the new idiomatic (fiber <block>) will spawn a new fiber with default settings executing <block>
  • Pulsar API: #30 added support for spawning actors on threads
  • Pulsar API: channel can now accept multi-producer? and multi-consumer? flags as last arguments

Closed issues:

  • #35
  • #33
  • #32
  • #28
  • #27

v0.6.2

9 years ago

This is a bug-fix release. Bugs fixed include:

  • Quasar bug fixes
  • #24
  • #25
  • False-positive warnings when the verifyInstrumentation flag is on.