Vìncent Le Goff
Vìncent Le Goff
fixes: https://github.com/pinojs/pino/issues/1104 The test will fail as long as https://github.com/pinojs/pino/issues/1157 is not fixed.
### What version of gRPC are you using? ``` google.golang.org/grpc v1.48.0 ``` ### What version of Go are you using (`go version`)? ``` go version go1.18.5 darwin/amd64 ``` ### What...
### Summary When having several certs, when it fails to update there is no way to know which one is failing. ### Full changelog * adding log entry
### Summary Add `enable_ipv4_common_name` option to allow or deny ipv4 common names certificates. On `certificate` or `access` if the option is disabled the request is rejected, so the ACME challenge...
fix: https://github.com/fastify/fastify/issues/3803 This is unfortunately not working yet. I fixed the assertions in the tests. So basically a handler should either return a Typed value or the `FastifyReply`; it should...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
Switch to github actions instead of travis. Also use the the proper nodejs targets npm token should be put in the secrets for the npm publish part
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Currently...
fix: https://github.com/fastify/fastify-websocket/issues/190 First implementation. Basically the use would be: ```js const Fastify = require('fastify') const fastifyWebsocket = require('.') const { ValidateWebSocket } = require('.') const fastify = Fastify({ logger: true...