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

chore!: drop support for custom promises #970

Merged
merged 1 commit into from Apr 20, 2020
Merged

chore!: drop support for custom promises #970

merged 1 commit into from Apr 20, 2020

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Apr 17, 2020

BREAKING CHANGE: This change removes the PubSub.Promise property that could be used to override the default Promise implementation in node.js. In years past, this option made sense as native Promise support on the platform lagged behind. Today, the promise implementation in node.js is complete and performant.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 17, 2020
@JustinBeckwith JustinBeckwith changed the title chore!: dropp support for custom promises chore!: drop support for custom promises Apr 17, 2020
@codecov
Copy link

codecov bot commented Apr 17, 2020

Codecov Report

Merging #970 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #970   +/-   ##
=======================================
  Coverage   95.26%   95.27%           
=======================================
  Files          22       22           
  Lines       10642    10621   -21     
  Branches      467      486   +19     
=======================================
- Hits        10138    10119   -19     
+ Misses        501      499    -2     
  Partials        3        3           
Impacted Files Coverage Δ
src/iam.ts 100.00% <ø> (ø)
src/publisher/index.ts 59.55% <ø> (+0.68%) ⬆️
src/snapshot.ts 100.00% <ø> (ø)
src/topic.ts 98.63% <ø> (-0.01%) ⬇️
src/message-stream.ts 98.21% <0.00%> (-0.52%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 966614d...8c0184f. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit df462d3 into master Apr 20, 2020
@release-please release-please bot mentioned this pull request Apr 20, 2020
This was referenced Apr 29, 2020
This was referenced May 19, 2020
@release-please release-please bot mentioned this pull request May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants