Laurie Crean
Laurie Crean
Adds configurable bind address support to the `shopify app dev` command to enable Docker container development workflows. ### Problem - Fixes #6355 - Recent CLI versions hardcode `localhost` binding for...
fixes #6666 ## Problem Users can accidentally include duplicate Guava artifacts (guava-jdk5, guava-base, sisu-guava, etc.) alongside the main Guava library, causing classpath conflicts and runtime issues that are difficult to...
## Summary This PR refactors `postgres_client.rs` to use the existing `ShardIdentity` type instead of individual primitive shard fields, improving type safety and reducing code duplication. **Fixes #9823** ## Problem The...
Adds `ContextLeveledLoggerInterface` to enable distributed tracing integration. ## Before/After **Before**: Loggers couldn't access context → can't inject trace IDs ```go type LeveledLoggerInterface interface { Infof(format string, v ...interface{}) } ```...
## Problem Users cannot trace Stripe API calls through their observability systems without manually wrapping every API call. The SDK formats URLs like `/v1/charges/ch_123` but OpenTelemetry requires URL templates like...