Skip to content

chore(deps): bump github.com/golusoris/goenvoy/metadata from 1.2.1 to 1.3.0 in /metadata/game/rawg in the stdlib-compat group across 1 directory#31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/metadata/game/rawg/stdlib-compat-29a3a16880
Open

chore(deps): bump github.com/golusoris/goenvoy/metadata from 1.2.1 to 1.3.0 in /metadata/game/rawg in the stdlib-compat group across 1 directory#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/metadata/game/rawg/stdlib-compat-29a3a16880

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 19, 2026

Bumps the stdlib-compat group with 1 update in the /metadata/game/rawg directory: github.com/golusoris/goenvoy/metadata.

Updates github.com/golusoris/goenvoy/metadata from 1.2.1 to 1.3.0

Release notes

Sourced from github.com/golusoris/goenvoy/metadata's releases.

anime/shoko: v1.3.0

1.3.0 (2026-04-15)

Features

  • add anime/shoko module for Shoko Server API v3 (04cd952)

anime: v1.3.0

1.3.0 (2026-04-15)

Features

  • bootstrap monorepo with category base modules (ffd24fc)

arr/autobrr: v1.3.0

1.3.0 (2026-04-15)

Features

  • add 8 new service modules (1dcd7bc)
  • add HeadPing, UploadBackup, GetRaw to all arr packages (893a185)

arr/bazarr: v1.3.0

1.3.0 (2026-04-15)

Features

  • arr/bazarr: add Bazarr API client (5469769)

Bug Fixes

  • BaseClient.Delete body support, URL injection, default timeouts (59203c0)

arr/flaresolverr: v1.3.0

1.3.0 (2026-04-15)

Features

  • add 8 new service modules (5e07309)

arr/jackett: v1.3.0

1.3.0 (2026-04-15)

... (truncated)

Changelog

Sourced from github.com/golusoris/goenvoy/metadata's changelog.

[v1.3.0] - 2026-04-12

Added

  • MobyGames (metadata/game/mobygames): Game metadata client — genres, platforms, groups, search, game details, screenshots, covers, recent and random games.
  • SteamGridDB (metadata/game/steamgriddb): Custom game artwork client (grids, heroes, logos, icons) with bearer token auth.
  • RetroAchievements (metadata/game/retroachievements): Achievement and ROM hash data — game details, extended info, hashes, console IDs.
  • ScreenScraper (metadata/game/screenscraper): Comprehensive game metadata and media — game info, search, systems, genres, user info, infrastructure info. Supports both dev credentials and optional per-user auth via WithUser.
  • Hasheous (metadata/game/hasheous): Hash-based ROM identification — lookup by MD5, SHA1, SHA256, CRC, or multi-hash POST; platform listing.
  • LaunchBox (metadata/game/launchbox): LaunchBox XML database client — downloads and parses Metadata.zip into an in-memory store with game search, alternate names, images, and platform lookup.

Fixed

  • arr (arr): NewBaseClient now uses a cloned http.DefaultTransport instead of accepting the nil-transport default. This prevents httptest.Server.Close() — which calls CloseIdleConnections on the shared default transport — from breaking in-flight requests in other parallel tests.

[v1.2.0] - 2026-04-10

Added

  • BaseClient (metadata): Shared HTTP client (BaseClient) with DoRaw, DoRawURL, DoJSON, Get, auth injection, and functional options — eliminates ~2,480 lines of duplicated HTTP boilerplate across all 27 metadata providers.
  • Letterboxd (metadata/video/letterboxd): Social film discovery client with OAuth2 Bearer auth — 65 methods covering films, film collections, contributors, lists, log entries, members, comments, stories, search, news, and auth helpers — with 60 tests.

Changed

  • All 27 metadata providers now embed *metadata.BaseClient instead of maintaining independent HTTP plumbing.
  • Restructured metadata/movie/metadata/video/ — all 7 video provider modules (TMDb, TheTVDB, Fanart.tv, OMDb, TVmaze, Letterboxd, OpenSubtitles) moved to new import paths under metadata/video/.

[v1.1.0] - 2026-04-09

Added

  • Arr (arr/*): HeadPing, UploadBackup, and GetRaw methods added to all 13 *arr packages.
  • Trakt (metadata/tracking/trakt): 140+ new methods — comments, notes, calendars, sync, lists, social, scrobble, users, people, certifications, countries, genres, languages, networks — with 171 tests.
  • Google Books (metadata/book/googlebooks): 18 new methods — bookshelves (list, get), volumes in shelf, annotations (list, insert, delete, update, summary), user library (add, remove, clear, mark reading), series (get, membership) — with 22 tests.
  • Discogs (metadata/music/discogs): 50+ new methods — release ratings, user identity/profile/submissions/contributions, user collection (folders, items, add/remove/rate), wantlist (add/remove), user lists, marketplace (listings, orders, fee, stats, price suggestions, inventory export) — with 59 tests.
  • TMDb (metadata/video/tmdb): 80+ new methods — movie/TV extras (credits, images, videos, reviews, similar, recommendations, keywords, providers), TV seasons/episodes, person details, search (multi, keyword, company, collection), collections, account (lists, favorites, watchlist, ratings), lists (CRUD), certifications, watch providers, companies, keywords, changes, reviews, networks — with 121 tests.
  • TVDB (metadata/video/tvdb): 70+ new methods — artwork (statuses, types), awards (categories), characters, companies (types), content ratings, countries, entity types, episodes, genders, genres, inspiration types, lists (extended, translations), movies (filter, slug, statuses, extended), people (types, extended, translations), search, seasons (types, extended, translations), series (filter, slug, statuses, episodes by language, extended, translations), source types, updates, user (info, favorites) — with 71 tests.
  • Simkl (metadata/tracking/simkl): 23 new methods — ratings (add/remove), scrobble (start/pause/stop/checkin), sync (history, ratings, add-to-list, remove, watched), users (stats, recently watched), movie genres, random search, best filters — with 56 total tests.

Changed

  • TMDb (metadata/video/tmdb): Renamed TMDbAvatarUserAvatar to avoid type-name stuttering.

Fixed

  • Lint fixes across 6 packages: godot (section comment formatting), gofmt, revive (comment format, stuttering names), gocritic (parameter type combining), unparam (constant parameters).

[v1.0.0] - 2026-03-31

Changed

  • Whisparr (arr/whisparr): Renamed ErosClientClientV3, NewErosNewV3, ErosHistoryRecordHistoryRecordV3, ErosParseResultParseResultV3. Removes internal codename from public API.
  • TMDb (metadata/video/tmdb): DiscoverMovies and DiscoverTV now accept url.Values instead of raw string for the extraParams parameter.

Fixed

  • arr (arr): BaseClient.Delete now accepts a request body, fixing 9 bulk-delete and editor-delete operations across Lidarr, Radarr, Sonarr, Readarr, and Whisparr v3 that silently sent empty DELETE requests.
  • Seerr (arr/seerr): URL-encode filter parameter to prevent query string injection.
  • Mylar (arr/mylar): Use url.Values for API key and command parameters instead of raw string concatenation.

... (truncated)

Commits
  • f08b14d chore: release main (#10)
  • 90164d2 ci(release-all): scope contents:write to job, not workflow
  • f7c22db ci(release-please): add workflow_dispatch trigger
  • 9ef0641 ci: SHA-pin all GitHub Actions and tool installs
  • 639e0ce ci(fix): handle module-path renames and statement-less modules
  • 0f39b82 ci(fix): unblock CI on main — coverage/apidiff/lint/release-please
  • 8cfa1a3 fix(ci): use absolute dist path in release.yml tarball step
  • 1f79107 fix(ci): drop third-party actions blocked by allowlist (release.yml)
  • fec4183 fix(ci): use valid GitHub Actions tag globs in release.yml
  • ffe809a chore(2.0): close remaining deferred items
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 19, 2026
Bumps the stdlib-compat group with 1 update in the /metadata/game/rawg directory: [github.com/golusoris/goenvoy/metadata](https://github.com/golusoris/goenvoy).


Updates `github.com/golusoris/goenvoy/metadata` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/golusoris/goenvoy/releases)
- [Changelog](https://github.com/golusoris/goenvoy/blob/main/CHANGELOG.md)
- [Commits](arr/v1.2.1...anime/v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/golusoris/goenvoy/metadata
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stdlib-compat
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/golusoris/goenvoy/metadata from 1.2.1 to 1.3.0 in /metadata/game/rawg in the stdlib-compat group chore(deps): bump github.com/golusoris/goenvoy/metadata from 1.2.1 to 1.3.0 in /metadata/game/rawg in the stdlib-compat group across 1 directory May 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/metadata/game/rawg/stdlib-compat-29a3a16880 branch from a6f6934 to 1430036 Compare May 17, 2026 20:35
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.

0 participants