Skip to content

Releases: authless/authless-core

v1.4.1

25 Sep 10:37
Compare
Choose a tag to compare

1.4.1 (2020-09-25)

Bug Fixes

  • register plugins new for each launch (ee64138)

v1.4.0

25 Sep 08:08
Compare
Choose a tag to compare

1.4.0 (2020-09-25)

Features

  • server: remove server in favor of own repo (d3fba97)

v1.3.1

24 Sep 16:14
Compare
Choose a tag to compare

1.3.1 (2020-09-24)

Bug Fixes

  • bot: print puppeteer launch options (1124d18)
  • server: fix headless timeout (8bf050b)

v1.3.0

23 Sep 12:43
Compare
Choose a tag to compare

1.3.0 (2020-09-23)

Features

  • client: remove AuthlessClient -> @authless/client (43108ac)

v1.2.1

09 Sep 13:40
Compare
Choose a tag to compare

1.2.1 (2020-09-09)

Bug Fixes

  • bot-router: .getBotForUrl now respects Bot rate-limits (1f63a1a)
  • data-dir: set data-dir per username (9da491a)

v1.2.0

07 Sep 14:54
Compare
Choose a tag to compare

1.2.0 (2020-09-07)

Features

  • bot-router: dispatch bots based on usage (cfec03d)

v1.1.0

30 Jul 17:46
Compare
Choose a tag to compare

1.1.0 (2020-07-30)

Features

  • client: add basic Authless-Client with cache (78fbce2)
  • docs: replace typedocs -> ms/tsdocs (19568f0)
  • interception: option to block domains/resourceTypes (e3ef998)
  • new-arch: initial files for v2 based on new architecture (1508c20)
  • resource: make sha1 take optional arg (178e5fb)
  • response: add response, resource, entity interfaces (a8bfd7f)
  • response: slim response API (7985769)

Bug Fixes

  • build: add building docs (dd20246)
  • case: fix file case when importing (03e97da)
  • client: append query params to url (da8a81c)
  • client: await for fetch response processing (163224c)
  • deps: add ioredis deps (ef7c13a)
  • deps: fix browser.setMaxListeners issue with stealth plugin (e28b9d4)
  • entrypoint: fix entry point location (d33eb92)
  • intercept: save all resourceTypes by default (8ae9249)
  • libCheck: skip typescript checking of liibs (9f4aacc)
  • node-fetch: pass url as first parameter (6907641)
  • npm-command: use prepare instead of prepublish (ed36a0f)
  • package: fix main/types (e198f8b)
  • server: close browser after every scrape call (052bf02)
  • server: fixes for core changes. close page after scrape (948ebf0)
  • server: pass puppeteerParams to pageHandler (3bc013d)
  • server: set content-type before sending response (4f20708)
  • server: throw error if bot not found by username (3cfa701)
  • tests: fix fixture and test to check timestamp (f5bb372)
  • tests: query param changed from 'u' to 'url' (191941a)
  • tests: remove randomization and fix tests (a556344)
  • types: use null coalescing to provide default params (6a7d923)
  • urlparams: username is not mandatory (5f25632)

v1.0.1: Merge pull request #6 from authless/feat/ci

04 Apr 15:36
bfc82dc
Compare
Choose a tag to compare
chore/ci: add codeclimate coverage report