-
Notifications
You must be signed in to change notification settings - Fork 29
docs: upgrade v0.13 #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: upgrade v0.13 #667
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| | `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` | |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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?
| 2. **During upgrade:** | ||
| - [ ] Stop Outpost | ||
| - [ ] Run migrations: `migrate apply --all` | ||
| - [ ] Verify migrations completed: `migrate verify` |
There was a problem hiding this comment.
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?
No description provided.