Releases: loonghao/webhook_bridge
v3.1.2
🚀 webhook-bridge v3.1.2
Welcome to this new release of webhook-bridge!
📦 Installation
Using Go
go install github.com/loonghao/webhook_bridge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using our development tool
go run dev.go versionChangelog
Bug fixes
- 01d26fa: fix(deps): update dependency @modelcontextprotocol/sdk to v1 [security] (#103) (@renovate[bot])
🙏 Thanks
Thanks to all contributors who made this release possible!
Full Changelog: v3.1.1...v3.1.2
v3.1.1
🚀 webhook-bridge v3.1.1
Welcome to this new release of webhook-bridge!
📦 Installation
Using Go
go install github.com/loonghao/webhook_bridge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using our development tool
go run dev.go versionChangelog
Bug fixes
Others
- f2d82f9: chore(deps): update astral-sh/setup-uv action to v6 (@renovate[bot])
- 91cb8ce: chore(deps): update dependency black to v24 [security] (@renovate[bot])
🙏 Thanks
Thanks to all contributors who made this release possible!
Full Changelog: v3.1.0...v3.1.1
v3.1.0
🚀 webhook-bridge v3.1.0
Welcome to this new release of webhook-bridge!
📦 Installation
Using Go
go install github.com/loonghao/webhook_bridge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using our development tool
go run dev.go versionChangelog
Features
Bug fixes
- cf695dc: fix: resolve GoReleaser 404 errors and update dependencies (@loonghao)
- bef8efe: fix: resolve macOS file system race condition in plugin stats storage (@loonghao)
- 452da5f: fix: resolve poetry lock and PyPI publish issues (@loonghao)
🙏 Thanks
Thanks to all contributors who made this release possible!
Full Changelog: v3.0.0...v3.1.0
v3.0.0
🚀 webhook-bridge v3.0.0
Welcome to this new release of webhook-bridge!
📦 Installation
Using Go
go install github.com/loonghao/webhook_bridge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using our development tool
go run dev.go versionChangelog
Others
- b76dc4e: chore(deps): bump esbuild and vite in /web (@dependabot[bot])
- 771cfed: chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (@dependabot[bot])
- 49c02db: chore(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 (@dependabot[bot])
- 529648f: chore(deps): bump setuptools from 70.0.0 to 78.1.1 (@dependabot[bot])
- cab1fd0: refactor: clean up codebase and remove unnecessary test files (#85) (@loonghao)
🙏 Thanks
Thanks to all contributors who made this release possible!
Full Changelog: v2.2.0...v3.0.0
v2.2.0
🚀 webhook-bridge v2.2.0
Welcome to this new release of webhook-bridge!
📦 Installation
Using Go
go install github.com/loonghao/webhook_bridge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using our development tool
go run dev.go versionChangelog
Features
- f787858: feat: enhance GoReleaser and Docker deployment (@loonghao)
- 4fb5ce0: feat: enhance container startup detection and error diagnostics (@loonghao)
- a1b2f18: feat: optimize CI test flow and timeout settings (@loonghao)
- c0906a6: feat: resolve Go version mismatch issues and optimize CI/CD pipeline (@loonghao)
- bd1d7b4: feat: update architecture flowchart to reflect hybrid Go/Python design (@loonghao)
Bug fixes
- 07ac1b5: fix: add docker-entrypoint.sh to GoReleaser extra_files (@loonghao)
- 5acd97f: fix: add protoc installation to Docker test workflows (@loonghao)
- b9b9d8f: fix: improve Docker Python environment setup for reliable builds (@loonghao)
- f5cca58: fix: improve Docker entrypoint configuration path logic (@loonghao)
- f593847: fix: resolve CI docker-compose and protobuf generation issues (@loonghao)
- f9d38c2: fix: resolve Docker build Go version mismatch (@loonghao)
- 53bc873: fix: resolve Go version mismatch in CI environments (@loonghao)
- 8eb8742: fix: resolve documentation build issues and Go module dependencies (@loonghao)
- 4cd4c53: fix: standardize Go version configuration across all CI workflows (@loonghao)
- 9acefed: fix: synchronize Python executor port configuration (@loonghao)
Others
- 732c012: chore(deps): update dependency markdown2 to v2.5.3 (@renovate[bot])
- ed38d35: chore(deps): update olegtarasov/get-tag action to v2.1.4 (@renovate[bot])
🙏 Thanks
Thanks to all contributors who made this release possible!
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Comparing Changes: v2.0.0...v2.1.0
Bugs
- 🐞 fix: resolve dashboard, logging, and Python executor issues 13c3456
- 🐞 fix: resolve build issues and version consistency 71cdf3d
- 🐞 fix: unify version to 2.0.0 across Go and Python packages 403672b
- 🐞 fix: resolve Python lint issues and code style violations b12b386
- 🐞 fix: resolve CI build issues for dashboard and documentation 8f035ca
- 🐞 fix: remove problematic PR preview job from docs workflow a3d03f0
- 🐞 fix: resolve Go lint issues in development tools c9a1dbc
- 🐞 - 🧯 fix: add missing build:prod script for dashboard production builds a7a238e
- 🐞 fix: complete code quality check system and dashboard build issues 58935b6
Feature
- 🌟 feat: configure commitizen to auto-update Go version files dceb0d2
- 🌟 feat: add webhook-bridge main CLI to build pipeline 59122a0
- 🌟 feat: add comprehensive code quality check scripts a37994e
Misc
- 💄 chore(deps): update dependency pydantic to v1.10.22 81f8f77
Unknown
- 📄 bump: version 2.0.0 → 2.1.0 9ae1446
v2.0.0
🚀 webhook-bridge v2.0.0
Welcome to this new release of webhook-bridge!
📦 Installation
Using Go
go install github.com/loonghao/webhook_bridge/cmd/[email protected]Download Binary
Download the appropriate binary for your platform from the assets below.
Using our development tool
go run dev.go versionChangelog
Features
- 3f0097d: feat!: release v1.0.0 with hybrid Go/Python architecture (@loonghao)
- bb181f1: feat: optimize CI for Go-first architecture and clean up project (@loonghao)
Bug fixes
- 55cd7f7: fix: add path validation to prevent directory traversal attacks (G304) (@loonghao)
- ba5e161: fix: modernize golangci-lint configuration for CI compatibility (@loonghao)
- f1c85a0: fix: optimize Python lint configuration for CI compatibility (@loonghao)
- 90fae7c: fix: replace deprecated gosec GitHub Action with direct installation (@loonghao)
- da6a4ae: fix: resolve CI PowerShell compatibility issues (@loonghao)
- 0a1df23: fix: resolve golangci-lint errcheck issues (@loonghao)
- 34170a5: fix: resolve port range conflicts in CI environment (@loonghao)
- dd08a7b: fix: resolve security vulnerabilities identified by gosec (@loonghao)
🙏 Thanks
Thanks to all contributors who made this release possible!
Full Changelog: v0.6.0...v2.0.0
v0.6.0
Comparing Changes: v0.5.0...v0.6.0
Bugs
- 🐞 fix: remove unsupported poetry --no-update option df13acb
- 🐞 fix: add click and pydantic to mypy dependencies f2b36e3
- 🐞 fix: use Python 3.11 for mypy session to resolve Pydantic compatibility c360756
Feature
- 🌟 feat: add enhanced uvicorn options support ecfab71
Improve
- 🐝 refactor: fix code complexity and argument count issues 807a80e
- 🐝 refactor: modernize CLI with Click and Pydantic b48e4bc
Misc
- 💢 ci: upgrade macOS CI and improve performance 93abc63
Unknown
v0.5.0
Comparing Changes: v0.4.0...v0.5.0
Feature
- 🌟 feat: add support for RESTful methods (GET, POST, PUT, DELETE) e26d193
- 🌟 feat: add support for RESTful methods (GET, POST, PUT, DELETE) 1ae99c1
Misc
🔶 Nothing change
Unknown
- 📄 bump: version 0.4.0 → 0.5.0 e8817b2
v0.4.0
Comparing Changes: v0.3.0...v0.4.0
Feature
- 🌟 feat: disable docs when deploying to internet-accessible machines according to company security policy fcb44f3
Misc
- 💄 chore(deps): bump jinja2 from 3.1.3 to 3.1.4 3cb3a24
- 💄 chore(deps): update dependency github-markdown-css to v5.8.0 b92d65f
Unknown
- 📄 bump: version 0.3.0 → 0.4.0 2b1569c