Skip to content

Releases: Kiyomi-Parents/PyScoreSaber

v1.0.10

27 Nov 23:21
Compare
Choose a tag to compare

What's Changed

  • Fix requirements

v1.0.9

26 Nov 20:29
c4f245b
Compare
Choose a tag to compare

What's Changed

  • Update aiohttp requirement from ~=3.8.1 to ~=3.8.3 by @dependabot in #31
  • Update marshmallow requirement from ~=3.17.0 to ~=3.18.0 by @dependabot in #33
  • Bump faker from 13.15.0 to 15.3.2 by @dependabot in #36
  • Update marshmallow requirement from ~=3.18.0 to ~=3.19.0 by @dependabot in #35

Full Changelog: v1.0.8...v1.0.9

v1.0.8

19 Jul 02:43
812fb4c
Compare
Choose a tag to compare

What's Changed

  • Better logging
  • Updated dependencies

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 May 18:18
cadc9fc
Compare
Choose a tag to compare

What's Changed

  • Updated README
  • Better setup.py
  • Fix custom user agent not being used

Full Changelog: v1.0.6...v1.0.7

v1.0.6

16 May 17:15
17f705a
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies
  • Use a custom user agent header

Full Changelog: v1.0.5...v1.0.6

v1.0.5

18 Apr 16:40
da95a80
Compare
Choose a tag to compare
  • Make sure the websocket is connected before we start to listen.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

18 Apr 15:37
398a836
Compare
Choose a tag to compare
  • Added initial websocket support.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

07 Apr 12:41
99897d1
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Apr 10:02
d7254b7
Compare
Choose a tag to compare
  • Keep retrying even if the server returns a 500 error code

v1.0.1

06 Apr 14:15
ada901e
Compare
Choose a tag to compare

What's Changed

  • Bug fixes
  • Infinite retries (max 60 seconds between retries)
  • Bump setuptools from 60.7.1 to 60.9.3 by @dependabot in #11
  • Bump faker from 12.0.0 to 13.3.0 by @dependabot in #10
  • Update pytest-asyncio requirement from ~=0.17.2 to ~=0.18.1 by @dependabot in #7
  • Update pytest-asyncio requirement from ~=0.18.1 to ~=0.18.2 by @dependabot in #12
  • Bump pytest from 7.0.0 to 7.1.1 by @dependabot in #13
  • Bump dataclasses-json from 0.5.6 to 0.5.7 by @dependabot in #14
  • Bump setuptools from 60.9.3 to 61.3.0 by @dependabot in #15
  • Bump faker from 13.3.0 to 13.3.4 by @dependabot in #16
  • Update pytest-asyncio requirement from ~=0.18.2 to ~=0.18.3 by @dependabot in #18
  • Bump marshmallow from 3.14.1 to 3.15.0 by @dependabot in #17

New Contributors

Full Changelog: v1.0.0...v1.0.1