Skip to content

Releases: ppy/osu-queue-processor

2023.1114.0

14 Nov 04:34
848eaa8
Compare
Choose a tag to compare
Merge pull request #28 from peppy/static-db-helper

Move database connection method to static helper class

2023.822.0

22 Aug 07:15
4c4f1bd
Compare
Choose a tag to compare
Merge pull request #26 from peppy/add-basic-sentry-support

Add basic sentry error reporting support

2022.1220.0

20 Dec 05:57
12826fd
Compare
Choose a tag to compare
Merge pull request #24 from bdach/event-publishing

2022.1202.0

02 Dec 11:27
f8ee6a8
Compare
Choose a tag to compare
Merge pull request #22 from peppy/redis-default-host

Change default redis host to `localhost`

2022.1130.0

30 Nov 03:41
fecb213
Compare
Choose a tag to compare
Merge pull request #21 from peppy/expose-errorsa

Add event to allow external visibility of errors

2022.812.0

12 Aug 11:09
f818610
Compare
Choose a tag to compare
Merge pull request #19 from peppy/push-multiple

Add ability to push multiple items to a queue in a single redis round-trip

2022.721.0

21 Jul 06:54
a21fa4c
Compare
Choose a tag to compare
Merge pull request #15 from peppy/fix-shutdown-item-handling

Fix shutdown item handling

2022.603.0

03 Jun 09:15
ce88f41
Compare
Choose a tag to compare
Merge pull request #12 from peppy/custom-conn-string

Add ability to specify custom database connection string (or password/database)

2022.518.0

18 May 04:46
7950742
Compare
Choose a tag to compare

What's Changed

  • Unregister break key handler on dispose by @notbakaneko in #9
  • Add basic batch result processing support by @peppy in #10

New Contributors

Full Changelog: 2022.320.1...2022.518.0

2022.320.1

20 Mar 04:06
Compare
Choose a tag to compare
Fix pack workflow still targetting net5.0