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

src: Remove the Promisify function #354

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

lholmquist
Copy link
Member

BREAKING CHANGE: Remove the Promisify function from the CircuitBreaker factory

  • Node has its own built-in promisify function that can be used instead.

fixes #352

BREAKING CHANGE: Remove the Promisify function from the CircuitBreaker factory

* Node has its own built-in promisify function that can be used instead.

fixes nodeshift#352
@lance lance merged commit 86a6154 into nodeshift:master Jul 12, 2019
@lholmquist lholmquist deleted the 352-remove-promisify branch July 12, 2019 17:52
lance pushed a commit that referenced this pull request Aug 8, 2019
BREAKING CHANGE: Remove the Promisify function from the CircuitBreaker factory

* Node has its own built-in promisify function that can be used instead.

fixes #352
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why is there a Promisify function exposed
3 participants