- Renamed the `ep_status_report` field of the `EPStatusReport` message to `global_state`
- `global_state` has an alias of `ep_status_report` for backward compatibility
<a id='changelog-0.0.24'></a>
0.0.24
Changed
- Container information can now be conveyed directly with Task messages, not just ``container_id``
<a id='changelog-0.0.23'></a>
0.0.23
Added
- Add an exception and error code for when a serialized function exceeds our size limits.
<a id='changelog-0.0.21'></a>
0.0.21
Added
- Add new exception, `ContainerBuildForbidden`
<a id='changelog-0.0.20'></a>
0.0.20
Added
- Added error codes and classes for when submissions to the web service's `batch_run` API are too large
<a id='changelog-0.0.17'></a>
0.0.17
Added
- A `TaskTransition` message type which is used in the Result, ManagerStatusReport, and EPStatusReport to record status events. - Execution-start and execution-end TaskState constants. - ActorName constants to represent the various entities in the system.