Skip to content

Releases: loonghao/webhook_bridge

v3.1.2

31 Mar 18:38

Choose a tag to compare

🚀 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 version

Changelog

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

17 Jun 01:22

Choose a tag to compare

🚀 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 version

Changelog

Bug fixes

  • 35060da: fix(deps): update dependency lucide-react to ^0.516.0 (@renovate[bot])

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

13 Jun 09:43

Choose a tag to compare

🚀 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 version

Changelog

Features

  • 8aacedf: feat: make coverage tests informational only, not blocking (@loonghao)

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

12 Jun 15:30

Choose a tag to compare

🚀 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 version

Changelog

Others

🙏 Thanks

Thanks to all contributors who made this release possible!

Full Changelog: v2.2.0...v3.0.0

v2.2.0

01 Jun 18:52

Choose a tag to compare

🚀 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 version

Changelog

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

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

01 Jun 04:06

Choose a tag to compare

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

31 May 13:54

Choose a tag to compare

🚀 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 version

Changelog

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

🙏 Thanks

Thanks to all contributors who made this release possible!

Full Changelog: v0.6.0...v2.0.0

v0.6.0

30 May 07:59

Choose a tag to compare

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

  • 📄 Update dependency uvicorn to v0.32.0 27160bc
  • 📄 Update dependency pytest to v8 a496386
  • 📄 remove: eliminate mypy type checking due to macOS compatibility issues 7842fa5
  • 📄 bump: version 0.5.0 → 0.6.0 d334ebc

v0.5.0

12 Apr 17:03

Choose a tag to compare

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

07 Feb 13:31

Choose a tag to compare

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