Skip to content

Releases: puniverse/pulsar

0.7.9

28 Jul 11:54
Compare
Choose a tag to compare

0.7.8

24 May 17:57
Compare
Choose a tag to compare

0.7.7

02 Dec 15:41
Compare
Choose a tag to compare

Improvements to verifyInstrumentation reporting and some bug fixes.

0.7.6

07 Aug 15:03
Compare
Choose a tag to compare
  • Match Quasar 0.7.6
  • Drop core.typed (in the future we intend to make use of core.spec)

0.7.5

02 May 13:01
Compare
Choose a tag to compare

Improvements

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

0.7.4

18 Jan 17:40
Compare
Choose a tag to compare

Improvements

  • Several dependencies upgraded

Closed issues

0.7.3

28 Aug 10:45
Compare
Choose a tag to compare

New features:

Improvements

  • Upgrade to Clojure 1.7.0

Closed issues:

0.7.2

25 Jun 16:39
Compare
Choose a tag to compare

New features:

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

Closed issues:

0.7.0

29 May 13:57
Compare
Choose a tag to compare

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:

0.6.2

23 Dec 17:25
Compare
Choose a tag to compare

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