Skip to content

Latest commit

 

History

History
177 lines (84 loc) · 9.64 KB

File metadata and controls

177 lines (84 loc) · 9.64 KB

1.0.0 (2026-04-13)

⚠ BREAKING CHANGES

  • Requires Bugsink 2.1.0+ base image (BaseWebhookBackend and webhook_security module). Not compatible with Bugsink 2.0.x.

  • feat!(backends): added SSRF protection and Bugsink 2.1.x compatibility (5fad079)

0.11.2 (2026-02-04)

🐛 Bug Fixes

  • Add comments to clarify handling of deleted configurations in failure and success info storage (96996aa)

♻️ Refactoring

  • Update alert filter handling and timeout settings across notification backends (2c1b485)

0.11.1 (2026-02-04)

🐛 Bug Fixes

  • Update Bugsink patches for v2.0.12+ compatibility (9d4452b)

0.11.0 (2026-01-07)

Features

  • Add Dependabot configuration for Docker and GitHub Actions updates (60b2910)

0.10.1 (2026-01-03)

Bug Fixes

  • Update issue URL format in multiple backends to match Slack backend structure (22a4634)

0.10.0 (2026-01-03)

Features

  • Add Bugsink issue URL to alerts in various backends (b21d207)

0.9.1 (2026-01-03)

Bug Fixes

  • Prevent changing backend type for existing messaging services (fccec0b)

0.9.0 (2026-01-03)

Features

  • Add 'Only New Issues' option to GitHub and Jira backends to prevent duplicates (74acacc)

0.8.3 (2026-01-03)

Bug Fixes

  • Improve JavaScript injection logic to replace only the last endblock in template (9628b56)

0.8.2 (2026-01-03)

Bug Fixes

  • Dynamically set initial kind for MessagingServiceConfigForm in project messaging service (4130a2a)

0.8.1 (2026-01-03)

Bug Fixes

  • Update Microsoft Teams integration documentation for webhook configuration (55a3658)

0.8.0 (2026-01-03)

Features

  • Implement dynamic backend configuration and patching for Bugsink (9a172c5)

0.7.1 (2026-01-03)

Bug Fixes

  • Simplify backend file copying in Dockerfile (e40b471)

0.7.0 (2026-01-03)

Features

  • Add support for new messaging backends: Microsoft Teams, PagerDuty, and Generic Webhook (587db4e)

0.6.0 (2026-01-03)

Bug Fixes

  • Add debug output for backend registration process in Dockerfile and register_backends.py (d776f8a)
  • Remove debug output from Dockerfile for cleaner build process (27bc782)
  • Switch to root user for modifying site-packages in Dockerfile (00d26f2)

Features

  • Update backend registration and configuration for Jira Cloud and GitHub Issues (e073a55)

0.5.0 (2026-01-03)

Features

  • Implement custom messaging backends for Jira Cloud and GitHub Issues (0483dfb)
  • Set default initial values for repository and labels in GitHub Issues configuration form (1f1ce9c)

0.4.0 (2026-01-03)

Features

  • Add remote installer scripts for Client-Kit in PowerShell and Bash (3ea2b51)
  • Implement API mode for automatic project and team creation in Client-Kit (80716a1)

0.3.0 (2026-01-03)

Features

  • Add cross-platform installer for Sentry SDK integration (46d01de)

0.2.0 (2026-01-03)

Features

  • Add comprehensive Bugsink/Sentry SDK integration examples for Rust and TypeScript (c1211fa)

0.1.2 (2026-01-03)

Bug Fixes

  • Update ALLOWED_HOSTS to include IPv6 localhost address (f514c72)

0.1.1 (2026-01-03)

Bug Fixes

  • Add ALLOWED_HOSTS environment variable for improved host configuration (5797a48)

0.1.0 (2026-01-03)

Bug Fixes

  • Correct port configuration placement in docker-compose for server exposure (6c995d8)
  • Inital Release Flow (5dc35da)
  • Refactor code structure for improved readability and maintainability (a08529d)
  • Update configuration and improve Docker scripts for Error Observability tools (6906f82)

Features

  • Add development settings for local server port in .env.example (0297342)
  • Implement scripts for generating secrets and managing Docker container for Error Observability setup (a41c451)
  • Pre Release Implementation (0465cdc)
  • Update Docker configurations and add comprehensive README for Error Observability setup (a36cfff)