Skip to content

Releases: SWAT-engineering/java-watch

v0.9.3 use daemon threads for internal operations

10 Jul 10:04
20f0cb5
Compare
Choose a tag to compare

v0.9.2 change the default to also use the new FSEvent API on macOS

30 Jun 08:28
db16133
Compare
Choose a tag to compare
  • Use the FSEvents API as the default on Mac by @sungshik in #54

Full Changelog: v0.9.1...v0.9.2

v0.9.1 macOS support using native api

17 Jun 12:37
667d964
Compare
Choose a tag to compare
  • A breaking change of the top level function name (#37)
  • On macOS we now use the "File System Events" API, to avoid the JDK polling behavior (#39)
  • New additions to the test suite for renames and deletes (#42 and #39)

Full Changelog: v0.5.0...v0.9.1

v0.5.0 first version

15 Apr 10:24
f4df32b
Compare
Choose a tag to compare

First version of java-watch. Included features:

  • Monitor changes at:
    • single entry level
    • directory level (only direct descendants)
    • all descendants level
  • Handle OVERFLOW events:
    • Yourself
    • We generate events for all current entries on disk
    • We keep track of changes in a map, and based on modification stamp generate a most likely events
  • extensive tests for Linux/Windows/OSX support

v0.5.0-RC4

11 Apr 10:41
da5ee3a
Compare
Choose a tag to compare
v0.5.0-RC4 Pre-release
Pre-release
[maven-release-plugin] copy for tag v0.5.0-RC4

v0.5.0-RC3

11 Apr 10:33
1deec76
Compare
Choose a tag to compare
v0.5.0-RC3 Pre-release
Pre-release
release 0.5.0-RC3

v0.5.0-RC2

11 Apr 10:11
81a5e9e
Compare
Choose a tag to compare
v0.5.0-RC2 Pre-release
Pre-release
[maven-release-plugin] copy for tag v0.5.0-RC2

RC1 for trying out deployment to maven central

11 Apr 09:59
94eb3d4
Compare
Choose a tag to compare
v0.5.0-RC1

[maven-release-plugin] copy for tag v0.5.0-RC1