v0.16.0 — regional trending + sort on search/sfxSearch - #14
Merged
Conversation
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
temporarily deployed
to
openCloud-smoke
June 23, 2026 21:26 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.16.0
region— regional trendingregiononclient:browse/client:sfxBrowse(type = "trending") andclient:searchreturns 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 thenregionis ignored and you get the global list (no error, no breakage).sort— result ordering on searchsortonclient:search/client:sfxSearch:"relevance"(default — best semantic match),"popular"(most-played first), or"recent"(newest first).result.meta.sortechoes the applied ordering.Both options are additive and forwarded over the
enableClientAccessRemoteFunctions, so existing call sites are unchanged.QA: stylua, selene, and luau-lsp clean; full Lune suite 17/17; wally package snapshot matches;
install-snippetconfirms the README install pin matcheswally.toml(0.16.0).