Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Releases: lloydmeta/schwatcher

v0.3.4

03 Nov 07:32

Choose a tag to compare

  • Cleaned up method signature
  • Released w/ SBT 1.0 and Scala 2.11.4

v0.3.3 release

01 Dec 16:39

Choose a tag to compare

Adds FileSystemWatchMessageForwardingActor thanks to @Khalian

v0.3.2

10 Nov 02:38

Choose a tag to compare

Now with Scala 2.12.0 support !

v0.3.1 release

03 Feb 05:46

Choose a tag to compare

Adds RegisterSubscriber messages to allow forwarding events to ActorRefs

v0.3.0

30 Jan 04:57

Choose a tag to compare

  • Adds persistent monitoring
  • Changes the argument order of some methods/messages for ease of use.

0.2.0

07 Jan 08:58

Choose a tag to compare

Upgrades to Akka 2.4.x, which drops support for Java7 and Scala 2.10.x

v.0.1.11

23 Nov 09:45

Choose a tag to compare

Adds a sleep between .take and .pollEvents on WatchTaskService so that we have a higher chance of aggregating MODIFY events (which happen due to system auditing).

Addresses #53

v.0.1.10

23 Nov 07:26

Choose a tag to compare

  • Updated dependencies (Akka, Rx)
  • More reliable tests via isolated Actor systems

0.1.8 release

04 Apr 03:01

Choose a tag to compare

Fix bug with ENTRY_CREATE registered paths.

0.1.7 release

22 Mar 03:32

Choose a tag to compare

RxMonitor now takes an implicit ActorSystem instead of presenting a default one.

Thanks @JavadocMD !