Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

deps: update dependency io.opentelemetry:opentelemetry-bom to v1.46.0 - #1747

#1747
Merged
diegomarquezp merged 1 commit into
googleapis:maingoogleapis/java-logging:mainfrom
renovate-bot:renovate/io.opentelemetry-opentelemetry-bom-1.xrenovate-bot/java-logging:renovate/io.opentelemetry-opentelemetry-bom-1.xCopy head branch name to clipboard
Jan 28, 2025
Merged

deps: update dependency io.opentelemetry:opentelemetry-bom to v1.46.0#1747
diegomarquezp merged 1 commit into
googleapis:maingoogleapis/java-logging:mainfrom
renovate-bot:renovate/io.opentelemetry-opentelemetry-bom-1.xrenovate-bot/java-logging:renovate/io.opentelemetry-opentelemetry-bom-1.xCopy head branch name to clipboard

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jan 11, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.opentelemetry:opentelemetry-bom 1.45.0 -> 1.46.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)

v1.46.0

Compare Source

SDK
  • Remove unused dependencies, cleanup code after stabilizing Value
    (#​6948)
  • Explicitly allow null into CompletableResultCode.failExceptionally()
    (#​6963)
Traces
Logs
  • Add getters/accessors for readable fields in ReadWriteLogRecord.
    (#​6924)
Exporters
  • OTLP: Update to opentelemetry-proto 1.5
    (#​6999)
  • Bugfix - OTLP: Ensure Serializer runtime exceptions are rethrown as IOException
    (#​6969)
  • BREAKING - OTLP: Delete experimental OTLP authenticator concept.
    See OTLP authentication docs
    for supported solutions.
    (#​6984)
Extensions
  • BREAKING - Autoconfigure: Remove support for deprecated otel.experimental.resource.disabled.keys
    (#​6931)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested review from a team and gkevinzheng January 11, 2025 18:29
@dpebot

dpebot commented Jan 11, 2025

Copy link
Copy Markdown
Contributor

/gcbrun

@product-auto-label product-auto-label Bot added the size: xs Pull request size is extra small. label Jan 11, 2025
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 11, 2025
@product-auto-label product-auto-label Bot added the api: logging Issues related to the googleapis/java-logging API. label Jan 11, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 11, 2025
@diegomarquezp

Copy link
Copy Markdown
Contributor

/gcbrun

@diegomarquezp
diegomarquezp merged commit 5ef2853 into googleapis:main Jan 28, 2025
@renovate-bot
renovate-bot deleted the renovate/io.opentelemetry-opentelemetry-bom-1.x branch January 28, 2025 23:47
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Jan 29, 2025
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
| [com.squareup.okio:okio](https://github.com/square/okio) |
dependencies | misk/gradle/libs.versions.toml | gradle | minor | `3.9.1`
-> `3.10.2` |
|
[com.google.cloud:google-cloud-logging](https://github.com/googleapis/java-logging)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`3.21.1` -> `3.21.2` |

---

### Release Notes

<details>
<summary>square/okio (com.squareup.okio:okio)</summary>

###
[`v3.10.2`](https://github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3102)

[Compare Source](lysine-dev/okio@3.10.1...3.10.2)

*2025-01-08*

-   Fix: `okio-nodefilesystem` artifact is no longer empty.

###
[`v3.10.1`](https://github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3101)

[Compare Source](lysine-dev/okio@3.10.0...3.10.1)

*2025-01-07*

- New: `FileSystem.close()` may prevent future access and/or clean up
associated resources depending on the backing implementation.
`FakeFileSystem` will prevent future operations once closed.
- `InputStream`s created from `BufferedSource.inputStream()` now have a
more efficient version of `InputStream.transferTo()` which reduces
memory copies.
- `okio-nodefilesystem` is no longer publised as a JS project, but a
Kotlin multiplatform project with only a JS target. ~This change should
not affect consumers in any way, and is motivated by the Kotlin Gradle
plugin deprecating the JS-only plugin.~ Please use 3.10.2 to ensure this
change actually does not affect your builds.

###
[`v3.10.0`](https://github.com/square/okio/blob/HEAD/CHANGELOG.md#Version-3100)

[Compare Source](lysine-dev/okio@3.9.1...3.10.0)

*2025-01-06*

This version is equivalent to the subsequent 3.10.1, but it did not
fully publish to Maven Central due to infrastructure problems.

</details>

<details>
<summary>googleapis/java-logging
(com.google.cloud:google-cloud-logging)</summary>

###
[`v3.21.2`](https://github.com/googleapis/java-logging/blob/HEAD/CHANGELOG.md#3212-2025-01-29)

##### Dependencies

- Update dependency com.google.cloud:sdk-platform-java-config to v3.42.0
([#&#8203;1755](googleapis/java-logging#1755))
([d404381](googleapis/java-logging@d404381))
- Update dependency io.opentelemetry:opentelemetry-bom to v1.46.0
([#&#8203;1747](googleapis/java-logging#1747))
([5ef2853](googleapis/java-logging@5ef2853))
- Update googleapis/sdk-platform-java action to v2.52.0
([#&#8203;1753](googleapis/java-logging#1753))
([3dcf86a](googleapis/java-logging@3dcf86a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, 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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

GitOrigin-RevId: 602a256b90bb5ef987f341293098405f4fa44752
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: logging Issues related to the googleapis/java-logging API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.