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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.42.2

### Enhancements

### Features
* Enable arbitrary inputs for `SourceConnectorType` and `DestinationConnectorType`. This lets the client support new connector types without having to upgrade.

### Fixes

## 0.42.1

### Enhancements

### Features

### Fixes
* potential issue referencing models before declaration (commit by @mfbx9da4)

## 0.42.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.42.1
version: 0.42.2
additionalDependencies:
dev:
deepdiff: '>=6.0'
Expand Down
6 changes: 6 additions & 0 deletions overlay_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ actions:
- target: $["components"]["schemas"]["partition_parameters"]["properties"]["tracking_enabled"]
description: Remove tracking_enabled from partition_parameters
remove: true
- target: $["components"]["schemas"]["SourceConnectorType"]
update:
"x-speakeasy-unknown-values": "allow"
- target: $["components"]["schemas"]["DestinationConnectorType"]
update:
"x-speakeasy-unknown-values": "allow"