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

Bump the bun group across 1 directory with 3 updates #32603

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps the bun group with 3 updates in the / directory: github.com/uptrace/bun, github.com/uptrace/bun/dialect/pgdialect and github.com/uptrace/bun/driver/pgdriver.

Updates github.com/uptrace/bun from 1.2.5 to 1.2.7

Release notes

Sourced from github.com/uptrace/bun's releases.

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun's changelog.

1.2.7 (2025-01-01)

Bug Fixes

  • do not create new migrations if nothing to migrate (5cc961d)
  • has many relation with driver.Valuer (cb8c42c)
  • improve range type to support driver.Valuer and sql.Scanner (856e12b)
  • pass correct 'transactional' parameter (ebdef1b)
  • pgdialect: remove unsigned integer conversion (ab3c679), closes uptrace/bun#624
  • remove unused param on table.go and tables.go: canAddr (d563e2d)
  • replace the link to docs repo in CONTRIBUTING.md (e120096)
  • trim surrounding '' in string literal in DEFAULT clause (a0dff72)

Features

  • add an ordered map to remove unnecessary dependencies (9fea143)
  • support disable dialect's feature (5343bd7)

1.2.6 (2024-11-20)

Bug Fixes

  • append IDENTITY to ADD COLUMN statement if needed (694f873)
  • ci: prune stale should be executed at 3 AM every day (0cedcb0)
  • cleanup after testUniqueRenamedTable (b1ae32e)
  • fix go.mod of oracledialect (89e21ea)
  • has many relationship with multiple columns (1664b2c)
  • ignore case for type equivalence (c3253a5)
  • implement DefaultSchema for Oracle dialect (d08fa40)
  • oracledialect: add go.mod file so the dialect is released properly (#1043) (1bb5597)
  • oracledialect: update go.mod by go mod tidy to fix tests (7f90a15)
  • pgdialect: array value quoting (892c416)
  • remove schema name from t.Name during bun-schema inspection (31ed582)
  • rename column only if the name does not exist in 'target' (fed6012)
  • support embed with tag Unique (3acd6dd)
  • update oracledialect/version.go in release.sh (bcd070f)
  • update schema.Field names (9b810de)

Features

  • add and drop columns (3fdd5b8)
  • add and drop IDENTITY (dd83779)
  • add support type for net/netip.addr and net/netip.prefix (#1028) (95c4a8e)
  • automigrate: detect renamed tables (c03938f)

... (truncated)

Commits
  • 6b01584 chore: release v1.2.7 (release.sh)
  • fcf8a4f Merge pull request #1090 from takaaa220/fix_link_to_docs
  • e120096 fix: replace the link to docs repo in CONTRIBUTING.md
  • 3fe02f1 Merge pull request #1089 from Aoang/chore/use-itn
  • 95491d8 chore(internal): utilize methods from the internal package
  • 014b142 Merge pull request #1086 from Aoang/fix/pg-numeric-conversion
  • ab3c679 fix(pgdialect): remove unsigned integer conversion
  • 96baf25 Merge pull request #1084 from Aoang/chore/cleanup
  • 1635c14 Merge pull request #1083 from Aoang/chore/reflect-type-for
  • 2fe50fc chore: remove unused functions and files
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.5 to 1.2.7

Release notes

Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.

1.2.7 (2025-01-01)

Bug Fixes

  • do not create new migrations if nothing to migrate (5cc961d)
  • has many relation with driver.Valuer (cb8c42c)
  • improve range type to support driver.Valuer and sql.Scanner (856e12b)
  • pass correct 'transactional' parameter (ebdef1b)
  • pgdialect: remove unsigned integer conversion (ab3c679), closes uptrace/bun#624
  • remove unused param on table.go and tables.go: canAddr (d563e2d)
  • replace the link to docs repo in CONTRIBUTING.md (e120096)
  • trim surrounding '' in string literal in DEFAULT clause (a0dff72)

Features

  • add an ordered map to remove unnecessary dependencies (9fea143)
  • support disable dialect's feature (5343bd7)

1.2.6 (2024-11-20)

Bug Fixes

  • append IDENTITY to ADD COLUMN statement if needed (694f873)
  • ci: prune stale should be executed at 3 AM every day (0cedcb0)
  • cleanup after testUniqueRenamedTable (b1ae32e)
  • fix go.mod of oracledialect (89e21ea)
  • has many relationship with multiple columns (1664b2c)
  • ignore case for type equivalence (c3253a5)
  • implement DefaultSchema for Oracle dialect (d08fa40)
  • oracledialect: add go.mod file so the dialect is released properly (#1043) (1bb5597)
  • oracledialect: update go.mod by go mod tidy to fix tests (7f90a15)
  • pgdialect: array value quoting (892c416)
  • remove schema name from t.Name during bun-schema inspection (31ed582)
  • rename column only if the name does not exist in 'target' (fed6012)
  • support embed with tag Unique (3acd6dd)
  • update oracledialect/version.go in release.sh (bcd070f)
  • update schema.Field names (9b810de)

Features

  • add and drop columns (3fdd5b8)
  • add and drop IDENTITY (dd83779)
  • add support type for net/netip.addr and net/netip.prefix (#1028) (95c4a8e)
  • automigrate: detect renamed tables (c03938f)

... (truncated)

Commits
  • 6b01584 chore: release v1.2.7 (release.sh)
  • fcf8a4f Merge pull request #1090 from takaaa220/fix_link_to_docs
  • e120096 fix: replace the link to docs repo in CONTRIBUTING.md
  • 3fe02f1 Merge pull request #1089 from Aoang/chore/use-itn
  • 95491d8 chore(internal): utilize methods from the internal package
  • 014b142 Merge pull request #1086 from Aoang/fix/pg-numeric-conversion
  • ab3c679 fix(pgdialect): remove unsigned integer conversion
  • 96baf25 Merge pull request #1084 from Aoang/chore/cleanup
  • 1635c14 Merge pull request #1083 from Aoang/chore/reflect-type-for
  • 2fe50fc chore: remove unused functions and files
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/driver/pgdriver from 1.2.5 to 1.2.7

Release notes

Sourced from github.com/uptrace/bun/driver/pgdriver's releases.

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/driver/pgdriver's changelog.

1.2.7 (2025-01-01)

Bug Fixes

  • do not create new migrations if nothing to migrate (5cc961d)
  • has many relation with driver.Valuer (cb8c42c)
  • improve range type to support driver.Valuer and sql.Scanner (856e12b)
  • pass correct 'transactional' parameter (ebdef1b)
  • pgdialect: remove unsigned integer conversion (ab3c679), closes uptrace/bun#624
  • remove unused param on table.go and tables.go: canAddr (d563e2d)
  • replace the link to docs repo in CONTRIBUTING.md (e120096)
  • trim surrounding '' in string literal in DEFAULT clause (a0dff72)

Features

  • add an ordered map to remove unnecessary dependencies (9fea143)
  • support disable dialect's feature (5343bd7)

1.2.6 (2024-11-20)

Bug Fixes

  • append IDENTITY to ADD COLUMN statement if needed (694f873)
  • ci: prune stale should be executed at 3 AM every day (0cedcb0)
  • cleanup after testUniqueRenamedTable (b1ae32e)
  • fix go.mod of oracledialect (89e21ea)
  • has many relationship with multiple columns (1664b2c)
  • ignore case for type equivalence (c3253a5)
  • implement DefaultSchema for Oracle dialect (d08fa40)
  • oracledialect: add go.mod file so the dialect is released properly (#1043) (1bb5597)
  • oracledialect: update go.mod by go mod tidy to fix tests (7f90a15)
  • pgdialect: array value quoting (892c416)
  • remove schema name from t.Name during bun-schema inspection (31ed582)
  • rename column only if the name does not exist in 'target' (fed6012)
  • support embed with tag Unique (3acd6dd)
  • update oracledialect/version.go in release.sh (bcd070f)
  • update schema.Field names (9b810de)

Features

  • add and drop columns (3fdd5b8)
  • add and drop IDENTITY (dd83779)
  • add support type for net/netip.addr and net/netip.prefix (#1028) (95c4a8e)
  • automigrate: detect renamed tables (c03938f)

... (truncated)

Commits
  • 6b01584 chore: release v1.2.7 (release.sh)
  • fcf8a4f Merge pull request #1090 from takaaa220/fix_link_to_docs
  • e120096 fix: replace the link to docs repo in CONTRIBUTING.md
  • 3fe02f1 Merge pull request #1089 from Aoang/chore/use-itn
  • 95491d8 chore(internal): utilize methods from the internal package
  • 014b142 Merge pull request #1086 from Aoang/fix/pg-numeric-conversion
  • ab3c679 fix(pgdialect): remove unsigned integer conversion
  • 96baf25 Merge pull request #1084 from Aoang/chore/cleanup
  • 1635c14 Merge pull request #1083 from Aoang/chore/reflect-type-for
  • 2fe50fc chore: remove unused functions and files
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bun group with 3 updates in the / directory: [github.com/uptrace/bun](https://github.com/uptrace/bun), [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) and [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun).


Updates `github.com/uptrace/bun` from 1.2.5 to 1.2.7
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.7)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.5 to 1.2.7
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.7)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.5 to 1.2.7
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added changelog/no-changelog dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency team/triage labels Jan 2, 2025
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Jan 2, 2025
@agent-platform-auto-pr
Copy link
Contributor

Uncompressed package size comparison

Comparison with ancestor 5d09f2cebf006fe22de3b4679c530b2f33299e96

Diff per package
package diff status size ancestor threshold
datadog-agent-x86_64-rpm 0.00MB 1200.17MB 1200.17MB 140.00MB
datadog-agent-x86_64-suse 0.00MB 1200.17MB 1200.17MB 140.00MB
datadog-agent-aarch64-rpm 0.00MB 944.41MB 944.41MB 140.00MB
datadog-agent-amd64-deb 0.00MB 1190.85MB 1190.85MB 140.00MB
datadog-agent-arm64-deb 0.00MB 935.11MB 935.11MB 140.00MB
datadog-dogstatsd-amd64-deb 0.00MB 78.54MB 78.54MB 10.00MB
datadog-dogstatsd-x86_64-rpm 0.00MB 78.62MB 78.62MB 10.00MB
datadog-dogstatsd-x86_64-suse 0.00MB 78.62MB 78.62MB 10.00MB
datadog-dogstatsd-arm64-deb 0.00MB 55.75MB 55.75MB 10.00MB
datadog-heroku-agent-amd64-deb 0.00MB 505.27MB 505.27MB 70.00MB
datadog-iot-agent-amd64-deb 0.00MB 113.34MB 113.34MB 10.00MB
datadog-iot-agent-x86_64-rpm 0.00MB 113.41MB 113.41MB 10.00MB
datadog-iot-agent-x86_64-suse 0.00MB 113.41MB 113.41MB 10.00MB
datadog-iot-agent-arm64-deb 0.00MB 108.81MB 108.81MB 10.00MB
datadog-iot-agent-aarch64-rpm 0.00MB 108.88MB 108.88MB 10.00MB

Decision

✅ Passed

Copy link

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 4a4730bd-e07a-4ea5-9beb-334f2096bb55

Baseline: 5d09f2c
Comparison: d580501
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
tcp_syslog_to_blackhole ingress throughput +1.36 [+1.29, +1.43] 1 Logs
quality_gate_logs % cpu utilization +0.39 [-2.86, +3.64] 1 Logs
file_to_blackhole_0ms_latency egress throughput +0.08 [-0.76, +0.92] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput +0.07 [-0.40, +0.53] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.05 [-0.72, +0.82] 1 Logs
file_to_blackhole_100ms_latency egress throughput +0.03 [-0.71, +0.76] 1 Logs
file_to_blackhole_1000ms_latency egress throughput +0.02 [-0.78, +0.82] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput +0.01 [-0.90, +0.91] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.01, +0.01] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput -0.01 [-0.81, +0.80] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.02 [-0.14, +0.10] 1 Logs
file_to_blackhole_300ms_latency egress throughput -0.08 [-0.72, +0.56] 1 Logs
quality_gate_idle memory utilization -0.16 [-0.19, -0.12] 1 Logs bounds checks dashboard
file_tree memory utilization -0.30 [-0.43, -0.17] 1 Logs
quality_gate_idle_all_features memory utilization -0.31 [-0.40, -0.22] 1 Logs bounds checks dashboard
uds_dogstatsd_to_api_cpu % cpu utilization -1.63 [-2.31, -0.95] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_0ms_latency_http1 lost_bytes 10/10
file_to_blackhole_0ms_latency_http1 memory_usage 10/10
file_to_blackhole_0ms_latency_http2 lost_bytes 10/10
file_to_blackhole_0ms_latency_http2 memory_usage 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency_linear_load memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_300ms_latency lost_bytes 10/10
file_to_blackhole_300ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10
quality_gate_logs memory_usage 10/10

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency short review PR is simple enough to be reviewed quickly team/triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants