Releases: endalk200/better-webhook
Releases · endalk200/better-webhook
v1.1.0
Changelog
- e64f8e4 chore: add UI formatting and prompting features to webhook-cli by @endalk200
- ef78192 chore: clean up pnpm-lock.yaml and update dependencies in webhook-cli by @endalk200
- 880f3f0 chore: configure npm registry authentication in release workflow by @endalk200
- 13bf1dc chore: enhance documentation and improve code quality checks by @endalk200
- 75bdb53 feat: add configuration documentation and link in CLI footer by @endalk200
- a771046 feat: add init command for default config file creation in webhook-cli by @endalk200
- 8ebd8d7 refactor: enhance CLI commands with UI formatting and improved prompting by @endalk200
- dbd1595 refactor: enhance logging and command structure in webhook-cli by @endalk200
- 04238cd refactor: enhance webhook-cli with improved prompter integration and logging by @endalk200
- 997bbae refactor: improve error handling and logging in delete command by @endalk200
- 00422d9 refactor: integrate UI components and enhance logging in webhook-cli by @endalk200
- 8f087c7 refactor: streamline delete command and enhance test utility by @endalk200
- 39d7db8 refactor: update header processing functions for improved clarity and consistency by @endalk200
v1.0.0
What's Changed
- feat: package improvements by @endalk200 in #35
- feat: port better-webhook/cli to go from node by @endalk200 in #36
- feat: implement replay functionality in webhook CLI, allowing users t… by @endalk200 in #37
- Feat add template management command to CLI by @endalk200 in #38
- feat: add template run command and functionality by @endalk200 in #40
- config: revamp CI and lint configurations by @endalk200 in #41
- feat: command restructure by @endalk200 in #42
- feat: deprecate node implementation of webhook-cli and configure release pipeline by @endalk200 in #43
Full Changelog: https://github.com/endalk200/better-webhook/compare/@better-webhook/cli@3.10.1...v1.0.0
@better-webhook/cli v3.10.1
What's Changed
- feat: initialize @better-webhook/recall package with event handling, … by @endalk200 in #30
- feat: add opt-in request body size guard for webhook processing; impl… by @endalk200 in #31
- feat: replay protection primitive by @endalk200 in #33
- Security Configuration by @endalk200 in #34
Full Changelog: https://github.com/endalk200/better-webhook/compare/@better-webhook/cli@3.9.0...@better-webhook/cli@3.10.1
@better-webhook/cli v3.10.0
What's Changed
- feat: initialize @better-webhook/recall package with event handling, schemas, and TypeScript configuration by @endalk200 in #30
- feat: add @better-webhook/recall dependencies and update pnpm-lock.yaml; refactor code for improved readability in Hono and Recall packages by @endalk200 in #30
- feat: add new webhook templates for participant and bot events, including chat messages, status updates, and transcript data by @endalk200 in #30
- feat: enhance documentation and examples for Recall.ai integration, including new event handling and CLI commands by @endalk200 in #30
- feat: implement Recall.ai webhook support with signature generation, event detection, and CLI integration by @endalk200 in #30
- refactor: streamline event logging for Recall webhooks by consolidating participant and bot event handlers into reusable functions by @endalk200 in #30
- feat: release version 3.10.0 with Recall.ai provider integration, including webhook handling, signature generation, and CLI support; add tests for provider detection and improve code structure by @endalk200 in #30
- chore: add CHANGELOG.md for @better-webhook/recall package and update TypeScript configuration; modify external dependencies in tsup.config.ts and refine type checking in index.ts by @endalk200 in #30
- feat: enhance Recall event detection logic and add new tests for generic resource keys; update example documentation in Next.js application by @endalk200 in #30
Full Changelog: https://github.com/endalk200/better-webhook/compare/@better-webhook/cli@3.9.0...@better-webhook/cli@3.10.0
@better-webhook/cli v3.9.0
What's Changed
- chore: adds hono adapter package config files by @endalk200 in #29
- feat: adds hono adapter with updated docs by @endalk200 in #29
- fix: update code examples to use correct API and add hono doc to landing page by @endalk200 in #29
- fix: enhance Hono webhook integration and improve TypeScript configuration by @endalk200 in #29
- fix: update HonoHandler type to support generic context and improve content-type header check in tests by @endalk200 in #29
- fix: update footer links to include specific anchors and improve layout in provider showcase by @endalk200 in #29
- fix: enhance Hono example and documentation, improve error handling in webhook processing by @endalk200 in #29
- fix: update TypeScript reference path in next-env.d.ts and enhance verify method signature in Hono tests by @endalk200 in #29
- refactor: improve runtime directory resolution and enhance package.json version retrieval in webhook-cli by @endalk200 in #29
- chore: standardize output file extensions in tsup configuration across multiple packages by @endalk200 in #29
- fix: improve error handling in webhook processing and enhance TypeScript type definitions in Hono tests by @endalk200 in #29
- refactor: extract runtime directory resolution logic into a new module and update references in webhook-cli by @endalk200 in #29
- chore: update Hono package configuration and documentation, including target version and installation instructions by @endalk200 in #29
- feat: add verbose and debug options to dashboard command for enhanced logging during startup by @endalk200 in #29
- fix: update response body handling to use nullish coalescing operator across multiple packages for consistency by @endalk200 in #29
- fix: enforce POST method and set Allow header in response across GCP, Hono, and NextJS packages by @endalk200 in #29
- refactor: update TypeScript configuration in nextjs-example and enhance package version resolution in webhook-cli by @endalk200 in #29
- feat: add Hono example application with GitHub and Ragie webhook integration, including configuration and local testing instructions by @endalk200 in #29
- chore: add MIT License files to multiple packages and remove trailing whitespace from main LICENSE file by @endalk200 in #29
- refactor: enhance dashboard distribution directory resolution by incorporating package root detection by @endalk200 in #29
- chore: bump @better-webhook package version and @better-webhook/cli by @endalk200 in #29
Full Changelog: https://github.com/endalk200/better-webhook/compare/@better-webhook/cli@3.8.0...@better-webhook/cli@3.9.0
@better-webhook/cli v3.8.0
What's Changed
- docs: adds homebrew and binary download instruction to docs by @endalk200 in #20
- feat: introduce verification mode for webhook providers, allowing opt… by @endalk200 in #21
- chore(deps): bump next from 16.0.10 to 16.1.5 by @dependabot[bot] in #23
- chore(deps): bump next from 15.5.10 to 16.1.5 by @dependabot[bot] in #24
- feat: add debug flag to CLI to get needed debug data by @endalk200 in #26
- chore: improve tests for better coverage and increase reliability by @endalk200 in #27
- feat: add expanded view of the json payload received by @endalk200 in #28
Full Changelog: https://github.com/endalk200/better-webhook/compare/@better-webhook/cli@3.6.0...@better-webhook/cli@3.8.0
@better-webhook/cli v3.6.0
What's Changed
- feat(webhook-cli): add download command for fetching official webhook… by @endalk200 in #1
- config: updates build outputs in turbo.json to include 'dist/**' inst… by @endalk200 in #2
- feat(webhook-cli): implement webhook capture server and commands for … by @endalk200 in #3
- feat(webhook-cli): integrate ora and prompts for improved user intera… by @endalk200 in #4
- feat: add webhook core library with adapters for nestjs, nextjs and expressjs by @endalk200 in #5
- chore(deps): bump next from 15.5.6 to 15.5.9 by @dependabot[bot] in #6
- feat: enhance Provider interface to support event type extraction fro… by @endalk200 in #7
- New patched packages by @endalk200 in #8
- feat: initial release of GCP Cloud Functions adapter for better-webhook by @endalk200 in #9
- feat: add observability by @endalk200 in #10
- chore: expended nextjs adapters peer dependencies to include version 16 by @endalk200 in #11
- fix: resolve terminal command rendering issue in docs by @endalk200 in #13
- fix: resolve theme style inconsistency between CLI dashboard and docu… by @endalk200 in #12
- feat: introduce tree-shaking support and event exports for GitHub and… by @endalk200 in #14
- chore(deps): bump undici from 7.16.0 to 7.18.2 by @dependabot[bot] in #15
- config: inject correct environment variable for npm release job by @endalk200 in #17
- feat: convert captured webhooks to templates by @endalk200 in #16
- config: update release.yml configuration to use OIDC rather than tokens by @endalk200 in #18
- feat: add binary build with asset bundling support using bun by @endalk200 in #19
New Contributors
- @endalk200 made their first contribution in #1
- @dependabot[bot] made their first contribution in #6
Full Changelog: https://github.com/endalk200/better-webhook/commits/@better-webhook/cli@3.6.0