bndr / gojenkins

Jenkins API Client in Go. Looking for maintainers to move this project forward.
Apache License 2.0
870 stars 446 forks source link

how to upgrade from v1.0.1 to v1.1.0 in my project without too much change? #272

Open asciel opened 2 years ago

asciel commented 2 years ago

As in v1.0.1 , many function don't have the param context.Context, while v1.1.0 add it, I wonder how to switch to v1.1.0 without manually add the param context.Context?Thanks.