Skip to content

Conversation

@DimazzzZ
Copy link
Owner

Pull Request Description:
This pull request prepares the project for version 0.4.1.

  • Updates the CHANGELOG.md with changes for 0.4.1
  • Increments the project version to 0.4.1
  • Includes all bug fixes, improvements, and new features listed in the changelog for this release

Please review the changelog for a detailed list of updates.

@DimazzzZ DimazzzZ self-assigned this Dec 23, 2025
@DimazzzZ DimazzzZ added the bug Something isn't working label Dec 23, 2025
handleException(e, resp, requestId)
} finally {
logRequestBoundary(requestId, isStart = false)
val durationMs = (System.nanoTime() - startNs) / 1_000_000

Check warning

Code scanning / detekt

Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning

This expression contains a magic number. Consider defining it to a well named constant.
@DimazzzZ DimazzzZ merged commit 914b3c0 into main Dec 23, 2025
4 checks passed
@DimazzzZ DimazzzZ deleted the dev branch December 23, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants