[PR #438] [MERGED] fix(deps): bump go.opentelemetry.io/otel/sdk from 1.26.0 to 1.27.0 in /api #450

Closed
opened 2026-03-03 16:38:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/438
Author: @dependabot[bot]
Created: 6/1/2024
Status: Merged
Merged: 6/2/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.27.0


📝 Commits (1)

  • c849592 fix(deps): bump go.opentelemetry.io/otel/sdk in /api

📊 Changes

2 files changed (+15 additions, -15 deletions)

View changed files

📝 api/go.mod (+5 -5)
📝 api/go.sum (+10 -10)

📄 Description

Bumps go.opentelemetry.io/otel/sdk from 1.26.0 to 1.27.0.

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.27.0/0.49.0/0.3.0] 2024-05-21

Added

  • Add example for go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)
  • Add RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest to facilitate testing exporter and processor implementations. (#5258)
  • Add RecordFactory in go.opentelemetry.io/otel/log/logtest to facilitate testing bridge implementations. (#5263)
  • The count of dropped records from the BatchProcessor in go.opentelemetry.io/otel/sdk/log is logged. (#5276)
  • Add metrics in the otel-collector example. (#5283)
  • Add the synchronous gauge instrument to go.opentelemetry.io/otel/metric. (#5304)
    • An int64 or float64 synchronous gauge instrument can now be created from a Meter.
    • All implementations of the API (go.opentelemetry.io/otel/metric/noop, go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.
  • Add logs to go.opentelemetry.io/otel/example/dice. (#5349)

Changed

  • The Shutdown method of Exporter in go.opentelemetry.io/otel/exporters/stdout/stdouttrace ignores the context cancellation and always returns nil. (#5189)
  • The ForceFlush and Shutdown methods of the exporter returned by New in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric ignore the context cancellation and always return nil. (#5189)
  • Apply the value length limits to Record attributes in go.opentelemetry.io/otel/sdk/log. (#5230)
  • De-duplicate map attributes added to a Record in go.opentelemetry.io/otel/sdk/log. (#5230)
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog won't print timestamps when WithoutTimestamps option is set. (#5241)
  • The go.opentelemetry.io/otel/exporters/stdout/stdoutlog exporter won't print AttributeValueLengthLimit and AttributeCountLimit fields now, instead it prints the DroppedAttributes field. (#5272)
  • Improved performance in the Stringer implementation of go.opentelemetry.io/otel/baggage.Member by reducing the number of allocations. (#5286)
  • Set the start time for last-value aggregates in go.opentelemetry.io/otel/sdk/metric. (#5305)
  • The Span in go.opentelemetry.io/otel/sdk/trace will record links without span context if either non-empty TraceState or attributes are provided. (#5315)
  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#5374)

Fixed

  • Comparison of unordered maps for go.opentelemetry.io/otel/log.KeyValue and go.opentelemetry.io/otel/log.Value. (#5306)
  • Fix the empty output of go.opentelemetry.io/otel/log.Value in go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)
  • Split the behavior of Recorder in go.opentelemetry.io/otel/log/logtest so it behaves as a LoggerProvider only. (#5365)
  • Fix wrong package name of the error message when parsing endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)
  • Identify the Logger returned from the global LoggerProvider in go.opentelemetry.io/otel/log/global with its schema URL. (#5375)
Commits
  • 5661ff0 Release v1.27.0/v0.49.0/v0.3.0 (#5392)
  • 0d3dddc Fix exported instrument kind const value change (#5385)
  • 7aae7a8 chore(deps): update benchmark-action/github-action-benchmark action to v1.20....
  • 8c3120f chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....
  • d55658e chore(deps): update codecov/codecov-action action to v4.4.1 (#5387)
  • 49c866f fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#5382)
  • 999c6a0 Update all semconv use to v1.25.0 (#5374)
  • 14441ae Identify logger with schemaURL in global logger provider (#5375)
  • ebd0ade Split log/logtest into a recorder and a logger (#5365)
  • 0d1e77c Fix package prefix of error in otlploghttp (#5371)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/438 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.27.0` --- ### 📝 Commits (1) - [`c849592`](https://github.com/NdoleStudio/httpsms/commit/c849592169b76c01e6bc3613d8acc459668626e7) fix(deps): bump go.opentelemetry.io/otel/sdk in /api ### 📊 Changes **2 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+5 -5) 📝 `api/go.sum` (+10 -10) </details> ### 📄 Description Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.26.0 to 1.27.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk's changelog</a>.</em></p> <blockquote> <h2>[1.27.0/0.49.0/0.3.0] 2024-05-21</h2> <h3>Added</h3> <ul> <li>Add example for <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5242">#5242</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/sdk/log/logtest</code> to facilitate testing exporter and processor implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5258">#5258</a>)</li> <li>Add <code>RecordFactory</code> in <code>go.opentelemetry.io/otel/log/logtest</code> to facilitate testing bridge implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5263">#5263</a>)</li> <li>The count of dropped records from the <code>BatchProcessor</code> in <code>go.opentelemetry.io/otel/sdk/log</code> is logged. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5276">#5276</a>)</li> <li>Add metrics in the <code>otel-collector</code> example. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5283">#5283</a>)</li> <li>Add the synchronous gauge instrument to <code>go.opentelemetry.io/otel/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5304">#5304</a>) <ul> <li>An <code>int64</code> or <code>float64</code> synchronous gauge instrument can now be created from a <code>Meter</code>.</li> <li>All implementations of the API (<code>go.opentelemetry.io/otel/metric/noop</code>, <code>go.opentelemetry.io/otel/sdk/metric</code>) are updated to support this instrument.</li> </ul> </li> <li>Add logs to <code>go.opentelemetry.io/otel/example/dice</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5349">#5349</a>)</li> </ul> <h3>Changed</h3> <ul> <li>The <code>Shutdown</code> method of <code>Exporter</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdouttrace</code> ignores the context cancellation and always returns <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>The <code>ForceFlush</code> and <code>Shutdown</code> methods of the exporter returned by <code>New</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutmetric</code> ignore the context cancellation and always return <code>nil</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5189">#5189</a>)</li> <li>Apply the value length limits to <code>Record</code> attributes in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li>De-duplicate map attributes added to a <code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5230">#5230</a>)</li> <li><code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> won't print timestamps when <code>WithoutTimestamps</code> option is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5241">#5241</a>)</li> <li>The <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> exporter won't print <code>AttributeValueLengthLimit</code> and <code>AttributeCountLimit</code> fields now, instead it prints the <code>DroppedAttributes</code> field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5272">#5272</a>)</li> <li>Improved performance in the <code>Stringer</code> implementation of <code>go.opentelemetry.io/otel/baggage.Member</code> by reducing the number of allocations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5286">#5286</a>)</li> <li>Set the start time for last-value aggregates in <code>go.opentelemetry.io/otel/sdk/metric</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5305">#5305</a>)</li> <li>The <code>Span</code> in <code>go.opentelemetry.io/otel/sdk/trace</code> will record links without span context if either non-empty <code>TraceState</code> or attributes are provided. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5315">#5315</a>)</li> <li>Upgrade all dependencies of <code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Comparison of unordered maps for <code>go.opentelemetry.io/otel/log.KeyValue</code> and <code>go.opentelemetry.io/otel/log.Value</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5306">#5306</a>)</li> <li>Fix the empty output of <code>go.opentelemetry.io/otel/log.Value</code> in <code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5311">#5311</a>)</li> <li>Split the behavior of <code>Recorder</code> in <code>go.opentelemetry.io/otel/log/logtest</code> so it behaves as a <code>LoggerProvider</code> only. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li>Fix wrong package name of the error message when parsing endpoint URL in <code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Identify the <code>Logger</code> returned from the global <code>LoggerProvider</code> in <code>go.opentelemetry.io/otel/log/global</code> with its schema URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5661ff0ded32cf1b83f1147dae96ca403c198504"><code>5661ff0</code></a> Release v1.27.0/v0.49.0/v0.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5392">#5392</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0d3dddc17fcbce378c32db0dfacb46723afdc35c"><code>0d3dddc</code></a> Fix exported instrument kind const value change (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5385">#5385</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/7aae7a88b023b8d0f6bbd00cac56ced728fdb001"><code>7aae7a8</code></a> chore(deps): update benchmark-action/github-action-benchmark action to v1.20....</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8c3120f45503d40164e4244f997a47a544f668b8"><code>8c3120f</code></a> chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/d55658e1b0425c10fe7adadc654e488fcd2f2ca5"><code>d55658e</code></a> chore(deps): update codecov/codecov-action action to v4.4.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5387">#5387</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/49c866fbcd205cca8065c09cf41622861fb22bb5"><code>49c866f</code></a> fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5382">#5382</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/999c6a07b318bb776379e139917ceb914dd34202"><code>999c6a0</code></a> Update all semconv use to v1.25.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5374">#5374</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/14441aefdf8879f6845d6502a6ba50e54a4feaa2"><code>14441ae</code></a> Identify logger with schemaURL in global logger provider (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5375">#5375</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ebd0adee357f3539d7b19488eef9cf7bcd8aa0da"><code>ebd0ade</code></a> Split log/logtest into a recorder and a logger (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5365">#5365</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/0d1e77c854d9c13ea6e2e05039e6b0e4181eafeb"><code>0d1e77c</code></a> Fix package prefix of error in otlploghttp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5371">#5371</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/sdk&package-manager=go_modules&previous-version=1.26.0&new-version=1.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#450
No description provided.