Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Releases: Open-Attestation/open-attestation

v6.10.0-beta.9

10 Feb 07:11
91b93f3

Choose a tag to compare

v6.10.0-beta.9 Pre-release
Pre-release

6.10.0-beta.9 (2025-02-10)

Bug Fixes

  • update README in preparation of OA v4.0 release (#323) (91b93f3)

v6.10.0-beta.8

27 Jan 06:30
69b78d4

Choose a tag to compare

v6.10.0-beta.8 Pre-release
Pre-release

6.10.0-beta.8 (2025-01-27)

Features

v6.9.7

17 Jan 07:57
f1339e9

Choose a tag to compare

6.9.7 (2025-01-17)

Bug Fixes

v6.9.6

07 Jan 09:35
eac33a3

Choose a tag to compare

6.9.6 (2025-01-07)

Bug Fixes

v6.10.0-beta.7

02 Aug 09:41
51d910e

Choose a tag to compare

v6.10.0-beta.7 Pre-release
Pre-release

6.10.0-beta.7 (2024-08-02)

Bug Fixes

  • obfuscation of an array element can lead to undefined error (#312) (51d910e)

v6.10.0-beta.6

26 Jul 08:09
bc62924

Choose a tag to compare

v6.10.0-beta.6 Pre-release
Pre-release

6.10.0-beta.6 (2024-07-26)

Bug Fixes

v6.10.0-beta.5

25 Jul 07:10
01de5a3

Choose a tag to compare

v6.10.0-beta.5 Pre-release
Pre-release

v6.10.0-beta.5 is a manually created Git tag by @HJunyuan

Why?

  • The beta branch has been rebased onto master using a force push
  • Beta branch commit history no longer has the old tags
  • semantic-release will incorrectly attempt to start tagging from v6.10.0-beta.1

Solution

  1. Manually created a Git tag v6.10.0-beta.5 on the latest commit of the new beta branch:
    git tag v6.10.0-beta.5 beta
    git push origin tag v6.10.0-beta.5
  2. Manually created a Git note on the same commit (as required by semantic-release):
    git fetch origin refs/notes/semantic-release:refs/notes/semantic-release
    git notes --ref="semantic-release" add -f -m '{"channels":["beta"]}' v6.10.0-beta.5
    git push origin refs/notes/semantic-release

Drawback

Reference

v6.9.5

24 Jul 09:04
239bdba

Choose a tag to compare

6.9.5 (2024-07-23)

Bug Fixes

  • ws security advisory from ethers v5 (239bdba)

v6.9.4

22 Jul 06:50
f783b3c

Choose a tag to compare

6.9.4 (2024-07-22)

Bug Fixes

  • accept application/ld+json when fetching context (#307) (f783b3c)

v6.10.0-beta.4

25 Jul 06:21
0dbdadd

Choose a tag to compare

v6.10.0-beta.4 Pre-release
Pre-release

6.10.0-beta.4 (2024-05-31)

Bug Fixes