Skip to content

Releases: alfg/overwatch-api

0.13.0

18 Apr 02:29
cc3188f
Compare
Choose a tag to compare

What's Changed

  • fix(api): add user-agent to request. by @alfg in #116

Full Changelog: 0.12.0...0.13.0

0.12.0

21 Feb 04:44
Compare
Choose a tag to compare

What's Changed

  • feat: re-adding updated parsers for competitive ranks. by @alfg in #113

Full Changelog: 0.11.0...0.12.0

0.11.0

22 Dec 05:56
5e368cf
Compare
Choose a tag to compare

Updated parsers and hosts to support OW2 player pages. The following features have also been removed as they are not supported in the OW2 anymore:

Levels
Rank
Prestige Level
Endorsement stats (only level supported now).

Region and platform are no longer required. However, APIs will continue to support both to maintain compatibility.

What's Changed

  • feat: updating parsers to support ow2 by @alfg in #111

Full Changelog: 0.10.5...0.11.0

0.10.5

15 Mar 02:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.4...0.10.5

0.10.4

20 Sep 05:59
Compare
Choose a tag to compare
  • Fix parsing endorsement level #92

0.10.3

10 Sep 02:16
Compare
Choose a tag to compare
  • Fix issue with async module missing in api module.

0.10.2 - Caching updates and retry mechanism

03 Aug 02:57
Compare
Choose a tag to compare
  • Add retry mechanism when response status back from playoverwatch.com is not 200 and only cache results if valid data comes back. #90

0.10.1

19 Jul 02:41
Compare
Choose a tag to compare
  • overwatch-server - Fix redis client usage to prevent memory leak
  • overwatch-server - More error handling on cache client
  • npm audit fix
  • Minor updates in API docs

0.10.0 - Redis-based Caching

15 Jul 03:41
a762862
Compare
Choose a tag to compare

Replaces the in-memory node-cache with redis. New build requires a redis-server.

0.9.0

13 Jul 02:02
Compare
Choose a tag to compare

Upgrade srv-cli and ava+babel dependencies to latest.