Skip to content
Closed
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
64 changes: 21 additions & 43 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 - typescript</title>
<title>SDK Changelog - python</title>
<style>
:root {
--bg-color: #ffffff;
Expand Down Expand Up @@ -95,52 +95,30 @@
}
</style>
</head>
<body><h2 id="typescript-sdk-changes">Typescript SDK Changes:</h2>
<body><h2 id="python-sdk-changes">Python SDK Changes:</h2>

<ul>
<li><code>outpost.destinations.create()</code>: <code>request.body</code> <strong>Changed</strong>
<li><code>outpost.destinations.update()</code>: <code>request.body</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>union(aws_kinesis).createdAt</code> <strong>Added</strong></li>
<li><code>union(aws_kinesis).disabledAt</code> <strong>Added</strong></li>
<li><code>union(aws_kinesis).updatedAt</code> <strong>Added</strong></li>
<li><code>union(aws_s3).createdAt</code> <strong>Added</strong></li>
<li><code>union(aws_s3).disabledAt</code> <strong>Added</strong></li>
<li><code>union(aws_s3).updatedAt</code> <strong>Added</strong></li>
<li><code>union(aws_sqs).createdAt</code> <strong>Added</strong></li>
<li><code>union(aws_sqs).disabledAt</code> <strong>Added</strong></li>
<li><code>union(aws_sqs).updatedAt</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus).createdAt</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus).disabledAt</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus).updatedAt</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub).createdAt</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub).disabledAt</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub).updatedAt</code> <strong>Added</strong></li>
<li><code>union(hookdeck).createdAt</code> <strong>Added</strong></li>
<li><code>union(hookdeck).disabledAt</code> <strong>Added</strong></li>
<li><code>union(hookdeck).updatedAt</code> <strong>Added</strong></li>
<li><code>union(kafka).createdAt</code> <strong>Added</strong></li>
<li><code>union(kafka).disabledAt</code> <strong>Added</strong></li>
<li><code>union(kafka).updatedAt</code> <strong>Added</strong></li>
<li><code>union(rabbitmq).createdAt</code> <strong>Added</strong></li>
<li><code>union(rabbitmq).disabledAt</code> <strong>Added</strong></li>
<li><code>union(rabbitmq).updatedAt</code> <strong>Added</strong></li>
<li><code>union(webhook).createdAt</code> <strong>Added</strong></li>
<li><code>union(webhook).disabledAt</code> <strong>Added</strong></li>
<li><code>union(webhook).updatedAt</code> <strong>Added</strong></li>
</ul></li>
<li><code>outpost.destinations.update()</code>: <code>request.body</code> <strong>Changed</strong>

<ul>
<li><code>union(DestinationUpdateAWSKinesis).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAWSS3).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAWSSQS).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAzureServiceBus).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateGCPPubSub).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateHookdeck).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateKafka).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateRabbitMQ).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateWebhook).disabledAt</code> <strong>Added</strong></li>
<li><code>union(DestinationUpdateAWSKinesis)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateAWSS3)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateAWSSQS)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateAzureServiceBus)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateGCPPubSub)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateHookdeck)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateKafka)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateRabbitMQ)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(DestinationUpdateWebhook)</code> <strong>Removed</strong> (Breaking ⚠️)</li>
<li><code>union(aws_kinesis)</code> <strong>Added</strong></li>
<li><code>union(aws_s3)</code> <strong>Added</strong></li>
<li><code>union(aws_sqs)</code> <strong>Added</strong></li>
<li><code>union(azure_servicebus)</code> <strong>Added</strong></li>
<li><code>union(gcp_pubsub)</code> <strong>Added</strong></li>
<li><code>union(hookdeck)</code> <strong>Added</strong></li>
<li><code>union(kafka)</code> <strong>Added</strong></li>
<li><code>union(rabbitmq)</code> <strong>Added</strong></li>
<li><code>union(webhook)</code> <strong>Added</strong></li>
</ul></li>
</ul>
</body>
Expand Down
59 changes: 20 additions & 39 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,20 @@
## Typescript SDK Changes:
* `outpost.destinations.create()`: `request.body` **Changed**
- `union(aws_kinesis).createdAt` **Added**
- `union(aws_kinesis).disabledAt` **Added**
- `union(aws_kinesis).updatedAt` **Added**
- `union(aws_s3).createdAt` **Added**
- `union(aws_s3).disabledAt` **Added**
- `union(aws_s3).updatedAt` **Added**
- `union(aws_sqs).createdAt` **Added**
- `union(aws_sqs).disabledAt` **Added**
- `union(aws_sqs).updatedAt` **Added**
- `union(azure_servicebus).createdAt` **Added**
- `union(azure_servicebus).disabledAt` **Added**
- `union(azure_servicebus).updatedAt` **Added**
- `union(gcp_pubsub).createdAt` **Added**
- `union(gcp_pubsub).disabledAt` **Added**
- `union(gcp_pubsub).updatedAt` **Added**
- `union(hookdeck).createdAt` **Added**
- `union(hookdeck).disabledAt` **Added**
- `union(hookdeck).updatedAt` **Added**
- `union(kafka).createdAt` **Added**
- `union(kafka).disabledAt` **Added**
- `union(kafka).updatedAt` **Added**
- `union(rabbitmq).createdAt` **Added**
- `union(rabbitmq).disabledAt` **Added**
- `union(rabbitmq).updatedAt` **Added**
- `union(webhook).createdAt` **Added**
- `union(webhook).disabledAt` **Added**
- `union(webhook).updatedAt` **Added**
* `outpost.destinations.update()`: `request.body` **Changed**
- `union(DestinationUpdateAWSKinesis).disabledAt` **Added**
- `union(DestinationUpdateAWSS3).disabledAt` **Added**
- `union(DestinationUpdateAWSSQS).disabledAt` **Added**
- `union(DestinationUpdateAzureServiceBus).disabledAt` **Added**
- `union(DestinationUpdateGCPPubSub).disabledAt` **Added**
- `union(DestinationUpdateHookdeck).disabledAt` **Added**
- `union(DestinationUpdateKafka).disabledAt` **Added**
- `union(DestinationUpdateRabbitMQ).disabledAt` **Added**
- `union(DestinationUpdateWebhook).disabledAt` **Added**
## Python SDK Changes:
* `outpost.destinations.update()`: `request.body` **Changed** (Breaking ⚠️)
- `union(DestinationUpdateAWSKinesis)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateAWSS3)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateAWSSQS)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateAzureServiceBus)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateGCPPubSub)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateHookdeck)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateKafka)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateRabbitMQ)` **Removed** (Breaking ⚠️)
- `union(DestinationUpdateWebhook)` **Removed** (Breaking ⚠️)
- `union(aws_kinesis)` **Added**
- `union(aws_s3)` **Added**
- `union(aws_sqs)` **Added**
- `union(azure_servicebus)` **Added**
- `union(gcp_pubsub)` **Added**
- `union(hookdeck)` **Added**
- `union(kafka)` **Added**
- `union(rabbitmq)` **Added**
- `union(webhook)` **Added**
Loading