You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/3-dp-0.5.0.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: changelog
3
3
title: distributed-process-0.5.0
4
4
status: Released
5
-
date: Wen May 28 12:15:02 UTC 2014
5
+
date: 28-05-2014
6
6
version: 0.5.0
7
7
commits: distributed-process-0.4.2...master
8
8
release: 10008
@@ -22,21 +22,22 @@ underlying types.
22
22
23
23
The performance of inter-process messaging has been optimised for intra-node use cases. Messages are no
24
24
longer sent over the network-transport infrastructure when the receiving process resides on the same node
25
-
as the sender. New `unsafe` APIs have been made available to allow code that uses intra-node messaging to
25
+
as the sender. New unsafe APIs have been made available to allow code that uses intra-node messaging to
26
26
skip the serialization of messages, facilitating further performance benefits at the risk of altered
27
-
error handling semantics. More details are available in the [`UnsafePrimitives` documentation][1].
27
+
error handling semantics. More details are available in the [UnsafePrimitives documentation][1].
28
28
29
-
A new [*Management API*][2] has been added, giving user code the ability to receive and respond to a running
29
+
A new [Management API][2] has been added, giving user code the ability to receive and respond to a running
30
30
node's internal system events. The tracing and debugging support added in 0.4.2 has been [upgraded][3] to use
31
31
this API, which is more efficient and flexible.
32
32
33
33
#### Bugs
34
34
35
-
*[DP-68](https://cloud-haskell.atlassian.net/browse/DP-68) - Dependency on STM implicitly changed from 1.3 to 1.4, but was not reflected in the .cabal file
36
-
*[DP-79](https://cloud-haskell.atlassian.net/browse/DP-79) - Race condition in local monitoring when using `call`
35
+
*[DP-68](https://cloud-haskell.atlassian.net/browse/DP-68) - Dependency on STM implicitly changed from 1.3 to 1.4, but was not reflected in the cabal file
36
+
*[DP-79](https://cloud-haskell.atlassian.net/browse/DP-79) - Race condition in local monitoring when using call
37
37
*[DP-94](https://cloud-haskell.atlassian.net/browse/DP-94) - mask does not work correctly if unmask is called by another process
38
38
39
39
#### Improvements
40
+
40
41
*[DP-20](https://cloud-haskell.atlassian.net/browse/DP-20) - Improve efficiency of local message passing
41
42
*[DP-77](https://cloud-haskell.atlassian.net/browse/DP-77) - nsend should use local communication channels
42
43
*[DP-39](https://cloud-haskell.atlassian.net/browse/DP-39) - Link Node Controller and Network Listener
@@ -48,12 +49,12 @@ this API, which is more efficient and flexible.
0 commit comments