Skip to content

Tags: hookdeck/outpost

Tags

sdks/outpost-python/v0.6.0

Toggle sdks/outpost-python/v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #703 from hookdeck/speakeasy-sdk-regen-1770896465

chore: 🐝 Update SDK - Generate OUTPOST-PYTHON 0.6.0

sdks/outpost-typescript/v0.7.0

Toggle sdks/outpost-typescript/v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #691 from hookdeck/speakeasy-sdk-regen-1770828770

chore: 🐝 Update SDK - Generate OUTPOST-TS 0.7.0

sdks/outpost-go/v0.6.0

Toggle sdks/outpost-go/v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #693 from hookdeck/speakeasy-sdk-regen-1770829484

chore: 🐝 Update SDK - Generate OUTPOST-GO 0.6.0

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: remove unused DestinationID from RetrieveEventRequest (#679)

* refactor: remove unused DestinationID from RetrieveEventRequest

After iterations of access patterns, the current version doesn't require
DestinationID in this operation. Events are destination-agnostic - use
ListAttempt with DestinationIDs filter for destination-scoped queries.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* refactor: query events table in RetrieveEvent

RetrieveEvent now queries the events table directly instead of the
attempts table.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: use QueryRow in chlogstore retrieve functions to prevent silent errors

RetrieveEvent and RetrieveAttempt used Query + rows.Next() without
checking rows.Err(), causing ClickHouse query errors to be silently
treated as "not found" (404) instead of surfacing as errors (500).
Switch to QueryRow which handles this correctly via sql.ErrNoRows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: align API response structs with internal models

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

sdks/outpost-typescript/v0.6.0

Toggle sdks/outpost-typescript/v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #641 from hookdeck/speakeasy-sdk-regen-1768569631

chore: 🐝 Update SDK - Generate OUTPOST-TS 0.6.0

sdks/outpost-python/v0.5.0

Toggle sdks/outpost-python/v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #640 from hookdeck/speakeasy-sdk-regen-1768568786

chore: 🐝 Update SDK - Generate OUTPOST-PYTHON 0.5.0

sdks/outpost-go/v0.5.1

Toggle sdks/outpost-go/v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #637 from hookdeck/speakeasy-sdk-regen-1768565776

chore: 🐝 Update SDK - Generate OUTPOST-GO 0.5.1

sdks/outpost-go/v0.5.0

Toggle sdks/outpost-go/v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #632 from hookdeck/speakeasy-sdk-regen-1768556640

chore: 🐝 Update SDK - Generate OUTPOST-GO 0.5.0

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix /inject-portal-config.js content type (#624)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: retry id collision for multi-destination events (#609)

* test: duplicate retry id bug

* fix: retry id

* test: improve manual retry assertion to compare task id