Search queries now use PostgreSQL's websearch_to_tsquery, allowing quoted phrases, OR operators, and negation (-term) in search expressions.
API improvements
Added GET /v1/entries/ids to efficiently retrieve paginated entry IDs.
Added support for updating the starred status of multiple entries through PUT /v1/entries.
API clients can now filter entries by tags.
The Go client now exposes additional feed fields (description, icon, next_check_at, notification settings, no_media_player, etc.) and supports the new tag filter.
Atom feed improvements
When an Atom entry id contains an HTTP URL, it is now used as the entry URL when no dedicated link is available.
Performance improvements
Improved full-text search performance by caching compiled regular expressions used by filtering rules.
Reduced database work when computing category statistics.
Improved browser caching of static assets.
Reduced template rendering overhead by precomputing static icon URLs.
Security
Prevent username enumeration through login timing differences.
PostgreSQL installations running in FIPS mode are now fully supported by replacing MD5 with SHA-256 for enclosure uniqueness. This change raises the minimum supported PostgreSQL version to 11.
Bug fixes
Fixed validation of per-feed entry filter rules in the web interface.
SOCKS proxy URLs can once again be configured for individual feeds.
Fixed enclosure URL proxying consistency across API endpoints.
Fixed several API handlers that incorrectly returned 404 Not Found or 400 Bad Request instead of proper server errors.
Fixed inconsistent handling of invalid category filters in the Entries API.
Fixed user lookup edge cases that could result in nil pointer dereferences.
Fixed enclosure lookup to correctly scope results by user.
Fixed the Google Reader Quick Add endpoint to honor the configured HTTP user agent.
Fixed refresh-all keyboard shortcut (R) to correctly display the success notification.
Fixed localization formatting issues affecting several languages.
Fixed request builder state leaking during feed discovery.
Improved accessibility by correcting an aria-labelledby issue.
Localization
Updated German (de_DE) translations.
Updated Galician (gl_ES) translations.
Documentation
Clarified the units for POLLING_FREQUENCY.
Improved documentation for TRUSTED_REVERSE_PROXY_NETWORKS.
Dependencies
Updated several Go modules and GitHub Actions dependencies.
Configuration
📅Schedule: (UTC)
Branch creation
At any time (no schedule defined)
Automerge
At any time (no schedule defined)
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/miniflux/miniflux](https://miniflux.app) ([source](https://github.com/miniflux/v2)) | patch | `2.3.1` → `2.3.2` |
---
### Release Notes
<details>
<summary>miniflux/v2 (ghcr.io/miniflux/miniflux)</summary>
### [`v2.3.2`](https://github.com/miniflux/v2/releases/tag/2.3.2): Miniflux 2.3.2
[Compare Source](https://github.com/miniflux/v2/compare/2.3.1...2.3.2)
##### New features
- **Improved full-text search**
- Search queries now use PostgreSQL's `websearch_to_tsquery`, allowing quoted phrases, `OR` operators, and negation (`-term`) in search expressions.
- **API improvements**
- Added `GET /v1/entries/ids` to efficiently retrieve paginated entry IDs.
- Added support for updating the starred status of multiple entries through `PUT /v1/entries`.
- API clients can now filter entries by tags.
- The Go client now exposes additional feed fields (`description`, `icon`, `next_check_at`, notification settings, `no_media_player`, etc.) and supports the new tag filter.
- **Atom feed improvements**
- When an Atom entry `id` contains an HTTP URL, it is now used as the entry URL when no dedicated link is available.
##### Performance improvements
- Improved full-text search performance by caching compiled regular expressions used by filtering rules.
- Reduced database work when computing category statistics.
- Improved browser caching of static assets.
- Reduced template rendering overhead by precomputing static icon URLs.
##### Security
- Prevent username enumeration through login timing differences.
- PostgreSQL installations running in FIPS mode are now fully supported by replacing MD5 with SHA-256 for enclosure uniqueness. This change raises the minimum supported PostgreSQL version to **11**.
##### Bug fixes
- Fixed validation of per-feed entry filter rules in the web interface.
- SOCKS proxy URLs can once again be configured for individual feeds.
- Fixed enclosure URL proxying consistency across API endpoints.
- Fixed several API handlers that incorrectly returned `404 Not Found` or `400 Bad Request` instead of proper server errors.
- Fixed inconsistent handling of invalid category filters in the Entries API.
- Fixed user lookup edge cases that could result in nil pointer dereferences.
- Fixed enclosure lookup to correctly scope results by user.
- Fixed the Google Reader Quick Add endpoint to honor the configured HTTP user agent.
- Fixed refresh-all keyboard shortcut (`R`) to correctly display the success notification.
- Fixed localization formatting issues affecting several languages.
- Fixed request builder state leaking during feed discovery.
- Improved accessibility by correcting an `aria-labelledby` issue.
##### Localization
- Updated German (`de_DE`) translations.
- Updated Galician (`gl_ES`) translations.
##### Documentation
- Clarified the units for `POLLING_FREQUENCY`.
- Improved documentation for `TRUSTED_REVERSE_PROXY_NETWORKS`.
##### Dependencies
- Updated several Go modules and GitHub Actions dependencies.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI0NC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.3.1→2.3.2Release Notes
miniflux/v2 (ghcr.io/miniflux/miniflux)
v2.3.2: Miniflux 2.3.2Compare Source
New features
Improved full-text search
websearch_to_tsquery, allowing quoted phrases,ORoperators, and negation (-term) in search expressions.API improvements
GET /v1/entries/idsto efficiently retrieve paginated entry IDs.PUT /v1/entries.description,icon,next_check_at, notification settings,no_media_player, etc.) and supports the new tag filter.Atom feed improvements
idcontains an HTTP URL, it is now used as the entry URL when no dedicated link is available.Performance improvements
Security
Bug fixes
404 Not Foundor400 Bad Requestinstead of proper server errors.R) to correctly display the success notification.aria-labelledbyissue.Localization
de_DE) translations.gl_ES) translations.Documentation
POLLING_FREQUENCY.TRUSTED_REVERSE_PROXY_NETWORKS.Dependencies
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.