Conversation
Member
|
@dependabot rebase |
--- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
a00bd4a to
761df6e
Compare
cretz
approved these changes
Sep 3, 2025
THardy98
pushed a commit
that referenced
this pull request
Sep 9, 2025
THardy98
added a commit
that referenced
this pull request
Sep 10, 2025
* envconfig impl * linting * fix steep type checks * formatting * Refactor envconfig classes to use Data.define for immutability - Refactor ClientConfigTLS, ClientConfigProfile, and ClientConfig to use Data.define * Rename hash methods to use idiomatic Ruby naming - Rename from_hash → from_h for all envconfig classes - Rename to_hash → to_h for all envconfig classes * Replace TLS config hash with Connection::TLSOptions object - Rename `to_connect_tls_config` → `to_tls_options` - Return `Connection::TLSOptions` object instead of plain Hash * Refactor to use inline pattern instead of temporary variables * Refactor to_client_connect_options to return tuple for one-liner usage Changed `to_client_connect_options` to return `[positional_args, keyword_args]` tuple instead of a hash, enabling clean one-liner client connections: ```ruby args, kwargs = profile.to_client_connect_options client = Temporalio::Client.connect(*args, **kwargs) ``` * Make hash methods private * Remove File.exist? check by using type system for path vs data distinction - TOML paths (*_path fields) become Pathname objects - TOML data (*_data fields) remain String objects * Use symbol keys instead of string keys in Rust FFI bridge Changed all hash keys from strings to symbols in the Rust-to-Ruby bridge * Bump golang.org/x/net in /temporalio/test/golangworker (#303) * Bump tracing-subscriber from 0.3.19 to 0.3.20 in /temporalio (#331) * Reduce the scope of the illegal call tracer and other tracing fixes (#332) * Remove unnecessary fully qualified import names * Remove envconfig import in temporalio.rb * _source_to_path_and_data prefixed with underscore and private doc visibility * TLS disabled field now optional * Rubocop fixes * Steep fixes * Renamed envconfig.rb -> env_config.rb Renamed to_tls_options -> to_client_tls_options * Pass data string as RString, Rust bridge converts to Vec * Rename load_client_connect_config -> load_client_connect_options * Format envconfig.rs * Nits * Update core submodule * Revert irrelevant cancellation changes * Update Cargo.lock * Propagate set_headers failure in client bridge * Add experimental warning --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chad Retz <[email protected]>
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.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.