Skip to content

chore(deps): bump github.com/ipld/go-ipld-prime from 0.21.0 to 0.23.0 in /server#720

Merged
tsynik merged 1 commit into
masterfrom
dependabot/go_modules/server/github.com/ipld/go-ipld-prime-0.23.0
May 31, 2026
Merged

chore(deps): bump github.com/ipld/go-ipld-prime from 0.21.0 to 0.23.0 in /server#720
tsynik merged 1 commit into
masterfrom
dependabot/go_modules/server/github.com/ipld/go-ipld-prime-0.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ipld/go-ipld-prime from 0.21.0 to 0.23.0.

Release notes

Sourced from github.com/ipld/go-ipld-prime's releases.

v0.23.0

What's Changed

Full Changelog: ipld/go-ipld-prime@v0.22.0...v0.23.0

v0.22.0

What's Changed

... (truncated)

Changelog

Sourced from github.com/ipld/go-ipld-prime's changelog.

CHANGELOG

Here is collected some brief notes on major changes over time, sorted by tag in which they are first available.

Of course for the "detailed changelog", you can always check the commit log! But hopefully this summary helps.

Note about version numbering: All release tags are in the "v0.${x}" range. We do not expect to make a v1 release. Nonetheless, this should not be taken as a statement that the library isn't usable already. Much of this code is used in other libraries and products, and we do take some care about making changes. (If you're ever wondering about stability of a feature, ask -- or contribute more tests ;))

Planned/Upcoming Changes

Here are some outlines of changes we intend to make that affect the public API:

  • IPLD Amend: is likely to land soon; it implements a more efficient underlying architecture to support IPLD Patch and related features. IPLD Amend adds an interface to allow incremental changes to Nodes in an efficient way. Whereas IPLD Patch is a protocol for expressing changes. We're still working on figuring out exactly where it fits in the stack and making sure it won't be disruptive but early benchmarks are very promising for both Patch and traversal-based transforms. See ipld/go-ipld-prime#445 for more.
  • Layered Node implementation optimizations: When layering different implementations of Node builders or consumers, having to defer through basicnode types can lead to large inefficiencies of memory and speed. We are looking at ways to improve this situation, including ways to assemble layered assemblers. See ipld/go-ipld-prime#443 for discussion and some initial plans.
  • Selectors: There have been some recurring wishes to do something about the Selector package layout. There's no intended or prioritized date for this. See ipld/go-ipld-prime#236 for more.
  • Absent / "Not found" values: There may be some upcoming changes to exactly how "not found" values are handled in order to clarify and standardize the subject. There's no finalized date for this. See ipld/go-ipld-prime#360 for more.

Released Changes

Commits
  • bfde418 v0.23.0 bump (#626)
  • d5efcf7 feat(codec): MaxDepth on DecodeOptions & more bounds testing (#625)
  • f0e3f36 build(deps): bump github.com/ipfs/go-cid from 0.6.0 to 0.6.1 (#620)
  • 1424bc4 build(deps): bump github.com/ipfs/boxo in /storage/bsadapter (#622)
  • 5c494ab build(deps): bump github.com/ipfs/go-cid in /storage/bsrvadapter (#621)
  • 1f7ac04 build(deps): bump github.com/ipld/go-ipld-prime in /storage/bsadapter (#618)
  • 7205a44 build(deps): bump github.com/ipfs/go-cid in /storage/bsadapter (#624)
  • c6916a0 build(deps): bump github.com/ipfs/boxo in /storage/bsrvadapter (#623)
  • 5c66635 chore(docs): s/AllowBudget/AllocationBudget (#617)
  • acfa3ce ci: uci/update-go (#616)
  • 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 May 8, 2026
Bumps [github.com/ipld/go-ipld-prime](https://github.com/ipld/go-ipld-prime) from 0.21.0 to 0.23.0.
- [Release notes](https://github.com/ipld/go-ipld-prime/releases)
- [Changelog](https://github.com/ipld/go-ipld-prime/blob/master/CHANGELOG.md)
- [Commits](ipld/go-ipld-prime@v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/ipld/go-ipld-prime
  dependency-version: 0.23.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/server/github.com/ipld/go-ipld-prime-0.23.0 branch from 503eb4a to 16881d3 Compare May 28, 2026 14:46
@tsynik
tsynik merged commit b0e08b7 into master May 31, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/server/github.com/ipld/go-ipld-prime-0.23.0 branch May 31, 2026 02:45
freetushkan added a commit to freetushkan/TorrServer that referenced this pull request Jun 17, 2026
* feat: add new telegram bot commands

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* refactor: reorganize telegram bot commands and add new features

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* fix: handle error when starting telegram bot

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* feat: add ParseFromBytes function to handle torrent data from byte slices

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* feat: optimize torrent list API with lightweight status and filtering (YouROK#693)

* Fix: replace ${MAINPID} with $MAINPID in systemd service file (YouROK#689)

systemd не поддерживает фигурные скобки для специальных переменных.
${MAINPID} в ExecStop и ExecReload не раскрывается, kill получает 
пустой аргумент и падает с ошибкой "failed to parse argument: ''".
Сервис уходит в бесконечный цикл перезапусков.

* feat: enhance AddDialog with poster search improvements (YouROK#671)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* feat(nix): add flake with NixOS and Home Manager modules for TorrServer (YouROK#666)

Add Nix flake for TorrServer with offline builds and module system

- Implement fully offline build using fetchYarnDeps and buildGoModule
- Add NixOS module with systemd service, user/group management, and
firewall rules
- Add Home Manager module with user service and proper directory
handling
- Support all TorrServer options: port, auth, SSL, WebDAV, DLNA, cache
limits, etc.
- Fix swag documentation generation with proper parsing flags
- Set Go 1.26 to match project requirements
- Ensure reproducible builds without network access

Tested with NixOS 26.05 (Yarara) and standalone home-manager on Ubuntu
24.04

* fix(script): correct variable syntax in systemd service file (YouROK#703)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* Update helpers.js

* refactor: replace PreloadCacheValue with CacheLegendGrid and CacheLegendDot (YouROK#707)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* feat: update lordicon script source (YouROK#700)

- Changed the script source for Lordicon in index.html to use a relative path.
- Updated icon sources in AddFirstTorrent and NoServerConnection components to use the new relative paths.

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* fix: prevent sidebar burger menu from overlapping torrent cards on mobile (YouROK#695)

On narrow screens (<700px), the sidebar now slides in as a fixed overlay
with a backdrop instead of expanding within the grid and covering content.
On desktop, the grid columns adjust to accommodate the open sidebar.

* feat: multi-file torrent upload with per-file editing and duplicate filtering (YouROK#696)

Multiple .torrent files can be selected/dropped at once. A dedicated
MultiAddDialog shows only new files as a scrollable list with per-file
editable fields: title (pre-filled from filename), poster URL
(auto-fetched from TMDB), and category. Duplicates (matched by infohash)
are silently filtered out and not displayed.

Additional fixes:
- Stable torrent list sort (timestamp + hash tiebreaker via useMemo)
- TorrentCard memo optimization for visible fields only
- Grid layout fix (max-content → 450px minimum)
- Crash fix: null guards for torrents before .map()/.filter()
- Backend: cleaned up upload.go dead multiFile logic
- Removed dead styled-components and unused exports

* update static web

* Revert "feat: optimize torrent list API with lightweight status and filtering (YouROK#693)"

This reverts commit c1e1f96.

* feat: add SOCKS5 proxy support for Telegram API requests (YouROK#712)

- Implemented a new HTTP client that routes traffic through a SOCKS5 proxy if specified in the configuration
- Updated the README to include instructions for configuring the SOCKS5 proxy

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* docs: update Torznab search documentation (YouROK#715)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* chore: update Go version in Dockerfile from `1.26.0` to `1.26.2` (YouROK#716)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* feat: add ForceHTTPS option and HTTP to HTTPS redirection (YouROK#714)

* feat: add ForceHTTPS option and HTTP to HTTPS redirection

- Introduced a new ForceHTTPS flag in the configuration to enforce redirection of all HTTP requests to HTTPS.
- Implemented an HTTP server that handles redirection to HTTPS when the ForceHTTPS option is enabled.

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* docs: update README to include --force-https option details

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

---------

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* fix(tgbot): long markup (YouROK#713)

* refactor(tgbot): file management with pagination

- Added support for paginated file listings in the torrent management system.
- Updated the upload function to handle hash parameters more flexibly.

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* refactor(tgbot): file management with pagination

- Added support for paginated file listings in the torrent management system.
- Updated the upload function to handle hash parameters more flexibly.

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

---------

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* Prevent nil pointer dereference and duplicate cache creation (YouROK#719)

Co-authored-by: VuzzyM <>

* bump torrent v1.2.23 and update godoc

* Update go.sum

* feat(docker): update Go version from `1.26.2` to `1.26.3` (YouROK#728)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* potential fix of YouROK#729 (YouROK#730)

* LPD-bep14-Support (YouROK#732)

Co-authored-by: VuzzyM <>

* Fix critical server hangs (YouROK#731)

- torrent.go: Add nil cache check in expired() and protect against double close
- piece.go: Remove isClosed check in Release() to prevent library deadlock
- apihelper.go: Wait for torrent close via closedChan before deleting files
- cache.go: Fix deadlock in getRemPieces() (copy readers without locking)
- cache.go: Add TryLock() in cleanPieces() to prevent recursive calls

Co-authored-by: @lexandr0s
Co-authored-by: Vuzzy

Co-authored-by: VuzzyM <>

* bump torrent v1.2.24 and web

* bump torrent v1.2.25

* Update SecondarySettingsComponent.jsx

* Response header for Kodi (YouROK#734)

* sync playable files for m3u playlist

* chore(deps): bump github.com/ipld/go-ipld-prime in /server (YouROK#720)

Bumps [github.com/ipld/go-ipld-prime](https://github.com/ipld/go-ipld-prime) from 0.21.0 to 0.23.0.
- [Release notes](https://github.com/ipld/go-ipld-prime/releases)
- [Changelog](https://github.com/ipld/go-ipld-prime/blob/master/CHANGELOG.md)
- [Commits](ipld/go-ipld-prime@v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/ipld/go-ipld-prime
  dependency-version: 0.23.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump go.opentelemetry.io/otel in /server (YouROK#708)

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump path-to-regexp from 0.1.12 to 0.1.13 in /web (YouROK#685)

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.12 to 0.1.13.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 0.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump brace-expansion from 1.1.12 to 1.1.13 in /web (YouROK#687)

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump picomatch from 2.3.1 to 2.3.2 in /web (YouROK#682)

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 1.13.5 to 1.16.0 in /web (YouROK#735)

Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.16.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.16.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump flatted from 3.3.2 to 3.4.2 in /web (YouROK#679)

Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.2 to 3.4.2.
- [Commits](WebReflection/flatted@v3.3.2...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump yaml from 1.10.2 to 1.10.3 in /web (YouROK#681)

Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v1.10.2...v1.10.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 1.10.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lodash from 4.17.23 to 4.18.1 in /web (YouROK#694)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump fast-uri from 3.0.5 to 3.1.2 in /web (YouROK#721)

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.5 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.0.5...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @babel/plugin-transform-modules-systemjs in /web (YouROK#722)

Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.25.9 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump uuid from 8.3.2 to 14.0.0 in /web (YouROK#706)

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.11 to 1.16.0 in /web (YouROK#702)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nikk <1551446+tsynik@users.noreply.github.com>

* update static web

* feat(ci): build with embedded TMDB API Key (YouROK#736)

* feat(ci): build with embedded TMDB API Key

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* refactor(helpers): TMDB settings management

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

---------

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* fx actions build

* fix(helpers): URL normalization and TMDB search URL builder (YouROK#737)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* update static web

* feat(docker): add version argument and update build flags (YouROK#738)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* chore(deps): bump github.com/quic-go/quic-go in /server (YouROK#740)

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.59.0 to 0.59.1.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.59.0...v0.59.1)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.59.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(docker): update Go version from `1.26.3` to `1.26.4` (YouROK#741)

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>

* fix: thread-safe SetDefTrackers and robust AddTrackers delimiter handling (YouROK#743)

Co-authored-by: VuzzyM <>

---------

Signed-off-by: Pavel Pikta <devops@pavelpikta.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pavel Pikta <devops@pavelpikta.com>
Co-authored-by: YouROK <8YouROK8@mail.ru>
Co-authored-by: Dima Aratin <39628042+staners2@users.noreply.github.com>
Co-authored-by: kostiavn <77079302+kostiavn@users.noreply.github.com>
Co-authored-by: GriefNorth <grief.north@gmail.com>
Co-authored-by: nikk gitanes <tsynik@gmail.com>
Co-authored-by: Vuzzy <66425682+VuzzyM@users.noreply.github.com>
Co-authored-by: srgsf <srgsf.github@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nikk <1551446+tsynik@users.noreply.github.com>
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