Skip to content

Release/v0.3.0 - #18

Merged
dieselxxx merged 2 commits into
masterfrom
release/v0.3.0
Sep 16, 2026
Merged

dieselxxx merged 2 commits into
masterfrom
release/v0.3.0

Conversation

@dieselxxx

Copy link
Copy Markdown
Contributor

🔖 Release Pull Request

Version

  • Release version: v0.3.0

Related Branches

  • Release branch: `release/v0.3.0
  • Target branch:
    • develop
    • master

Description

Add PHP Hash utility wrappers and supporting exceptions

Release Overview

Included Changes

  • Key changes in this release:
    • Change 1
    • Change 2

Pre-release Verification

  • Changelog completed:
    • Yes
  • Documentation updated:
    • Yes

Testing & Validation

System Validation

  • All unit tests pass
  • All integration tests pass
  • Core modules verified
  • Adapter modules verified
  • CI/CD pipelines are successful

Release Readiness

  • No critical bugs open
  • No blocking issues remaining
  • Performance checks completed

Versioning

  • Semantic Versioning compliance:

    • Major
    • Minor
    • Patch
  • Tagging:

    • Release tag v0.3.0 will be created

Deployment

  • Target environment:

    • Staging
    • Production
  • Deployment notes:

    • ...

Checklist

  • CHANGELOG.md updated
  • README.md updated (if needed)
  • Version bumped correctly
  • All tests passing
  • CI/CD pipelines green
  • Release branch merged correctly
  • Release tag created

Risks / Impact

  • Risk level:
    • None
    • Low
    • Medium
    • High

Potential Risks

  • Breaking changes:

  • Deployment risks:

  • Rollback considerations:

Notes

Release Notes

Deployment Instructions

Known Issues

**Details:**
- Introduced a `Hash` class in the `Runtime` package, providing a suite of PHP hash utility wrappers with a consistent FireHub API. Key methods include:
  - `hash`, `file`, `hmacHash`, `hmacFile`, `algorithms`, `hmacAlgorithms`.
  - Added support for HKDF and PBKDF2 key derivation utilities with error handling.
  - Implemented timing-attack-safe comparisons through `equals`.
- Added an `Algorithm` enum to define supported PHP hashing algorithms, including MD5, SHA variants, SHA-3, and more.
  - Included `supportsHmac()` method to check HMAC compatibility.
- Included new custom exceptions:
  - `EmptyHashKeyException`, `HashByteLengthException`, `HashIterationException`.
  - Enable robust validation and clearer error reporting for invalid inputs.
- Updated `README.md` version badge to `v0.3.0`.
- Updated `CHANGELOG.md` to reflect version `v0.3.0`.

This update extends runtime functionality with robust native hashing utilities and enhances error handling.
@dieselxxx dieselxxx added the type: Maintenance Ongoing upkeep like dependencies, compatibility, and system health. label Sep 16, 2026
@dieselxxx dieselxxx self-assigned this Sep 16, 2026
@dieselxxx dieselxxx moved this from Backlog to Done in 📌 Core Development: v0 → v1 Sep 16, 2026
@dieselxxx dieselxxx moved this from Todo to Done in 🚩 Triage Sep 16, 2026
@dieselxxx
dieselxxx marked this pull request as ready for review September 16, 2026 11:40
@dieselxxx
dieselxxx requested a review from a team as a code owner September 16, 2026 11:40
@dieselxxx
dieselxxx merged commit 2d88be2 into master Sep 16, 2026
1 of 8 checks passed
@dieselxxx
dieselxxx deleted the release/v0.3.0 branch September 16, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: Maintenance Ongoing upkeep like dependencies, compatibility, and system health.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant