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

chore(deps): update recommendationservice #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elastic-renovate-prod[bot]
Copy link

This PR contains the following updates:

Package Update Change
elastic-opentelemetry minor ==0.1.0 -> ==0.2.0
grpcio (source) minor ==1.60.0 -> ==1.66.1
grpcio-health-checking minor ==1.60.0 -> ==1.66.1
openfeature-sdk patch ==0.7.0 -> ==0.7.1
psutil patch ==5.9.6 -> ==5.9.8
python-dotenv patch ==1.0.0 -> ==1.0.1

Release Notes

elastic/elastic-otel-python (elastic-opentelemetry)

v0.2.0

Compare Source

  • Added some documentation (#​110)
  • Bump to OTel 1.27.0 (#​117)
  • Enabled os resource detector by default (#​117)
grpc/grpc (grpcio)

v1.66.1

Compare Source

This is release gRPC Core 1.66.1 (gladiator).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Core

v1.66.0

Compare Source

This is release 1.66.0 (gladiator) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#​37479)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​37223)
  • [Dep] Upgrading Protobuf to v27.2. (#​36753)
  • [Gpr_To_Absl_Logging] Fixing bugs . (#​36961)
  • [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#​36921)

C++

Python

  • [Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). (#​37477)
  • Fix issues/36613. (#​37022)
  • [fix] updated invocation_metadata return type hint. (#​36894)
  • [Release] Add warning about PyPi latest version not necessarily matching Github latest version. (#​36965)

Ruby

  • [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#​36982)
  • [ruby] improve the way completion queue pluck operations handle signals and process shutdown. (#​36903)

v1.65.5

Compare Source

This is release gRPC Core 1.65.5 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

  • [OTel C++] Fix race when adding and removing callbacks (#​37509)
  • [RlsLB] Fix Deadlock (#​37503)
  • [Python Otel] Manage call tracer life cycle use call arena. (v1.65.x backport) (#​37478)

v1.65.4

Compare Source

This is release gRPC Core 1.65.4 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.65.2

Compare Source

This is release gRPC Core 1.65.2 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.65.1

Compare Source

This is release gRPC Core 1.65.1 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.65.0

Compare Source

This is release gRPC Core 1.65.0 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

This is release 1.65.0 (gnarly) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [OTPlugin] Per-channel OpenTelemetry plugin. (#​36729)
  • [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#​36844)
  • [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#​36798)
  • [build] Support clang-cl for Windows builds (best effort). (#​36831)
  • [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#​36761)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​36716)
  • [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#​36374)
  • [xDS] fix "tls" channel cred in bootstrap to actually work. (#​36726)
  • [StatsPlugin] Fix use-after-free issue. (#​36664)
  • [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#​36286)

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#​36686)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#​36674)
  • [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#​36567)
  • [security] Add notices for functions we will be removing. (#​36488)

Objective-C

  • Replace bind() targets with alias() ones. (#​35272)

Python

  • [Python O11y] Implement CSM observability for Python. (#​36557)
  • [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#​36660)
  • [Python Otel] Deprecate target_attribute_filter. (#​36697)
  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#​36684)

Ruby

  • [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#​36982)" to 1.65.x. (#​37001)
  • [ruby] backport "[ruby] improve the way completion queue pluck operations handle signals and process shutdown #​36903". (#​36916)

v1.64.3

Compare Source

This is release gRPC Core 1.64.3 (grateful).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.64.1

Compare Source

This is release 1.64.1 (grateful) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

C++

  • [OTel] Generate pkg-config file for grpcpp_otel_plugin (#​36686). (#​36722)
  • [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#​36674). (#​36688)

Python

  • [Python Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). (#​36696)

v1.64.0

Compare Source

This is release 1.64.0 (grateful) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​36435)
  • [build] Restrict visibility of grpc_public_hdrs and grpc++_public_hdrs. (#​36289)
  • [Deps] Rollfoward Protobuf upgrade to v26.1. (#​36323)

C++

  • [CSM] Fix CSM Observability for trailers-only response. (#​36413)
  • [CSM] Remove requirement that servers have to be xDS enabled. (#​36410)

Python

  • [Asyncio] Semantic task names for RPC tasks. (#​36422)
  • [python/systemd] allow compiling systemd support into python builds. (#​36037)
  • [Python Otel] Remove opentelemetry version pin. (#​36448)
  • [Python Otel] Use registered method at server side. (#​36371)
  • [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools. (#​36230)

v1.63.2

Compare Source

This is release gRPC Core 1.63.2 (giggle).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.63.0

Compare Source

This is release 1.63.0 (giggle) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Deps] Backport: Protobuf upgrade to v26.1. (#​36353)
  • [surface] Add an API to inject connected endpoints into servers. (#​35957)
  • [CMake] Add gRPC_USE_SYSTEMD option. (#​34384)
  • [Deps] Upgraded protobuf to v26.1. (#​35796)
  • [channel] canonify target and set channel arg in only one place. (#​36134)
  • [grpc][Gpr_To_Absl_Logging] Using absl from within gpr logging. (#​36108)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​36089)
  • [EventEngine] Document RunAfter can return an invalid handle for immediate execution. (#​36072)
  • [EventEngine] Enable the EventEngine DNS Resolver on Posix. (#​35573)
  • [EventEngine] Support AF_UNIX for windows. (#​34801)

C++

  • [OTel C++] Add APIs to enable/disable metrics. (#​36183)
  • [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run. (#​36126)
  • [OTel C++] Add CMake build support. (#​36063)
  • gRPC C++ upgraded Protobuf to v26.1. (#​36323)
  • [OTel C++] Add experimental optional locality label available to client per-attempt metrics. (#​36254)
  • [OTel C++] Add API to set channel scope filter. (#​36189)

C#

  • [csharp] Fix csharp doc comments. (#​36000)
  • C#: Grpc.Tools: Handle regex timeout when parsing protoc output. (#​36185)

PHP

  • Update min PHP testing version from PHP 7.4 to 8.1. (#​35964)

Python

  • [Python Version] Drop support for Python 3.7. (#​34450)
  • [Python Aio] Change aio Metadata inheritance. (#​36214)
  • [Documentation] fix asyncio Server and Channel stop() method documentation. (#​35946)
  • [Python O11y] Change public interface. (#​36094)
  • [Python Stub] Add version check to stubs generated by grpcio_tools. (#​35906)
  • [AbortError] Reapply "[AbortError] And and check AbortError while abort". (#​34525)
  • [Build Reproducibility] Sort input file list. (#​35687)
  • [Python O11Y] Reapply registered method change. (#​35850)
  • [Python Modernization] Deprecate pkg_resources. (#​35849)
  • [Python Bazel] Allow overwriting grpc_library in python_rules.bzl. (#​35629)

Ruby

  • ruby: register grpc_rb_sStatus as a global variable. (#​36125)

v1.62.3

Compare Source

This is release gRPC Core 1.62.3 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.62.2

Compare Source

This is release gRPC Core 1.62.2 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

Full Changelog: grpc/grpc@v1.62.1...v1.62.2

v1.62.1

Compare Source

This is release gRPC Core 1.62.1 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.62.0

Compare Source

This is release 1.62.0 (guardian) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [metadata] Allow non application/grpc content-type values. (#​35824)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​35768)
  • [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#​35602)

Python

  • [Build] Strip armv7 artifacts. (#​35832)
  • [Python AIO] Handle DeprecationWarnings when get current loop. (#​35583)
  • [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#​35376)
  • [Python O11y] Build and distrib O11y package. (#​35578)
  • [Python setuptools] Import error from distutils for lower version of setuptools. (#​35561)
  • [ruby] Fix use-after-free for post-fork channel recreation. (#​35488)

Ruby

  • [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#​35399)

v1.61.3

Compare Source

This is release gRPC Core 1.61.3 (grand).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.60.2

Compare Source

This is release gRPC Core 1.60.2 (gjallarhorn).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.60.1

Compare Source

This is release gRPC Core 1.60.1 (gjallarhorn).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

  • [Python Misc] Revert change to print backtrace in server. (#​35462)
open-feature/python-sdk (openfeature-sdk)

v0.7.1

Compare Source

🐛 Bug Fixes
🧹 Chore
  • deps: update codecov/codecov-action action to v4.3.1 (#​327) (f352045)
  • deps: update codecov/codecov-action action to v4.4.0 (#​334) (6acbef9)
  • deps: update codecov/codecov-action action to v4.4.1 (#​335) (fa67709)
  • deps: update codecov/codecov-action action to v4.5.0 (#​341) (e6a353e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.10 (#​344) (2a45af8)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.3 (#​330) (f8544ff)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.4 (#​333) (bd0bc1e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.5 (#​336) (2f93524)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.6 (#​337) (cf61e5b)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.7 (#​338) (1bf4682)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.8 (#​339) (44b0787)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.4.9 (#​342) (f3982dc)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.0 (#​346) (5c7bd14)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.1 (#​348) (5dff1e8)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.2 (#​349) (299a4f4)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.3 (#​350) (fe63b64)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.4 (#​352) (c294689)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.5 (#​353) (6d46d95)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.5.6 (#​356) (261aa41)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.10.1 (#​345) (b553dfa)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.11.0 (#​351) (931e0cb)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.11.1 (#​355) (62c4b67)
🔄 Refactoring
  • bind providers explicitly to a registry with attach/detach (#​324) (c3ad697)
giampaolo/psutil (psutil)

v5.9.8

Compare Source

=====

2024-01-19

Enhancements

  • 2343_, [FreeBSD]: filter net_connections()_ returned list in C instead of
    Python, and avoid to retrieve unnecessary connection types unless explicitly
    asked. E.g., on an IDLE system with few IPv6 connections this will run around
    4 times faster. Before all connection types (TCP, UDP, UNIX) were retrieved
    internally, even if only a portion was returned.
  • 2342_, [NetBSD]: same as above (#​2343) but for NetBSD.
  • 2349_: adopted black formatting style.

Bug fixes

  • 930_, [NetBSD], [critical]: net_connections()_ implementation was broken.
    It could either leak memory or core dump.
  • 2340_, [NetBSD]: if process is terminated, Process.cwd()_ will return an
    empty string instead of raising NoSuchProcess_.
  • 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN.
  • 2222_, [macOS]: cpu_freq() now returns fixed values for min and max
    frequencies in all Apple Silicon chips.

v5.9.7

Compare Source

=====

2023-12-17

Enhancements

  • 2324_: enforce Ruff rule raw-string-in-exception, which helps providing
    clearer tracebacks when exceptions are raised by psutil.

Bug fixes

  • 2325_, [PyPy]: psutil did not compile on PyPy due to missing
    PyErr_SetExcFromWindowsErrWithFilenameObject cPython API.
theskumar/python-dotenv (python-dotenv)

v1.0.1

Compare Source

Fixed

Misc


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

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.

0 participants