v0.17.0
Breaking Changes
p.Context
has been removed in favor ofcontext.Context
. #227 (comment) has support for migrating.integration/go.mod
has been removed. You need to removegithub.com/pulumi/pulumi-go-provider/integration
from your go.mod to avoid ambiguous import errors.
What's Changed
- Bump the go_modules group across 9 directories with 1 update by @dependabot in #226
- Remove
p.Context
in favor ofcontext.Context
by @iwahbe in #227 - Assert that
infer.Wrap
ed providers can access the infer config by @iwahbe in #229 - Follow up on #229, Wrap test panic in an assertion by @iwahbe in #230
- Match rpc behavior by @iwahbe in #228
- Remove integration go.mod by @blampe in #231
- README and naming fixes by @thomas11 in #232
- Upgrade to p/p v3.114.0 by @thomas11 in #235
Full Changelog: v0.16.0...v0.17.0