chore: 🐝 Update SDK - Generate 3.0.0#118
Open
github-actions[bot] wants to merge 2 commits intomainfrom
Open
Conversation
d521462 to
8798973
Compare
65bf6d0 to
3c7fec3
Compare
664a275 to
dbb4899
Compare
90c9e6b to
4979a83
Compare
81a1e72 to
23d7f16
Compare
2448943 to
b720ee7
Compare
1c20eb0 to
b7a7f94
Compare
570ce03 to
8d41aa7
Compare
* `airbyte.destinations.putDestination()`: * `request.destinationPutRequest.configuration` **Changed** (Breaking⚠️ ) * `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.sources.initiateOAuth()`: * `request.sourceType` **Changed** (Breaking⚠️ ) * `airbyte.connections.createConnection()`: * `request` **Changed** * `response` **Changed** (Breaking⚠️ ) * `airbyte.connections.getConnection()`: `response` **Changed** (Breaking⚠️ ) * `airbyte.connections.listConnections()`: `response.data[]` **Changed** (Breaking⚠️ ) * `airbyte.connections.patchConnection()`: * `request.connectionPatchRequest` **Changed** * `response` **Changed** (Breaking⚠️ ) * `airbyte.destinations.createDestination()`: * `request.configuration` **Changed** (Breaking⚠️ ) * `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.destinations.getDestination()`: `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.destinations.patchDestination()`: * `request.destinationPatchRequest.configuration` **Changed** (Breaking⚠️ ) * `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.declarativeSourceDefinitions.updateDeclarativeSourceDefinition()`: * `request.updateDeclarativeSourceDefinitionRequest.version` **Removed** (Breaking⚠️ ) * `airbyte.sources.getSource()`: `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.sources.createSource()`: * `request.configuration` **Changed** (Breaking⚠️ ) * `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.workspaces.createOrUpdateWorkspaceOAuthCredentials()`: * `request.workspaceOAuthCredentialsRequest` **Changed** (Breaking⚠️ ) * `airbyte.destinations.listDestinations()`: `response.data[].configuration` **Changed** (Breaking⚠️ ) * `airbyte.sources.listSources()`: `response.data[].configuration` **Changed** (Breaking⚠️ ) * `airbyte.sources.patchSource()`: * `request.sourcePatchRequest.configuration` **Changed** (Breaking⚠️ ) * `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.sources.putSource()`: * `request.sourcePutRequest.configuration` **Changed** (Breaking⚠️ ) * `response.configuration` **Changed** (Breaking⚠️ ) * `airbyte.streams.getStreamProperties()`: `response.[]` **Changed** (Breaking⚠️ ) * `airbyte.organizations.createOrUpdateOrganizationOAuthCredentials()`: **Added** * `airbyte.organizations.deleteOrganizationOAuthCredentials()`: **Added**
b8628b5 to
90caabc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [major] - 🤖 (automated)
Java SDK Changes:
airbyte.destinations.putDestination():request.destinationPutRequest.configurationChanged (Breakingresponse.configurationChanged (Breakingairbyte.sources.initiateOAuth():request.sourceTypeChanged (Breakingairbyte.connections.createConnection():requestChangedresponseChanged (Breakingairbyte.connections.getConnection():responseChanged (Breakingairbyte.connections.listConnections():response.data[]Changed (Breakingairbyte.connections.patchConnection():request.connectionPatchRequestChangedresponseChanged (Breakingairbyte.destinations.createDestination():request.configurationChanged (Breakingresponse.configurationChanged (Breakingairbyte.destinations.getDestination():response.configurationChanged (Breakingairbyte.destinations.patchDestination():request.destinationPatchRequest.configurationChanged (Breakingresponse.configurationChanged (Breakingairbyte.declarativeSourceDefinitions.updateDeclarativeSourceDefinition():request.updateDeclarativeSourceDefinitionRequest.versionRemoved (Breakingairbyte.sources.getSource():response.configurationChanged (Breakingairbyte.sources.createSource():request.configurationChanged (Breakingresponse.configurationChanged (Breakingairbyte.workspaces.createOrUpdateWorkspaceOAuthCredentials():request.workspaceOAuthCredentialsRequestChanged (Breakingairbyte.destinations.listDestinations():response.data[].configurationChanged (Breakingairbyte.sources.listSources():response.data[].configurationChanged (Breakingairbyte.sources.patchSource():request.sourcePatchRequest.configurationChanged (Breakingresponse.configurationChanged (Breakingairbyte.sources.putSource():request.sourcePutRequest.configurationChanged (Breakingresponse.configurationChanged (Breakingairbyte.streams.getStreamProperties():response.[]Changed (Breakingairbyte.organizations.createOrUpdateOrganizationOAuthCredentials(): Addedairbyte.organizations.deleteOrganizationOAuthCredentials(): AddedView full SDK changelog
OpenAPI Change Summary