fmq 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt ADDED
@@ -0,0 +1,24 @@
1
+ == 0.2.0 2008-06-28
2
+ * 3 minor enhancements:
3
+ * added a BaseQueue that can be used by other queues to reduce overhead
4
+ * created unit test for most important classes
5
+ * the system now fully supports the adding of meta data to messages by passing http parameters
6
+ * 3 tiny changes:
7
+ * changes to the documentation of creating custom queues
8
+ * streamlined the linked queue (making use of BaseQueue)
9
+ * update some parts of the website and admin interface
10
+
11
+ == 0.1.1 2008-06-23
12
+ * 7 tiny enhancements:
13
+ * make the queue manager check if the poll or put to or from a queue is possible
14
+ * changed mongrel handler to no raise an exception on client error (performance issue)
15
+ * moved the creation of the fmq logger to the configuration class
16
+ * aliases for post and get on client and server sides
17
+ * cleanup some queues (removed methods bytes and size)
18
+ * added a new queue: ForwardQueue
19
+ * added some rdoc and documentation
20
+
21
+ == 0.1.0 2008-06-22
22
+
23
+ * 1 minor enhancement:
24
+ * This is the initial release