-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: replace Source field ip_type
with ipType
for consistency
#197
Merged
Conversation
This file contains 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
ip_type
with ipType
ip_type
with ipType
ip_type
with ipType
ip_type
with ipType
ip_type
with ipType
Yuan325
approved these changes
Jan 13, 2025
ip_type
with ipType
ip_type
with ipType
for consistency
kurtisvg
approved these changes
Jan 13, 2025
This is a breaking change, so we need to use |
1 similar comment
🧨 Preview deployments removed. |
duwenxin99
pushed a commit
that referenced
this pull request
Jan 14, 2025
🤖 I have created a release *beep* *boop* --- ## [0.0.5](v0.0.4...v0.0.5) (2025-01-14) ### ⚠ BREAKING CHANGES * replace Source field `ip_type` with `ipType` for consistency ([#197](#197)) * **toolbox-sdk:** deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([#170](#170)) ### Features * Add support for OpenTelemetry ([#205](#205)) ([1fcc20a](1fcc20a)) * Added Neo4j Source and Tool ([#189](#189)) ([8a1224b](8a1224b)) * **llamaindex-sdk:** Implement OAuth support for LlamaIndex. ([#159](#159)) ([003ce51](003ce51)) * Replace Source field `ip_type` with `ipType` for consistency ([#197](#197)) ([e069520](e069520)) * Update log with given context ([#147](#147)) ([809e547](809e547)) ### Bug Fixes * Correct parsing of floats/ints from json ([#180](#180)) ([387a5b5](387a5b5)) * **doc:** Update example `clientId` field ([#198](#198)) ([0c86e89](0c86e89)) * Fix config name in auth doc samples ([#186](#186)) ([bb03457](bb03457)) * Handle shutdown gracefully ([#178](#178)) ([66ab70f](66ab70f)) * Improve return error for parameters ([#206](#206)) ([346c57d](346c57d)) * **toolbox-sdk:** Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([#170](#170)) ([b56fa68](b56fa68)) ### Miscellaneous Chores * Release 0.0.5 ([#210](#210)) ([bd407c0](bd407c0)) --- This PR was generated with [Release Please](/~https://github.com/googleapis/release-please). See [documentation](/~https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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.
Replace
ip_type
withipType
to match the camel-case of the other fields.Update docs since we support both private and public IP connections.