Release/v0.3.0 - #18
Merged
Merged
Conversation
**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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔖 Release Pull Request
Version
v0.3.0Related Branches
Description
Add PHP Hash utility wrappers and supporting exceptions
Release Overview
Included Changes
Pre-release Verification
Testing & Validation
System Validation
Release Readiness
Versioning
Semantic Versioning compliance:
Tagging:
v0.3.0will be createdDeployment
Target environment:
Deployment notes:
Checklist
CHANGELOG.mdupdatedREADME.mdupdated (if needed)Risks / Impact
Potential Risks
Breaking changes:
Deployment risks:
Rollback considerations:
Notes
Release Notes
Deployment Instructions
Known Issues