Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 19 additions & 32 deletions .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>SDK Changelog - go</title>
<title>SDK Changelog - python</title>
<style>
:root {
--bg-color: #ffffff;
Expand Down Expand Up @@ -95,48 +95,35 @@
}
</style>
</head>
<body><h2 id="go-sdk-changes">Go SDK Changes:</h2>
<body><h2 id="python-sdk-changes">Python SDK Changes:</h2>

<ul>
<li><code>Outpost.Events.List()</code>: <code>request.Request</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.events.list()</code>: <code>request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>Id</code> <strong>Added</strong></li>
<li><code>TenantId</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Time[gt]</code> <strong>Added</strong></li>
<li><code>Time[lt]</code> <strong>Added</strong></li>
<li><code>Topic</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>id</code> <strong>Added</strong></li>
<li><code>tenant_id</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>time[gt]</code> <strong>Added</strong></li>
<li><code>time[lt]</code> <strong>Added</strong></li>
</ul></li>
<li><code>Outpost.Attempts.List()</code>: <code>request.Request</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.attempts.list()</code>: <code>request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>DestinationId</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>EventId</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Include</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>TenantId</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Time[gt]</code> <strong>Added</strong></li>
<li><code>Time[lt]</code> <strong>Added</strong></li>
<li><code>Topic</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>destination_id</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>event_id</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>tenant_id</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>time[gt]</code> <strong>Added</strong></li>
<li><code>time[lt]</code> <strong>Added</strong></li>
</ul></li>
<li><code>Outpost.Attempts.Get()</code>: <code>request.Include</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Outpost.Destinations.List()</code>: <code>request</code> <strong>Changed</strong> (Breaking ⚠️)
<li><code>outpost.destinations.list_attempts()</code>: <code>request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>Topics</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Type</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>event_id</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>time[gt]</code> <strong>Added</strong></li>
<li><code>time[lt]</code> <strong>Added</strong></li>
</ul></li>
<li><code>Outpost.Destinations.ListAttempts()</code>: <code>request.Request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>EventId</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Include</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Time[gt]</code> <strong>Added</strong></li>
<li><code>Time[lt]</code> <strong>Added</strong></li>
<li><code>Topic</code> <strong>Changed</strong> (Breaking ⚠️)</li>
</ul></li>
<li><code>Outpost.Destinations.GetAttempt()</code>: <code>request.Include</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>Outpost.Tenants.List()</code>: <strong>Added</strong></li>
<li><code>Outpost.Tenants.ListTenants()</code>: <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>outpost.tenants.list()</code>: <strong>Added</strong></li>
<li><code>outpost.tenants.list_tenants()</code>: <strong>Removed</strong> (Breaking ⚠️)</li>
</ul>
</body>
</html>
46 changes: 18 additions & 28 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
## Go SDK Changes:
* `Outpost.Events.List()`: `request.Request` **Changed** (Breaking ⚠️)
- `Id` **Added**
- `TenantId` **Changed** (Breaking ⚠️)
- `Time[gt]` **Added**
- `Time[lt]` **Added**
- `Topic` **Changed** (Breaking ⚠️)
* `Outpost.Attempts.List()`: `request.Request` **Changed** (Breaking ⚠️)
- `DestinationId` **Changed** (Breaking ⚠️)
- `EventId` **Changed** (Breaking ⚠️)
- `Include` **Changed** (Breaking ⚠️)
- `TenantId` **Changed** (Breaking ⚠️)
- `Time[gt]` **Added**
- `Time[lt]` **Added**
- `Topic` **Changed** (Breaking ⚠️)
* `Outpost.Attempts.Get()`: `request.Include` **Changed** (Breaking ⚠️)
* `Outpost.Destinations.List()`: `request` **Changed** (Breaking ⚠️)
- `Topics` **Changed** (Breaking ⚠️)
- `Type` **Changed** (Breaking ⚠️)
* `Outpost.Destinations.ListAttempts()`: `request.Request` **Changed** (Breaking ⚠️)
- `EventId` **Changed** (Breaking ⚠️)
- `Include` **Changed** (Breaking ⚠️)
- `Time[gt]` **Added**
- `Time[lt]` **Added**
- `Topic` **Changed** (Breaking ⚠️)
* `Outpost.Destinations.GetAttempt()`: `request.Include` **Changed** (Breaking ⚠️)
* `Outpost.Tenants.List()`: **Added**
* `Outpost.Tenants.ListTenants()`: **Removed** (Breaking ⚠️)
## Python SDK Changes:
* `outpost.events.list()`: `request` **Changed** (Breaking ⚠️)
- `id` **Added**
- `tenant_id` **Changed** (Breaking ⚠️)
- `time[gt]` **Added**
- `time[lt]` **Added**
* `outpost.attempts.list()`: `request` **Changed** (Breaking ⚠️)
- `destination_id` **Changed** (Breaking ⚠️)
- `event_id` **Changed** (Breaking ⚠️)
- `tenant_id` **Changed** (Breaking ⚠️)
- `time[gt]` **Added**
- `time[lt]` **Added**
* `outpost.destinations.list_attempts()`: `request` **Changed** (Breaking ⚠️)
- `event_id` **Changed** (Breaking ⚠️)
- `time[gt]` **Added**
- `time[lt]` **Added**
* `outpost.tenants.list()`: **Added**
* `outpost.tenants.list_tenants()`: **Removed** (Breaking ⚠️)
Loading