Skip to content

Conversation

@alexluong
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Jan 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outpost-docs Ready Ready Preview, Comment Jan 29, 2026 8:13pm
outpost-website Ready Ready Preview, Comment Jan 29, 2026 8:13pm

Request Review

Comment on lines +23 to +26
| `GET /tenants/:tenant_id/events/:event_id/deliveries` | **Removed** — use `GET /tenants/:tenant_id/attempts?event_id=:event_id` |
| `GET /tenants/:tenant_id/destinations/:destination_id/events` | **Removed** — use `GET /tenants/:tenant_id/attempts?destination_id=:destination_id` |
| `GET /tenants/:tenant_id/destinations/:destination_id/events/:event_id` | **Removed** |
| `POST /tenants/:tenant_id/destinations/:destination_id/events/:event_id/retry` | `POST /tenants/:tenant_id/attempts/:attempt_id/retry` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs review that's no longer correct

```json
{
"id": "atm_123",
"status": "success",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

event_id and destination_id missing?

Comment on lines +176 to +179
2. **During upgrade:**
- [ ] Stop Outpost
- [ ] Run migrations: `migrate apply --all`
- [ ] Verify migrations completed: `migrate verify`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given the tables have changes won't that lead to data lost?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants