In this release, many functions related to either handling Mongo collections, or procesing JSON data have been moved to the new mongo
package on which this one depends. Note: dependency is on the mongo
package, not access to a Mongo server, although some functions and classes do require the mongo server.
-
Added a new
MessageQueue
class, along with some functions for manipulating the queue (as this was common toEABN
andEIEvent
. -
Added new capability for building tables to the
Listener
classes. Also, captured some of the code for buildingListenerSet
objects from json configurations.
The test suite is pretty complete for this package, with a few holes for later functions.