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
52 changes: 46 additions & 6 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 - go</title>
<style>
:root {
--bg-color: #ffffff;
Expand Down Expand Up @@ -95,13 +95,53 @@
}
</style>
</head>
<body><h2 id="typescript-sdk-changes">Typescript SDK Changes:</h2>
<body><h2 id="go-sdk-changes">Go SDK Changes:</h2>

<ul>
<li><code>outpost.publish()</code>: <strong>Added</strong></li>
<li><code>outpost.retry()</code>: <strong>Added</strong></li>
<li><code>outpost.publish.event()</code>: <strong>Removed</strong> (Breaking ⚠ïļ)</li>
<li><code>outpost.retry.retry()</code>: <strong>Removed</strong> (Breaking ⚠ïļ)</li>
<li><code>Outpost.Destinations.Create()</code>: <code>request.Body</code> <strong>Changed</strong>

<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>
</ul></li>
</ul>
</body>
</html>
44 changes: 39 additions & 5 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
## Typescript SDK Changes:
* `outpost.publish()`: **Added**
* `outpost.retry()`: **Added**
* `outpost.publish.event()`: **Removed** (Breaking ⚠ïļ)
* `outpost.retry.retry()`: **Removed** (Breaking ⚠ïļ)
## Go 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**
Loading