Skip to content

Releases: altcha-org/altcha-lib

v2.2.0

24 May 12:57
@ovx ovx

Choose a tag to compare

Changes:

  • Fix: frameworks - add default cache-control: no-store header [#17]

v2.1.0

20 May 07:42
@ovx ovx

Choose a tag to compare

Changes:

  • Fix: fastify and express - throw error when throwOnFailure is set [#16]

v2.0.1

10 Apr 15:18
@ovx ovx

Choose a tag to compare

Changes:

  • Fix: solveChallenge yielding and abort
  • New CLI utility

v2.0.0

07 Apr 11:10
@ovx ovx

Choose a tag to compare

Breaking changes:

  • This update introduces the new PoW mechanism v2, see documentation

v2.0.0-beta.1

13 Mar 08:26
@ovx ovx

Choose a tag to compare

Beta release for the new PoW v2 mechanism.

v1.4.1

13 Dec 10:01
@ovx ovx

Choose a tag to compare

Changes:

  • fix: replace ; with & in salt delimiter for compatibility (this allows for backward-compatible extraction of salt parameters with previous versions of the libraries while still preventing the salt parameter splicing attack)

v1.4.0

11 Dec 09:11
@ovx ovx

Choose a tag to compare

Changes:

  • Fixed parameter splicing vulnerability in salt handling that enabled replay attacks.

v1.3.0

07 Jun 04:26
@ovx ovx

Choose a tag to compare

Changes:

  • Update typings for server verification payload with Sentinel
  • Fix Deno 2.x TS and test compatibility
  • Fix vulnerable development dependencies (Vitest)

v1.2.0

21 Dec 00:46
@ovx ovx

Choose a tag to compare

Changes:

  • fix solveChallengeWorkers algorithm [#13]

v1.1.1

14 Nov 02:37
@ovx ovx

Choose a tag to compare

Changes:

  • fix concurrency limit [#11]