grpc/grpc-node (@grpc/grpc-js)
### [`v1.12.2`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.2): @grpc/grpc-js 1.12.2
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.1...@grpc/grpc-js@1.12.2)
- Use `util.promisify` instead of `fs/promises` for Node 12 compatibility ([#2838](https://redirect.github.com/grpc/grpc-node/issues/2838))
### [`v1.12.1`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.1): @grpc/grpc-js 1.12.1
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.0...@grpc/grpc-js@1.12.1)
- Port bugfixes from 1.11.x into 1.12.x ([#2836](https://redirect.github.com/grpc/grpc-node/issues/2836))
### [`v1.12.0`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.0): @grpc/grpc-js 1.12.0
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.11.3...@grpc/grpc-js@1.12.0)
##### Changelog
- Provide the method_name for the CallCredentials callback generateMetadata ([#2814](https://redirect.github.com/grpc/grpc-node/issues/2814) contributed by [@becoded](https://redirect.github.com/becoded))
- Add an optional `rejectUnauthorized` field to the `VerifyOptions` interface, which can be passed as an argument to `credentials.createSsl` and `createFromSecureContext` ([#2812](https://redirect.github.com/grpc/grpc-node/issues/2812) contributed by [@vinothsa4891](https://redirect.github.com/vinothsa4891))
##### Experimental API changes
Added:
- `CaCertificateUpdate`
- `CaCertificateUpdateListener`
- `IdentityCertificateUpdate`
- `IdentityCertificateUpdateListener`
- `CertificateProvider`
- `FileWatcherCertificateProvider`
- `FileWatcherCertificateProviderConfig`
- `createCertificateProviderChannelCredentials`
- `createCertificateProviderServerCredentials`
Modified:
- `LoadBalancer`: The constructor now takes an additional argument of type `ChannelCredentials`.
- `ChannelControlHelper#createSubchannel`: Now takes an additional argument of type `ChannelCredentials | null`. This should be passed along if overriding this function.
- `LeafLoadBalancer`: The constructor now takes an additional argument of type `ChannelCredentials`.
pinojs/pino (pino)
### [`v9.5.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.5.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.4.0...v9.5.0)
#### What's Changed
- build(deps-dev): bump [@yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.12.1 to 5.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2042](https://redirect.github.com/pinojs/pino/pull/2042)
- build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2043](https://redirect.github.com/pinojs/pino/pull/2043)
- Update transports.md by [@Jhon-Mosk](https://redirect.github.com/Jhon-Mosk) in [https://github.com/pinojs/pino/pull/2041](https://redirect.github.com/pinojs/pino/pull/2041)
- doc: Add Transport [@macfja/pino-fingers-crossed](https://redirect.github.com/macfja/pino-fingers-crossed) by [@MacFJA](https://redirect.github.com/MacFJA) in [https://github.com/pinojs/pino/pull/2047](https://redirect.github.com/pinojs/pino/pull/2047)
- build(deps-dev): bump [@yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.13.0 to 5.15.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2050](https://redirect.github.com/pinojs/pino/pull/2050)
- docs->added pino-hana transport by [@HiImGiovi](https://redirect.github.com/HiImGiovi) in [https://github.com/pinojs/pino/pull/2059](https://redirect.github.com/pinojs/pino/pull/2059)
- docs -> [#2061](https://redirect.github.com/pinojs/pino/issues/2061) Alphabetize transport list and reorder sections in documentation by [@superherobtf1985](https://redirect.github.com/superherobtf1985) in [https://github.com/pinojs/pino/pull/2062](https://redirect.github.com/pinojs/pino/pull/2062)
- feature: allow sync flag to be passed to ThreadStream for synchronous… by [@karankraina](https://redirect.github.com/karankraina) in [https://github.com/pinojs/pino/pull/2063](https://redirect.github.com/pinojs/pino/pull/2063)
- fix: Ensure silent log level is respected with browser.transmit option by [@SrsDanny](https://redirect.github.com/SrsDanny) in [https://github.com/pinojs/pino/pull/2052](https://redirect.github.com/pinojs/pino/pull/2052)
#### New Contributors
- [@MacFJA](https://redirect.github.com/MacFJA) made their first contribution in [https://github.com/pinojs/pino/pull/2047](https://redirect.github.com/pinojs/pino/pull/2047)
- [@HiImGiovi](https://redirect.github.com/HiImGiovi) made their first contribution in [https://github.com/pinojs/pino/pull/2059](https://redirect.github.com/pinojs/pino/pull/2059)
- [@superherobtf1985](https://redirect.github.com/superherobtf1985) made their first contribution in [https://github.com/pinojs/pino/pull/2062](https://redirect.github.com/pinojs/pino/pull/2062)
- [@karankraina](https://redirect.github.com/karankraina) made their first contribution in [https://github.com/pinojs/pino/pull/2063](https://redirect.github.com/pinojs/pino/pull/2063)
- [@SrsDanny](https://redirect.github.com/SrsDanny) made their first contribution in [https://github.com/pinojs/pino/pull/2052](https://redirect.github.com/pinojs/pino/pull/2052)
**Full Changelog**: https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.11.3
->1.12.2
9.4.0
->9.5.0
Release Notes
grpc/grpc-node (@grpc/grpc-js)
### [`v1.12.2`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.2): @grpc/grpc-js 1.12.2 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.1...@grpc/grpc-js@1.12.2) - Use `util.promisify` instead of `fs/promises` for Node 12 compatibility ([#2838](https://redirect.github.com/grpc/grpc-node/issues/2838)) ### [`v1.12.1`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.1): @grpc/grpc-js 1.12.1 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.0...@grpc/grpc-js@1.12.1) - Port bugfixes from 1.11.x into 1.12.x ([#2836](https://redirect.github.com/grpc/grpc-node/issues/2836)) ### [`v1.12.0`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.0): @grpc/grpc-js 1.12.0 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.11.3...@grpc/grpc-js@1.12.0) ##### Changelog - Provide the method_name for the CallCredentials callback generateMetadata ([#2814](https://redirect.github.com/grpc/grpc-node/issues/2814) contributed by [@becoded](https://redirect.github.com/becoded)) - Add an optional `rejectUnauthorized` field to the `VerifyOptions` interface, which can be passed as an argument to `credentials.createSsl` and `createFromSecureContext` ([#2812](https://redirect.github.com/grpc/grpc-node/issues/2812) contributed by [@vinothsa4891](https://redirect.github.com/vinothsa4891)) ##### Experimental API changes Added: - `CaCertificateUpdate` - `CaCertificateUpdateListener` - `IdentityCertificateUpdate` - `IdentityCertificateUpdateListener` - `CertificateProvider` - `FileWatcherCertificateProvider` - `FileWatcherCertificateProviderConfig` - `createCertificateProviderChannelCredentials` - `createCertificateProviderServerCredentials` Modified: - `LoadBalancer`: The constructor now takes an additional argument of type `ChannelCredentials`. - `ChannelControlHelper#createSubchannel`: Now takes an additional argument of type `ChannelCredentials | null`. This should be passed along if overriding this function. - `LeafLoadBalancer`: The constructor now takes an additional argument of type `ChannelCredentials`.pinojs/pino (pino)
### [`v9.5.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.5.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.4.0...v9.5.0) #### What's Changed - build(deps-dev): bump [@yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.12.1 to 5.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2042](https://redirect.github.com/pinojs/pino/pull/2042) - build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2043](https://redirect.github.com/pinojs/pino/pull/2043) - Update transports.md by [@Jhon-Mosk](https://redirect.github.com/Jhon-Mosk) in [https://github.com/pinojs/pino/pull/2041](https://redirect.github.com/pinojs/pino/pull/2041) - doc: Add Transport [@macfja/pino-fingers-crossed](https://redirect.github.com/macfja/pino-fingers-crossed) by [@MacFJA](https://redirect.github.com/MacFJA) in [https://github.com/pinojs/pino/pull/2047](https://redirect.github.com/pinojs/pino/pull/2047) - build(deps-dev): bump [@yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.13.0 to 5.15.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2050](https://redirect.github.com/pinojs/pino/pull/2050) - docs->added pino-hana transport by [@HiImGiovi](https://redirect.github.com/HiImGiovi) in [https://github.com/pinojs/pino/pull/2059](https://redirect.github.com/pinojs/pino/pull/2059) - docs -> [#2061](https://redirect.github.com/pinojs/pino/issues/2061) Alphabetize transport list and reorder sections in documentation by [@superherobtf1985](https://redirect.github.com/superherobtf1985) in [https://github.com/pinojs/pino/pull/2062](https://redirect.github.com/pinojs/pino/pull/2062) - feature: allow sync flag to be passed to ThreadStream for synchronous… by [@karankraina](https://redirect.github.com/karankraina) in [https://github.com/pinojs/pino/pull/2063](https://redirect.github.com/pinojs/pino/pull/2063) - fix: Ensure silent log level is respected with browser.transmit option by [@SrsDanny](https://redirect.github.com/SrsDanny) in [https://github.com/pinojs/pino/pull/2052](https://redirect.github.com/pinojs/pino/pull/2052) #### New Contributors - [@MacFJA](https://redirect.github.com/MacFJA) made their first contribution in [https://github.com/pinojs/pino/pull/2047](https://redirect.github.com/pinojs/pino/pull/2047) - [@HiImGiovi](https://redirect.github.com/HiImGiovi) made their first contribution in [https://github.com/pinojs/pino/pull/2059](https://redirect.github.com/pinojs/pino/pull/2059) - [@superherobtf1985](https://redirect.github.com/superherobtf1985) made their first contribution in [https://github.com/pinojs/pino/pull/2062](https://redirect.github.com/pinojs/pino/pull/2062) - [@karankraina](https://redirect.github.com/karankraina) made their first contribution in [https://github.com/pinojs/pino/pull/2063](https://redirect.github.com/pinojs/pino/pull/2063) - [@SrsDanny](https://redirect.github.com/SrsDanny) made their first contribution in [https://github.com/pinojs/pino/pull/2052](https://redirect.github.com/pinojs/pino/pull/2052) **Full Changelog**: https://github.com/pinojs/pino/compare/v9.4.0...v9.5.0Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.