Skip to content

Releases: osuripple/cheesegull

v2.2.1

07 May 07:44
efa2a3a
Compare
Choose a tag to compare

What's Changed

  • Beatconnect downloader: Handle error 502 and 503 with exponential backoff

Full Changelog: v2.2.0...v2.2.1

v2.2.0

07 May 07:44
abfc56d
Compare
Choose a tag to compare

What's Changed

  • Add Beatconnect downloader, add go.mod and bump Go by @xnyo in #18

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Apr 11:31
Compare
Choose a tag to compare

Changelog

d5c2146 ⬆️ v2.1.0 ⬆️
5329ebc Remove ability to download beatmap sets which are not ranked
61bd3d4 Send the real version of Cheesegull at GET /
2533c25 Add a note about running the indexer for sphinx
a9679fc Query mysql straight when no text query is given
3953624 add max_matches to query
3f168df Fix modes not working
20cfd47 make ID DESC default sorting
3d9ec41 apparently, bitwise and is not supported
ef4255c drop fulltext index

v2.0.4

10 Dec 10:00
bbbc2fd
Compare
Choose a tag to compare

Changelog

bbbc2fd ⬆️ v2.0.4 ⬆️
86290ff Use Sphinx for API search. Closes #10


Automated with GoReleaser
Built with go version go1.9 linux/amd64

v2.0.3

23 Oct 16:06
808ff88
Compare
Choose a tag to compare

Changelog

  • Don't do any fulltext search if no query is specified
  • Feed sentry with the HTTP request data (#7), for better debugging of errors
  • If an error occurs calling the osu! API, retry 5 times before giving up

Automated with GoReleaser
Built with go version go1.9 linux/amd64

v2.0.2

02 Oct 17:28
0baa3ef
Compare
Choose a tag to compare

A quick patch addressing some issues we've encountered in the past couple of days.

Changelog

c172b1e Update go-osuapi library
95a411c Make difficulty_rating a decimal with 15 dec places
1a873f2 downloader.ErrNoRedirect should be checked for earlier than it is now
baff2f9 make default sorting (in case of no query) id DESC


Automated with GoReleaser
Built with go version go1.9 linux/amd64

v2.0.1

01 Oct 18:12
bf4fa37
Compare
Choose a tag to compare

This should have actually been v2.0.0, but I was retarded and this is a hotfix for a bug that wasn't supposed to be here. API changes documented here: http://docs.ripple.moe/docs/cheesegull/migration-guide and here: http://docs.ripple.moe/docs/cheesegull/cheesegull-api


Automated with GoReleaser
Built with go version go1.9 linux/amd64