dakweb.queries.changelog¶
Packages’ changelogs related queries
@contact: Debian FTPMaster <ftpmaster@debian.org> @copyright: 2025 Sérgio Cipriano <cipriano@debian.org> @license: GNU General Public License version 2 or later
- dakweb.queries.changelog.changelogs() str ¶
Legacy endpoint; prefer /v2/changelogs.
Returns all matching rows (no pagination). Use only for backward compatibility. Required param: search_term.
- dakweb.queries.changelog.changelogs_v2() str ¶
Improved changelogs endpoint with date range & pagination.
- Query parameters:
search_term: (optional) substring to match in changelog text or changedby (ILIKE)
since: (optional) ISO date/datetime (e.g. 2024-01-01 or 2024-01-01T12:00:00)
till: (optional) ISO date/datetime upper bound (inclusive)
source: (optional) exact source package name to restrict
limit: (optional) default 50, max 500
offset: (optional) default 0
Returns JSON object with keys: count, limit, offset, has_more, results[].