Mitul Shah
Mitul Shah
- Fixed SQL Injection Vulnerabilities on login page - sanitize post params - Removed unnecessary code - Format code
Add Circuit Breaker Middleware for Fiber This PR introduces a circuit breaker implementation for Fiber with: - Tri-state management (Closed/Open/Half-Open) - Configurable failure thresholds and recovery timeouts - Automatic failure...
#3124 ## What does this PR do? ## Why is it important? ## Related issues - @mdelapenya Can you please review
### Proposal Currently, the Cassandra testcontainer module doesn't provide native support for TLS/SSL connections. This enhancement proposes implementing TLS support to make the module more useful for testing secure connections...
This PR contains Circuit Breaker Middleware @aldas @jrhrmsll @lammel Would appreciate it if you can review this PR.
## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...