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

feat: adding noPanicControl option #10

Merged
merged 2 commits into from
Jan 7, 2023
Merged

Conversation

Farenheith
Copy link
Member

This PR adds a new option: noPanicControl. If you don't want to have panic control, just pass it as true.
Also I treated a bug: if maxConnections is 0, panic should not be handled, as it only makes sense for a connection pool.

@sonarcloud
Copy link

sonarcloud bot commented Jan 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Farenheith Farenheith merged commit 1e16f18 into master Jan 7, 2023
codibrebot pushed a commit that referenced this pull request Jan 7, 2023
# [1.4.0](v1.3.0...v1.4.0) (2023-01-07)

### Features

* adding noPanicControl option ([#10](#10)) ([1e16f18](1e16f18))
@codibrebot
Copy link

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants