Skip to content

Releases: man90es/BDO-REST-API

v1.19.2

26 May 17:25
261fc41

Choose a tag to compare

What's Changed

  • Implement regional guild name standards by @man90es in #77

Full Changelog: v1.19.1...v1.19.2

v1.19.1

25 May 17:14
f90ca6b

Choose a tag to compare

What's Changed

  • Refactor scraper by @man90es in #72
  • Implement adding task retries number to Redis cache entries by @man90es in #73
  • Implement throttling by @man90es in #74
  • Add a flag to control task retry appending/prepending by @man90es in #75
  • Fix potential task requeueing failure by @man90es in #76

Full Changelog: v1.19.0...v1.19.1

v1.19.0

22 May 09:10
538cb62

Choose a tag to compare

Caution

This release contains potentially breaking changes. Previous versions had optional support for Redis, if its address wasn't provided through a flag – the service would use in-memory structures for storing cache and task queue. Starting from this version, Redis is required. If you don't provide the URL to Redis when upgrading and the service can't connect to the default address (redis://localhost:6379/0) – it won't function. The decision to remove support for non-Redis in-memory cache and queue was taken to simplify development and increase the reliability of the service.

What's Changed

  • Implement Redis queue by @man90es in #68
  • Remove in-memory cache option by @man90es in #69
  • Implement adding extra metadata to Redis cache entries by @man90es in #71

Full Changelog: v1.18.4...v1.19.0

v1.18.4

18 May 16:48
6fe2ba7

Choose a tag to compare

What's Changed

  • Improve request headers by @man90es in #66
  • Make GM profileTarget consistent in the guild profile response by @man90es in #67

Full Changelog: v1.18.3...v1.18.4

v1.18.3

24 Apr 21:09
be117f6

Choose a tag to compare

What's Changed

  • Fix potentially wrong region in profiles by @man90es in #65

Full Changelog: v1.18.2...v1.18.3

v1.18.2

22 Jan 22:54

Choose a tag to compare

What's Changed

  • Make logging to MongoDB asynchronous by @man90es in #64
  • Add a header for the number of queued tasks for client by @man90es in #63
  • Add elapsed time logging by @man90es in #62

Full Changelog: v1.18.1...v1.18.2

v1.18.1

20 Dec 09:06
924b316

Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.18.1

v1.18.0

17 Dec 22:17
079f79a

Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.18.0

v1.17.0

21 Nov 21:43
8251d53

Choose a tag to compare

What's Changed

  • Implement query parameter for bypassing cache by @man90es in #55

Full Changelog: v1.16.0...v1.17.0

v1.16.0

18 Nov 22:14
0b64165

Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0