Skip to content

build(deps): bump github.com/stephenafamo/bob from 0.47.0 to 0.48.0#14

Merged
Toshik1978 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/stephenafamo/bob-0.48.0
Jul 2, 2026
Merged

build(deps): bump github.com/stephenafamo/bob from 0.47.0 to 0.48.0#14
Toshik1978 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/stephenafamo/bob-0.48.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/stephenafamo/bob from 0.47.0 to 0.48.0.

Release notes

Sourced from github.com/stephenafamo/bob's releases.

v0.48.0

Changed

  • PostgreSQL single-column relationship loaders — both the slice relationship query (<Parent>Slice.<Rel>) and the batch count method (<Parent>Slice.LoadCount<Rel>) — now filter related rows with col = ANY($1) instead of col IN (SELECT unnest($1)), so the query planner can use an index scan on the foreign key instead of a Seq Scan + Hash Semi Join. Composite-key relationships keep the existing IN (SELECT unnest(...)) form. (thanks @​sandonemaki)

Fixed

  • Fixed PostgreSQL generated query parsing for CTEs that use table functions in FROM (for example unnest(...) AS alias), which could incorrectly widen CTE spans and generate malformed query mods such as duplicated outer SELECT projections.

Full Changelog: stephenafamo/bob@v0.47.0...v0.48.0

Changelog

Sourced from github.com/stephenafamo/bob's changelog.

[v0.48.0] - 2026-06-26

Changed

  • PostgreSQL single-column relationship loaders — both the slice relationship query (<Parent>Slice.<Rel>) and the batch count method (<Parent>Slice.LoadCount<Rel>) — now filter related rows with col = ANY($1) instead of col IN (SELECT unnest($1)), so the query planner can use an index scan on the foreign key instead of a Seq Scan + Hash Semi Join. Composite-key relationships keep the existing IN (SELECT unnest(...)) form. (thanks @​sandonemaki)

Fixed

  • Fixed PostgreSQL generated query parsing for CTEs that use table functions in FROM (for example unnest(...) AS alias), which could incorrectly widen CTE spans and generate malformed query mods such as duplicated outer SELECT projections.
Commits
  • bf3b99b Attempt to force sqlite tests to run sequentially
  • b508f77 Update CHANGELOG.md for v0.48.0
  • 914fd63 Fixed PostgreSQL generated query parsing for CTEs that use table functions in...
  • 6eb8488 Merge pull request #714 from sandonemaki/perf/loader-eq-any
  • 5bd1b3a Merge branch 'main' into perf/loader-eq-any
  • 35d9c14 Update CHANGELOG
  • 5ed256c typo
  • 77b30f6 changelog
  • d9042e4 changelog
  • f9229e1 perf(gen): use col = ANY($1) for single-column relationship loaders on psql
  • 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 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)

Bumps [github.com/stephenafamo/bob](https://github.com/stephenafamo/bob) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/stephenafamo/bob/releases)
- [Changelog](https://github.com/stephenafamo/bob/blob/main/CHANGELOG.md)
- [Commits](stephenafamo/bob@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: github.com/stephenafamo/bob
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 2, 2026
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Code Coverage

Package Line Rate Health
Backend (Go)
github.com/Toshik1978/folio/internal/api 80%
github.com/Toshik1978/folio/internal/auth 81%
github.com/Toshik1978/folio/internal/bookfile 85%
github.com/Toshik1978/folio/internal/config 0%
github.com/Toshik1978/folio/internal/covers 87%
github.com/Toshik1978/folio/internal/db 86%
github.com/Toshik1978/folio/internal/db/dbq 77%
github.com/Toshik1978/folio/internal/ebook 85%
github.com/Toshik1978/folio/internal/events 98%
github.com/Toshik1978/folio/internal/googlebooks 86%
github.com/Toshik1978/folio/internal/htmltext 100%
github.com/Toshik1978/folio/internal/ingest 82%
github.com/Toshik1978/folio/internal/logging 93%
github.com/Toshik1978/folio/internal/metasearch 98%
github.com/Toshik1978/folio/internal/metasearch/providers/amazon 87%
github.com/Toshik1978/folio/internal/metasearch/providers/goodreads 90%
github.com/Toshik1978/folio/internal/metasearch/providers/googlebooks 76%
github.com/Toshik1978/folio/internal/metasearch/providers/openlibrary 82%
github.com/Toshik1978/folio/internal/opds 85%
github.com/Toshik1978/folio/internal/server 92%
github.com/Toshik1978/folio/internal/settings 86%
github.com/Toshik1978/folio/internal/sync 83%
Frontend (Web)
web/src 83%
web/src/components 81%
web/src/components.settings 95%
web/src/composables 94%
web/src/pages 89%
web/src/utils 100%
Summary 85% (8113 / 9745)

@Toshik1978 Toshik1978 merged commit 7dbd7e7 into main Jul 2, 2026
3 checks passed
@Toshik1978 Toshik1978 deleted the dependabot/go_modules/github.com/stephenafamo/bob-0.48.0 branch July 2, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant