Skip to content

Releases: DumbNoxx/goxe

v1.5.0

01 Mar 08:58

Choose a tag to compare

Changelog

  • d65a451 chore(release): update changelog for v1.5.0
  • d74cd05 Merge pull request #32 from DumbNoxx/fix/shipper-data-loss
  • 42c334d fix: aggregate multi-source logs in Shipper
  • 6d43420 docs: refactor and correct inconsistent function documentation
  • 4e27040 Merge pull request #31 from DumbNoxx/refactor/shipper-interface
  • 691364a refactor(core): abstract log shipping into a pluggable interface
  • d296707 chore: linkify author mention in README
  • 7baa177 Merge pull request #30 from DumbNoxx/feat/generic-http-integrations
  • f31f0f0 feat: add generic HTTP integration support for observability platforms
  • 890919e Merge pull request #29 from DumbNoxx/feat/add-ip-to-logburst
  • 9347351 feat: add IP tracking to burst detection

v1.4.0

20 Feb 22:17

Choose a tag to compare

Changelog

  • b253de7 chore(release): update changelog for v1.4.0
  • ffcb72e chore: update notification text to include 'goxe update' command
  • b212445 Merge pull request #28 from DumbNoxx/fix/data-loss-on-termination
  • bac12a4 fix: prevent data loss on shutdown and add remote shipping
  • 787f5cd docs: fix badge license
  • cee6eaa docs: add badges readme
  • 2d4cfc7 docs: fix readme and contributing.md
  • 9dbf60f docs: add contributing guidelines
  • cfff640 docs: Refactor readme
  • aa071ef Merge pull request #27 from DumbNoxx/feat/file-normalization-flag
  • 675b2ac docs(core): add documentation for file creation and cleanup logic
  • 1b3e2ed feat(core): implement file normalization flow triggered by command-line flag
  • 07868ef Merge pull request #26 from DumbNoxx/refactor/cleanup-main-logic
  • aa489b7 refactor: modularize flags and simplify main entry point
  • 3f33d65 Merge pull request #25 from DumbNoxx/docs/improve-code-documentation
  • b6ff380 docs: implement standardized documentation for core functions
  • 6606882 Merge pull request #24 from DumbNoxx/refactor/cleanup-main
  • f366ab9 refactor: simplify main.go and modularize core functions

v1.3.6

17 Feb 05:02

Choose a tag to compare

Changelog

  • 5de4457 chore(release): update changelog for v1.3.6
  • 91d3546 refactor(releases): update archives.format to formats
  • aa1c6ec Merge pull request #23 from DumbNoxx/fix/update-handoff-race
  • 5875a0e fix(core): fix race condition during auto-update handoff

v1.3.5

15 Feb 22:36

Choose a tag to compare

Changelog

  • 4d27c21 chore(release): update changelog for v1.3.5
  • 52d7ed3 Merge pull request #22 from DumbNoxx/fix/infinite-loop-updating
  • ff81621 fix: infinite loop update in command update

v1.3.4

15 Feb 22:16

Choose a tag to compare

Changelog

  • 0649f06 chore(release): update changelog for v1.3.4
  • a4216c4 Merge pull request #21 from DumbNoxx/fix/rewrite-binary-in-update
  • 30dcc74 fix: rewrite binary in update command add permission

v1.3.3

15 Feb 21:42

Choose a tag to compare

Changelog

  • 42888ac chore(release): update changelog for v1.3.3
  • 8a7a532 Merge pull request #20 from DumbNoxx/fix/get-version-variable
  • 8b85520 fix(main): get version variable api github

v1.3.2

15 Feb 20:15

Choose a tag to compare

Changelog

  • 2f5b44c chore(release): update changelog for v1.3.2
  • 0a2e580 Merge pull request #19 from DumbNoxx/refactor/optimize-log-sanitizer
  • c573815 refactor: switch string to bytes in cluster processing for efficiency

v1.3.1

12 Feb 19:21

Choose a tag to compare

Changelog

  • 6ce0019 chore(release): update changelog for v1.3.1
  • aa97c32 fix: handle platform-specific signals for windows builds

v1.2.2

11 Feb 02:48

Choose a tag to compare

Changelog

  • 79fcc47 chore(release): update changelog for v1.2.2
  • 2c41838 Merge pull request #13 from DumbNoxx/fix/scrubbing-logic-ignored-word-over
  • 479e19f fix(processor): fix reload patterns words in config.json

v1.2.1

10 Feb 09:37

Choose a tag to compare

Changelog

  • c5be3c9 chore(release): update changelog for v1.2.1
  • 656da95 Merge pull request #12 from DumbNoxx/fix/scrubbing-logic-ignored-word
  • 2015a7d fix(processor): remove specific words from logs instead of dropping the entire entry
  • ea3b523 Merge pull request #11 from DumbNoxx/refactor/extract-burstDetection-functions
  • ac480f4 refactor: Extract BurstDetection and helpers functions into modules
  • 3df96b4 update readme
  • 1978bf5 chore: Rename module to lowercase for consistency