Skip to content

Releases: n8n-io/task-runner-launcher

1.1.0

18 Dec 13:13
0d10e4a
Compare
Choose a tag to compare

What's Changed

  • feat: Add task timeout env var by @ivov in #54
  • docs: Fix typo in health check by @ivov in #55
  • docs: Fix typo in release step by @ivov in #53
  • refactor: Display excluded env vars in debug logs by @ivov in #56
  • refactor: Reduce log verboseness by @tomi in #57

Full Changelog: 1.0.0...1.1.0

1.0.0

09 Dec 11:46
fe8429f
Compare
Choose a tag to compare

What's Changed

  • refactor: Unify task runner env vars by @tomi in #52

Full Changelog: 0.7.0-rc...1.0.0

0.7.0-rc

04 Dec 11:21
2010f72
Compare
Choose a tag to compare

What's Changed

  • test: Add coverage for config package by @ivov in #31
  • feat: Use task broker's health endpoint by @tomi in #32
  • test: Add coverage for logs package by @ivov in #34
  • test: Add coverage for retry package by @ivov in #33
  • test: Add coverage for readiness check by @ivov in #35
  • feat: Add sentry by @tomi in #36
  • refactor: Streamline configs by @ivov in #41
  • ci: Rename audit job to checks in checks action by @ivov in #42
  • ci: Introduce format check by @ivov in #40
  • test: Add coverage for token exchange by @ivov in #38
  • test: Add coverage for healthcheck server by @ivov in #37
  • test: Add coverage for handshake package by @ivov in #43
  • docs: Revamp launcher documentation by @ivov in #44
  • refactor: Convert all tests to use testify by @ivov in #45
  • refactor: Encapsulate health check server logic by @ivov in #46
  • docs: Fix link and typos by @ivov in #47
  • test: Add coverage for runner health monitor by @ivov in #39
  • fix: Fix typo in env var name by @tomi in #48
  • docs: Mention GENERIC_TIMEZONE in config example by @tomi in #51

Full Changelog: 0.6.0-rc...0.7.0-rc

0.6.0-rc

27 Nov 10:43
ba438fa
Compare
Choose a tag to compare

What's Changed

  • feat: Stay active on n8n instance crash by @ivov in #24
  • refactor: Organize internal dir by @ivov in #27
  • test: Ensure consistent order in AllowedOnly result by @ivov in #28
  • refactor: Simplify configuration by @tomi in #29
  • refactor: Encapsulate runner config operations by @ivov in #30

Full Changelog: 0.5.0-rc...0.6.0-rc

0.5.0-rc

27 Nov 08:39
a763510
Compare
Choose a tag to compare

What's Changed

  • refactor: Normalize runner logs by @ivov in #23
  • refactor: Swap ports of runner and launcher by @tomi in #25

Full Changelog: 0.4.0-rc...0.5.0-rc

0.4.0-rc

26 Nov 15:24
bb3f43d
Compare
Choose a tag to compare

What's Changed

  • chore: Rename master to main in license by @ivov in #8
  • docs: Add release instructions by @ivov in #9
  • ci: Introduce linting by @ivov in #10
  • feat: Handshake with main by @ivov in #6
  • refactor: Rename Go module to align with repository name by @ivov in #12
  • ci: Add notify PR status workflow by @tomi in #14
  • feat: Launch runner on demand by @ivov in #13
  • refactor: Introduce log levels by @ivov in #11
  • feat: Add health check endpoint by @ivov in #15
  • feat: Ensure main instance is ready on startup and available on token exchange by @ivov in #16
  • refactor: Set up env config by @ivov in #17
  • refactor: Improve naming by @ivov in #19
  • docs: Add security notice by @ivov in #20
  • test: Set up tests and add coverage for env package by @ivov in #21
  • feat: Monitor runner health by @ivov in #18
  • feat: Set sane defaults for all URIs by @ivov in #22

Full Changelog: 0.3.0-rc...0.4.0-rc

0.3.0-rc

19 Nov 11:57
c37505c
Compare
Choose a tag to compare

What's Changed

  • Add auth token request to launcher by @tomi in #4
  • refactor: Transition to Go launcher by @ivov in #5
  • ci: Configure binary releases for amd64 + arm64 by @ivov in #7

New Contributors

  • @tomi made their first contribution in #4
  • @ivov made their first contribution in #5

Full Changelog: 0.1.1...0.3.0-rc

0.1.1: Merge pull request #2 from n8n-io/arm64-support

10 Oct 14:38
1f870ae
Compare
Choose a tag to compare

0.1.0: Merge pull request #1 from n8n-io/supgroups-and-execve-message

09 Oct 15:04
c07a97a
Compare
Choose a tag to compare
feat: Clear supplementary groups and provide an error message if execve fails


Also fixed a segfault related to strerror

0.1.0-rc1

09 Oct 14:22
c07a97a
Compare
Choose a tag to compare
0.1.0-rc1 Pre-release
Pre-release
Merge pull request #1 from n8n-io/supgroups-and-execve-message

feat: Clear supplementary groups and provide an error message if execve fails


Also fixed a segfault related to strerror