Skip to content

Releases: 10e-ab/mule-reactor

Release list

v1.0.0-RC1

v1.0.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:42

Changelog

  • e6368de Add CLAUDE.md with codebase guidance
  • c4c43c8 Add Go port of mule-reactor
  • 8997d18 Add Maven resource filtering support
  • 40d368e Add a mule-reactor-notifier for gnome shell desktop
  • f28d3b1 Add missing checks if notifications should be send
  • ae73b41 Add notifier examples to go/notifiers so the Go version is self-contained
  • fc59e01 Add release tooling: --version flag, goreleaser config, release workflow
  • 5ba6f24 Add unit test suite for the Go version
  • c68cfb0 Added error handling for when MULE_HOME or projects_dir is missing
  • b87a092 Added gitignore
  • 7e703a7 Added missing notification parameter
  • 9a68864 Added mule-reactor-notification to gitignore
  • 29bb999 Added support for ignoring formatting, whitespace and blank lines
  • 1e677d7 Added support for notification and pom tracking
  • d9b0ab3 Added support for watching symlinked folders within an project
  • 62c33bb Changed notification icons
  • eacbd75 Disabled test for anchor_file
  • ef00700 Document that Ruby 4 is not supported
  • c640cd0 Drop compat-only interval flags and keep Ruby comparison in README only
  • a6aa627 Fix --project-dir typo in error message (--projects-dir)
  • d33b5d9 Fix Ruby 4 compatibility and add configurable polling intervals
  • 885cf92 Fix a bug with notification when using watch deployment
  • bcb94ea Fix bug in diff detection when considering formatting
  • 2ec830b Fix review and parity findings in the Go port
  • c4b73cc Fix second-review findings
  • 2abfb9d Fixed bug in significant_changes
  • 9aae204 Fixed bug that caused empty dirs to be created
  • 533297d Flip to v2 defaults and add MULE_REACTOR_BUILD_COMMAND
  • 411ffd5 Ignoring .org files
  • 74af87f Improve pom.xml diff output for dependency changes
  • 484ad9b Improved stability of filewatchers
  • 0ef8668 Make the Go version the project: move it to the repo root
  • 3b94f82 Merge branch 'main' into fix-notification-bug-watch-deployment
  • 468396f Merge pull request #1 from ullgren/fix-notification-error
  • d033763 Merge pull request #2 from ullgren/fix-notification-bug-watch-deployment
  • 7e670d0 Merge pull request #3 from ullgren/mule-reactor-notifier-gnome
  • 950890f Merge pull request #4 from ullgren/handle-diff-when-ignore-formatting
  • 1cfc4af Minor tweaks.
  • 113a914 Prefer mvnd over mvn for rebuilds when it is on PATH
  • ea1ab7f Refactoring and tidying up
  • 7a931cc Remove deprecated Ruby-era flags; add --ignore-whitespace/--ignore-blank-lines opt-ins
  • 8f17a4c Removed support for max_depth.
  • 51f5d2e Resolve ${...} tokens in resource before matching filtered resources
  • 8f005cb Resolve ${user.name} tokens in resource filtering
  • ffb7783 Resolve notifications through a chain: script override, PATH script, built-in
  • b8e305b Rewrite README as the standalone project README
  • 65d34d6 Shell out to mule-reactor-notifier like the Ruby version
  • ee29726 Soften the macOS fd-limit caveat and trim scratch-file ignores
  • e7bdd35 Tidying up and some bug fixes
  • eccad96 Tidying up, mostly comments
  • c9f8ab1 Update README.md
  • e748807 Update README.md
  • 6843731 Update README.md
  • d6652ac Update README.md
  • 5111ba6 Update README.md
  • 7096a57 Update README.md
  • dd6bf78 Update README.md
  • c335b0f Update README.md
  • a632dd0 Update README.md
  • b1e01b4 Update README.md
  • e1497e4 Updated docs
  • eb48bf5 Use File.read instead of File.new for REXML Document