Revision history for AnyEvent::MP
TODO: global protocol fix?
TODO: some avoid to connetc to all seeds at the same time
TODO: testsuite
TODO: make more parameters configurable: framing, tls, auth, timeouts
0.95 Mon Aug 31 22:03:55 CEST 2009
- rename initialise_node to configure and accepts key => value
pairs for configuration.
- give aemp a full manpage.
- bin/aemp now expects comma-separated lists and supports multiple
subcommands.
- new aemp eval subcommand.
- new aemp parent subcommand.
- nodes get freed when no longer needed.
- support "*" hostname to specify all local interface addresses
(without localhost etc.).
- support "*" port to specify a dynamically-assigned port (which
is the default now).
- fix per-transport memory leak.
0.9 Sat Aug 29 18:47:45 CEST 2009
- tutorial was updated to reflect the current API, but
doe snot touch monitoring yet.
- got rid of noderefs and slave nodes entirely, introduce
free-text node identifiers and anonymous nodes.
- document security issues with tls_anon method and introduce
optional tls_md6_64_256 method.
0.8 Wed Aug 19 07:54:50 CEST 2009
- added AnyEvent::MP::Global service.
- support "package::" names as service names.
- many, many, many bugfixes and tweaks.
0.7 Sat Aug 15 01:18:51 CEST 2009
- sorry, another major API simplification.
- greatly improved aemp configuration abilities.
- introduced profile management.
- updated exmaples in eg/.
- added Kernel::snd_to_func.
0.6 Thu Aug 13 03:15:05 CEST 2009
- do away with .aemp-secret and use .perl-anyevent-mp as json config
file.
- introduce bin/aemp to configure nodes.
- too many changes to describe.
0.4 Sun Aug 9 18:05:49 CEST 2009
- API should now be really stable :)
- distinguish between resolved and unresolved noderefs.
- certificates in .aemp-secret are now supported.
- change port creation semantics.
- replace become_xxx by initialise_node.
- implement AE::MP::spawn.
- implement transport timeouts, monitoring, reconnecting.
- simplify and partially document the transport protocol.
0.1 Tue Aug 4 23:07:11 CEST 2009
- AnyEvent::MP API should be mostly stable by now.
0.02 Sun Aug 2 17:46:43 CEST 2009
- design has stabilised a bit, sitll unusable.
0.01 Sat Aug 1 11:43:31 CEST 2009
- dummy upload to reserve namespace on CPAN.
0.0 Thu Jul 30 06:10:15 CEST 2009
- original version, an AnyEvent::AIO clone.