-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
77 lines (60 loc) · 2.85 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
== 0.3.5 2009-07-25
* 1 minor change:
* ruby 1.9 and rack 1.0.0 compatibility (thanks to John W Higgins <[email protected]>)
== 0.3.4 2008-09-06
* 2 minor change:
* complete redesign of the admin interface
* complete redesign of the website
== 0.3.3 2008-09-02
* 1 minor change:
* added round robin queue
* 1 tiny fix:
* fixed bug on QueueException handling
== 0.3.2 2008-08-28
* 3 minor changes:
* changed the way of the queue manager setup
* updated rdoc, readme and website documentation
* added a new queue that persists the messages in the file system
* 3 tiny changes:
* fixed the fmq logger creation
* some fixes to the queue manager and some queues
* refactored testing of fifo based queues
== 0.3.1 2008-08-27
* 2 minor changes:
* refactored the queue manager and remove legacy code (moved constraints stuff to the base queue)
* refactored the setup_queue method in the configuration file (sorry you have to change your config)
* 3 tiny changes:
* default-server can now be used from within the development repository (no rund trip necessary)
* added and replaced some tests for the new interface of the queue manager and the base queue
* one can now yield and return messages
== 0.3.0 2008-08-26
* 2 minor changes:
* replaced the mongrel handler by rack so that it can be used by many servers and in different configurations
* removed the old yml style config and replaced it by a new rubyish config style (see config.ru)
* 5 tiny changes:
* separated the admin interface handler
* removed the configuration stuff that belonged to the old yml file from queue_manager and boot classes
* removed that the command fmq can be used to start the server (rackup can be used by now)
* admin interface is now separated to several files (javascript, css, ...)
* admin interface is validated by W3C validator for xhtml strict and css 2.1 compliance
== 0.2.0 2008-06-28
* 3 minor enhancements:
* added a BaseQueue that can be used by other queues to reduce overhead
* created unit test for most important classes
* the system now fully supports the adding of meta data to messages by passing http parameters
* 3 tiny changes:
* changes to the documentation of creating custom queues
* streamlined the linked queue (making use of BaseQueue)
* update some parts of the website and admin interface
== 0.1.1 2008-06-23
* 7 tiny enhancements:
* make the queue manager check if the poll or put to or from a queue is possible
* changed mongrel handler to no raise an exception on client error (performance issue)
* moved the creation of the fmq logger to the configuration class
* aliases for post and get on client and server sides
* cleanup some queues (removed methods bytes and size)
* added a new queue: ForwardQueue
* added some rdoc and documentation
== 0.1.0 2008-06-22
* 1 minor enhancement:
* This is the initial release