ChangeLog in arborist-0.2.0 vs ChangeLog in arborist-0.3.0
- old
+ new
@@ -1,10 +1,68 @@
+2018-08-29 Michael Granger <ged@FaerieMUD.org>
+
+ * lib/arborist/command/run_once.rb:
+ Add a `run` command for testing monitors
+ [1bc6155c5e9c] [tip]
+
+ * lib/arborist/node/host.rb:
+ Shut up warnings about uninitialized instance vars
+ [4329c98ea325]
+
+2018-08-29 Mahlon E. Smith <mahlon@martini.nu>
+
+ * lib/arborist/node.rb, spec/arborist/node_spec.rb:
+ Acking an already acked node transitions the node to disabled.
+ [141000d6bec3]
+
+2018-08-28 Michael Granger <ged@FaerieMUD.org>
+
+ * spec/spec_helper.rb:
+ Enabled RSpec warnings, example profiles
+ [404f8d609524]
+
+2018-08-24 Mahlon E. Smith <mahlon@martini.nu>
+
+ * lib/arborist/client.rb:
+ Use the proper exception when raising errors from the client,
+ instead of RuntimeError.
+ [ff0b0fea9a9f]
+
+2018-08-15 Mahlon E. Smith <mahlon@martini.nu>
+
+ * lib/arborist/command/tree.rb:
+ Add raw formatting for YAML and JSON to the tree command.
+ [f0b978d49569] [github/master]
+
+ * Rakefile, lib/arborist/command/ack.rb:
+ Optionally continue attempting to ack/clear nodes if some are
+ invalid.
+ [d379568d92cc]
+
+ * lib/arborist/monitor/socket.rb:
+ Expose socket batch size to configurability.
+ [17866a8a66d6]
+
+2018-08-08 Michael Granger <ged@FaerieMUD.org>
+
+ * .hgtags:
+ Added tag v0.2.0 for changeset b5d07bcc4762
+ [0a39e734c94d]
+
+ * .hgsigs:
+ Added signature for changeset b7725c5136bc
+ [b5d07bcc4762] [v0.2.0]
+
+ * History.md, README.md, TODO.md, arborist.gemspec, lib/arborist.rb:
+ Bump the minor version, update history and the to-do file.
+ [b7725c5136bc]
+
2018-08-01 Mahlon E. Smith <mahlon@martini.nu>
* lib/arborist/manager.rb:
Add debug log for checkpoint timing.
- [734e01730be6] [tip]
+ [734e01730be6]
2018-07-27 Mahlon E. Smith <mahlon@martini.nu>
* lib/arborist/node.rb, spec/arborist/node_spec.rb:
Fix behavior for child nodes whose parent transitions from 'down' to
@@ -27,10 +85,10 @@
2018-06-27 Michael Granger <ged@FaerieMUD.org>
* lib/arborist/node.rb, spec/arborist/node_spec.rb:
Add acknowledgement changes to delta events.
- [f6b57c73929e] [github/master]
+ [f6b57c73929e]
* Manifest.txt, lib/arborist/monitor/connection_batching.rb,
lib/arborist/monitor/socket.rb:
Add batching to the socket monitor
[1f4e91e437b5]