[go: nahoru, domu]

Skip to content

Releases: botblock/BLAPI

Fix type issues

01 Dec 21:04
1e92a60
Compare
Choose a tag to compare
  • fixed discord.js type dependency
  • cleaned up code a bit using new eslint x TS definitions

logging bug fix

24 Nov 19:59
5f0ca01
Compare
Choose a tag to compare
  • fixes an issue where information was logged even without extended logging activated. Also awaited it correctly.

Final github actions fix

06 Oct 12:32
Compare
Choose a tag to compare
  • this correctly published the package to npm and github packages

Typescript rewrite

05 Oct 23:09
Compare
Choose a tag to compare
  • rewrote using Typescript, which adds typing to the module
  • started using node-fetch for better error handling and general stability
  • temporarily removed d.js internal sharding, as their official types do not support it the way we used to handle it

move to botblock

26 Jul 21:14
Compare
Choose a tag to compare
  • this release moved BLAPI to the organization botblock
  • it also added some fixes to manual posting, as e.g. URLs starting with "api." made problems

fixed sharding issues

27 Mar 16:48
Compare
Choose a tag to compare
  • applied some optimizations and fixes added by gleeny
  • should fix wrong behaviour with sharded bots that use blapi on every shard

small fix

09 Mar 16:49
Compare
Choose a tag to compare
  • changed how json objects were created, resulting in errors in some cases

Small adjustments

02 Feb 14:34
Compare
Choose a tag to compare
  • added a few adjustments to the fallback data and readme
  • added deepscan.io

full release

11 Jan 23:36
Compare
Choose a tag to compare

After a long time of fixing weird bugs that were mostly due to dbl fcking with us, it is finally done:

BLAPI fully supports non-sharded, sharded and internally sharded bots via automatic posts and manually called posts, both to botblock and completely handled within BLAPI itself.

added d.js internal sharding support

13 Oct 10:18
Compare
Choose a tag to compare
  • added internal sharding via d.js
  • some bug fixes