Skip to content

chore(main): release 0.1.0#1

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--trustlink
Open

chore(main): release 0.1.0#1
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--trustlink

Conversation

@github-actions

Copy link
Copy Markdown

🤖 I have created a release beep boop

0.1.0 (2026-03-27)

Features

  • add attestation audit log (#101) (9cae0ff)
  • add attestation confidence score spec (cc6e33f)
  • add attestation confidence score spec (07a11aa)
  • Add attestation count queries (2de2508)
  • add attestation endorsement with social proof (15641ef)
  • add attestation endorsement with social proof (7979472)
  • add attestation expiration warning query (#36) (f0e7a1e)
  • add attestation ID stability guarantee and doc-comments (dbff493)
  • add attestation renewal workflow (#27) (6f9d47c)
  • add attestation templates (#34) (cd36a35)
  • add attestation transfer for re-issuance by new issuer (#25) (bc34684)
  • add attestation transfer for re-issuance by new issuer (#25) (7b45d88)
  • add claim type registry (04d4af0)
  • add claim type registry (4080ddd)
  • add configurable attestation fees (16e6fb8)
  • add configurable TTL constants via contract initialization (#63) (226c735)
  • add configurable TTL constants via contract initialization (#63) (9271171)
  • add contract configuration query (#39) (966e543)
  • add contract pause/unpause for incident response (86fc770)
  • add contract upgrade mechanism via Soroban built-in WASM upgrade (80d7b22)
  • add contract upgrade mechanism via Soroban built-in WASM upgrade (e23099b)
  • add create_attestations_batch function (d265623)
  • add create_attestations_batch function (28f77f8)
  • add cross-chain attestation bridge support (c89203b)
  • Add dependency vulnerability scanning (67784a2)
  • add devcontainer for Rust + Soroban development environment (3e20c1d)
  • add external attestation import (18a8b6e)
  • add external attestation import (8fcdfcf)
  • add GDPR-compliant data deletion support (#100) (94c9e48)
  • Add get_attestation_by_type query (6c68764)
  • Add get_attestation_by_type query (2f48ab9)
  • add get_attestation_proof for ledger-anchored cryptographic proofs (01bc861)
  • add get_attestation_proof for ledger-anchored cryptographic proofs (91ebdb1)
  • add get_valid_claims returning deduplicated valid claim types (a3cc7c2)
  • add get_valid_claims returning deduplicated valid claim types (d2bfab1)
  • add get_version and get_contract_metadata (e804d41)
  • add get_version and get_contract_metadata (3bda80b)
  • add GlobalStats for contract-wide analytics (76f6f0d)
  • add has_all_claims function with tests and README docs (2983e78)
  • add has_all_claims function with tests and README docs (c30a7cb)
  • add has_any_claim OR-logic verification function (#7) (cbc0ddb)
  • add has_valid_claim_from_issuer function (046cd20)
  • add has_valid_claim_from_issuer function (1c58f57)
  • add health_check endpoint for contract monitoring (8079474)
  • add health_check endpoint for contract monitoring (0e51103)
  • add issuer registration event emission with timestamps (7ab0dc3), closes #61
  • add IssuerMetadata support (e00dd9d)
  • add IssuerMetadata support (37b5507)
  • add IssuerRegistered and IssuerRemoved events (#8) (ebf6448)
  • add IssuerRegistered and IssuerRemoved events (#8) (149edbf)
  • add IssuerStats for issuer activity tracking (900cef8)
  • add IssuerStats for issuer activity tracking (0ed8110)
  • add jurisdiction fields to attestations (0d66a5b)
  • add local Stellar network for development (8c063fb)
  • add local Stellar network for development (458a690)
  • Add make help target with parsed descriptions (c22cf80)
  • Add make help target with parsed descriptions (3bfb84c)
  • add multi-network deploy and invoke targets to Makefile (5c52c85)
  • add multi-sig attestation support (926ab20)
  • add multi-sig attestation support (867f843)
  • add optional metadata field to Attestation (e215be8)
  • add optional metadata field to Attestation (0efee4f)
  • add optional revocation reason to attestations (162d3cf)
  • add optional revocation reason to attestations (0cd8175)
  • add time-locked attestations with valid_from field (#26) (dcfdb41)
  • add time-locked attestations with valid_from field (#26) (f272479)
  • add TypeScript bindings and ABI export (closes #DevEx-ABI) (82c67de)
  • add TypeScript SDK wrapper for TrustLink contract (#83) (4c4a7ea)
  • Add update_expiration for attestations (72912f0)
  • add wasm-opt optimization spec (764c918)
  • add wasm-opt optimization spec (98bd56a)
  • allow attestations to be tagged with categories (af9b650)
  • allow attestations to be tagged with categories (96a575d)
  • complete devcontainer setup with devcontainer.json and CONTRIBUTING.md update (c2ab4bb)
  • emit admin_initialized event on successful contract initialization (6ac5e1f)
  • emit attestation_expired event on expiration checks (a8ed7cf)
  • emit attestation_expired event on expiration checks (e1fafa1)
  • expiration hooks for near-expiry notifications (5589872)
  • expiration hooks for near-expiry notifications (9232a30)
  • implement escrow logic and fix build type errors (d5e9efc)
  • implement escrow logic and fix build type errors (e84a7e3)
  • implement escrow logic in storage.rs (5e33b39)
  • implement off-chain event indexer and REST API (#86) (54ad255)
  • implement off-chain event indexer and REST API (#86) (aeb9b75)
  • Implement rate limiting for attestation creation (e16a723)
  • implement types.rs with Attestation struct and Error enum (1deea21)
  • implement types.rs with Attestation struct and Error enum (dd2feb8)
  • indexer: #87 Add GraphQL API with queries, subscriptions, and playground (e2bd92e)
  • issuer trust tier system (Bronze/Silver/Gold) (70de855)
  • prepare app for 0.1.0 release (f52f82e)
  • React dApp with 4 panels, Freighter wallet, GitHub Pages deploy (a151e1b)
  • Release: Set up semantic versioning and release automation (d2a30d5)
  • Security: Request external security audit (28435fd)
  • security: add transfer_admin for admin key rotation (52d8d2f)
  • security: add transfer_admin function for admin key rotation (465f338)
  • TypeScript SDK wrapper for TrustLink contract (18a32ba)

Bug Fixes

  • correct generate_id and remove unused BytesN imports (52064f8)
  • correct hash_payload to encode full 32-byte SHA-256 hash (94576f5)
  • fix revocation reason test and add issuer removal behavior tests (9df0bf4)
  • fix revocation reason test and add issuer removal behavior tests (65f177b)
  • freighter-api v6, tsconfig split config, install deps (872ffe3)
  • indexer: resolve apollo/wsServer init order, fix dev script (9f33f5a)
  • indexer: use Apollo Server v5 native HTTP handler, drop express dep (4583a33)
  • rename admin_init symbol to adm_init (max 9 chars) and remove unused TryIntoVal import (bc5a4ba)
  • resolve all build errors in project (0bd8337)

Performance Improvements

  • extend TTL on read for attestations and indexes (f4b4cbd)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants