Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

fix(deps): upgrade to gcp-metadata v0.9.0#536

Merged
JustinBeckwith merged 7 commits intogoogleapis:nextfrom
JustinBeckwith:meta2
Dec 20, 2018
Merged

fix(deps): upgrade to gcp-metadata v0.9.0#536
JustinBeckwith merged 7 commits intogoogleapis:nextfrom
JustinBeckwith:meta2

Conversation

@JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Nov 19, 2018

BREAKING CHANGE: In cases where the Compute client is used, the the getRequestHeaders method will no longer return an AxiosResponse object if a request is made to the metadata server. The value of the object will return null. This is not likely to affect any downstream APIs, but is a breaking change nonetheless.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 19, 2018
package.json Outdated
"@types/node": "^10.5.1",
"@types/pify": "^3.0.2",
"@types/semver": "^5.5.0",
"@types/sinon": "^5.0.1",

This comment was marked as spam.

@JustinBeckwith
Copy link
Contributor Author

@ofrobots gentle ping

@JustinBeckwith JustinBeckwith requested a review from a team November 21, 2018 04:15
}
this.emit('tokens', tokens);
return {tokens, res};
return {tokens, res: null};

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith JustinBeckwith changed the base branch from master to next December 20, 2018 16:18
@JustinBeckwith JustinBeckwith added the semver: major Hint for users that this is an API breaking change. label Dec 20, 2018
@JustinBeckwith
Copy link
Contributor Author

OOOk, so here's what I decided to do. There are a few breaking changes brewing for this lib, so I updated the next branch, changed the target of this PR, and figured we could track 3.x changes here.

@JustinBeckwith JustinBeckwith merged commit 47b4ae6 into googleapis:next Dec 20, 2018
@JustinBeckwith JustinBeckwith added this to the 3.0 milestone Dec 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement. semver: major Hint for users that this is an API breaking change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants