Skip to content

v0.16.0 — regional trending + sort on search/sfxSearch - #14

Merged
this-fifo merged 1 commit into
masterfrom
feat/regional-trending
Jun 23, 2026
Merged

v0.16.0 — regional trending + sort on search/sfxSearch#14
this-fifo merged 1 commit into
masterfrom
feat/regional-trending

Conversation

@this-fifo

Copy link
Copy Markdown
Member

v0.16.0

region — regional trending

region on client:browse / client:sfxBrowse (type = "trending") and client:search returns lists ranked by activity in one part of the world. Accepts "auto" (detect from the server's location) or "americas" / "eu" / "apac". Omit for the global list (the default). Requires regional trending enabled for your API key — until then region is ignored and you get the global list (no error, no breakage).

sort — result ordering on search

sort on client:search / client:sfxSearch: "relevance" (default — best semantic match), "popular" (most-played first), or "recent" (newest first). result.meta.sort echoes the applied ordering.

Both options are additive and forwarded over the enableClientAccess RemoteFunctions, so existing call sites are unchanged.

QA: stylua, selene, and luau-lsp clean; full Lune suite 17/17; wally package snapshot matches; install-snippet confirms the README install pin matches wally.toml (0.16.0).

Adds `region` on browse/sfxBrowse trending (and search): "auto" | "americas" | "eu" | "apac"; global by default, requires the feature enabled for your API key (ignored otherwise — no breakage). Adds `sort` on search/sfxSearch: "relevance" (default) | "popular" | "recent"; result.meta.sort echoes the ordering. Both additive and forwarded over the client-access RemoteFunctions; existing call sites unchanged.

QA: stylua + selene + luau-lsp clean; 17/17 Lune tests; wally package snapshot matches.
@this-fifo
this-fifo temporarily deployed to openCloud-smoke June 23, 2026 21:26 — with GitHub Actions Inactive
@this-fifo
this-fifo merged commit de61279 into master Jun 23, 2026
2 checks passed
@this-fifo
this-fifo deleted the feat/regional-trending branch June 23, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant