Skip to content
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

Deprecate plugins directory and sql.go file #215

Merged
merged 17 commits into from
Apr 1, 2020
Merged

Deprecate plugins directory and sql.go file #215

merged 17 commits into from
Apr 1, 2020

Conversation

bhautikpip
Copy link
Contributor

@bhautikpip bhautikpip commented Mar 31, 2020

Issue #, if available:

Description of changes:

deprecate plugins directory which runtime was calling because of the init() method. Now, customer will have to use Init() method which is in awsplugins directory for elastic beanstalk EC2 and ECS. Also, deprecated (removed sql.go file) xray.SQL API. Now, customers will have to use xray.SQLContex API

For example,
import "github.com/aws/aws-xray-sdk-go/awsplugins/ec2"
func main() {
ec2.Init()
}
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bhautikpip bhautikpip changed the title Deprecate plugins Deprecate plugins directory and sql.go file Mar 31, 2020
@bhautikpip bhautikpip mentioned this pull request Mar 31, 2020
@bhautikpip bhautikpip requested a review from haotianw465 April 1, 2020 18:50
@bhautikpip bhautikpip merged commit c6b0644 into aws:master Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants