default multicast ttl to 5 and allow to be overridden
[lwes-erlang/github-mirror.git] / ChangeLog
blobaba821da11ad02771cab20a24d4c2422a46a66ef
1 Version 3.1.0 (molinaro)
2   * set default TTL for multicast to 5, also allow it to be overridden
4 Version 3.0.1 (molinaro)
5   * fix eunit test from old refactor
7 Version 3.0.0 (molinaro)
8   * allow for easy re-emission of events without deserializing
9   * prevent some malformed events (breaks backward compatibility for users of
10         lwes_event:peek_name_from_udp/1)
12 Version 2.4.0 (vikramkadi)
13   * New type long_string added to support strings bigger than
14   * 65kb 
16 Version 2.3.1 (molinaro)
17   * there was an encoding bug with string types
19 Version 2.3.0 (molinaro)
20   * added array types
22 Version 2.2.0 (molinaro)
23   * lwes_multi_emitter now supports randomly selecting groups to send to
24   * lwes_multi_emitter now supports groups (so nesting)
25   * send and receive stats are not collected and viewable
27 Version 2.1.2 (molinaro)
28   * hopefully last change, eep18 format should return a top-level tuple
30 Version 2.1.1 (molinaro)
31   * did the last version too fast missed some cases where json was used
33 Version 2.1.0 (molinaro)
34   * proplists was actually wrong as ejson requires eep18 and as that my
35     primary usecase for the json output, there are now 3 json decode formats
36     json will return mochijson2 struct format, json_proplist will return
37     the mochijson2 proplist formant, and json_eep18 will return the mochijson2
38     eep18 format
40 Version 2.0.0 (molinaro)
41   * switch to decoding as proplists, instead of struct's
42   * moved some files from mochiweb into lwes, so I could skip the dependency
43   * don't check return code of send so that it doesn't crash lwes if the
44   network is down
46 Version 1.0.3 (molinaro)
47   * missing dependency
49 Version 1.0.2 (molinaro)
50   * need to increase recbuf size in order to journal everything
52 Version 1.0.1 (molinaro)
53   * zero length strings should be allowed
54   * for 'json' format, use mochijson2:decode for values
56 Version 1.0.0 (molinaro)
57   * changed lwes:open to take different number of args, breaks backward
58   compatibility
59   * add 'dict' as a format for event attributes in deserialization
60   * added journaller
61   * added multi emitter
62   * added 'json' as a format for event deserialization
64 Version 0.0.0 (molinaro)
65   * Initial version