chore(deps): bump the go-dependencies group with 4 updates - #412
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the go-dependencies group with 4 updates#412dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 4 updates: [github.com/dbos-inc/dbos-transact-golang](https://github.com/dbos-inc/dbos-transact-golang), [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi), [github.com/rapid7/go-get-proxied](https://github.com/rapid7/go-get-proxied) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/dbos-inc/dbos-transact-golang` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/dbos-inc/dbos-transact-golang/releases) - [Commits](dbos-inc/dbos-transact-golang@v1.1.0...v1.2.0) Updates `github.com/getkin/kin-openapi` from 0.146.0 to 0.147.0 - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.146.0...v0.147.0) Updates `github.com/rapid7/go-get-proxied` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/rapid7/go-get-proxied/releases) - [Commits](rapid7/go-get-proxied@v1.4.0...v1.4.1) Updates `modernc.org/sqlite` from 1.56.0 to 1.57.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.57.0) --- updated-dependencies: - dependency-name: github.com/dbos-inc/dbos-transact-golang dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.147.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/rapid7/go-get-proxied dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: modernc.org/sqlite dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
Superseded by #417: same bumps minus go-get-proxied (v1.4.1 requires Go 1.26, which breaks CI's pinned Go 1.25 toolchain — now ignored in dependabot.yml until CI's Go moves to 1.26), plus the runDuration fix for DBOS 1.2.0's created_at-rounded/completed_at-truncated millisecond quantization. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/go_modules/go-dependencies-af8d846ebd
branch
August 24, 2026 23:56
alicoding
added a commit
that referenced
this pull request
Aug 25, 2026
… run-duration guard tolerates DBOS ms quantization (#417) Supersedes Dependabot #412, which failed CI on two independent axes: 1. go-get-proxied v1.4.1 raises its go directive to 1.26, dragging this module's directive past CI's pinned go-version '1.25' (GOTOOLCHAIN=local) and failing every Go job at package load. Held at v1.4.0 with a dependabot.yml ignore naming the lift condition (CI's Go moving to 1.26); the other three bumps keep go 1.25.7. 2. DBOS 1.2.0's faster completion timing exposes a storage-quantization artifact: sysdb stores created_at rounded to the nearest millisecond but completed_at truncated, so a sub-millisecond run can read as completing 1ms before it started. Mill's runDuration treated any negative span as clock skew and dropped the run from AvgDuration (SampleSize undercounted, ~1 in 20 locally at -count=20). runDuration now accepts up to 1ms negative span, clamped to zero, with the boundary pinned in TestRunDuration's table (1ms valid, 2ms invalid). go test ./... green; golangci-lint clean on both tag sets; TestHomeMetrics_AvgDurationAndLastTriggeredAt_WiredFromRealRuns green at -count=25 under DBOS 1.2.0. Claude-Session: https://claude.ai/code/session_012im1JxQQV2ahnXzZDdVmZq Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 4 updates: github.com/dbos-inc/dbos-transact-golang, github.com/getkin/kin-openapi, github.com/rapid7/go-get-proxied and modernc.org/sqlite.
Updates
github.com/dbos-inc/dbos-transact-golangfrom 1.1.0 to 1.2.0Release notes
Sourced from github.com/dbos-inc/dbos-transact-golang's releases.
Commits
fe1d839Add missing lineage for parent/child relationship during Enqueue (#451)5ad92a7Application rename (#447)d954f71shared sysdb public api (#446)edb0f01Application names: internals (#445)d473056Add shared-base migrations 100-107 for application_name (#444)902690dBetter step timing (#442)72f3197partition key index (#434)d542d81Always enqueue recovered workflows (#433)c32259ffix: not overlooking remaining slots of ratelimit inside queue (#424)Updates
github.com/getkin/kin-openapifrom 0.146.0 to 0.147.0Release notes
Sourced from github.com/getkin/kin-openapi's releases.
Commits
eda80e2Merge commit from fork435c5dbopenapi3filter: handle deserializing deepObject param with additionalProperti...d33e44eopenapi3: stop validation panicking on an uncompilable pattern (#1245)166ff47openapi3filter: append only the bytes read in ZipFileBodyDecoder (#1247)f5d61a7openapi3: export PathItemMethods (#1241)5d526a9openapi3: support OAS 3.2 query and additionalOperations (#1240)d5e60c5openapi3filter: fix for CI (#1237)Updates
github.com/rapid7/go-get-proxiedfrom 1.4.0 to 1.4.1Release notes
Sourced from github.com/rapid7/go-get-proxied's releases.
Commits
ffc9e39ENDPOINT-19744: Uplift Go to 1.26.5(#37)Updates
modernc.org/sqlitefrom 1.56.0 to 1.57.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
6e86ac4doc.go, CHANGELOG.md: promote freebsd/386, freebsd/arm and netbsd/amd6447d0960Merge branch 'driver-registration' into 'master'9ed2aadCHANGELOG.md: document the per-Driver registration methods20e2e17sqlite: let a caller-constructed Driver register its own functions, collation...15039fdall_test: make TestConnectionHook survive -count>1224fef6all_test: drop a trailing space gofmt flags50ee6ddvendor_libs: handle a deduplicated libsqlite3/libsqlite_vec checkout15ca503licensing: ship the sqlite-vec MIT notice, normalize the license names69cd3caGOVERNANCE.md: add Ian Chechin as maintainer198be3call_test: tolerate a cgo-less toolchain in the recursive -race checkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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