Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 2.0.7 #78

Merged
merged 8 commits into from
Feb 19, 2025
Merged

Release: 2.0.7 #78

merged 8 commits into from
Feb 19, 2025

Conversation

txsentinel
Copy link

Merged Pull Requests:
#77 : 2.0.7 release

stelabouras and others added 8 commits February 19, 2025 08:43
`TXLogger.setHandler()` now accept an optional `TXLogHandler` allowing
the consumer to pass a `nil` value, thus removing the handler and
disabling logging if that is required.
Adds `@unchecked Sendable` on the `SwizzledBundle` class to address the
generated compiler warning. The `@unchecked Sendable` was recently added
in the `Bundle` class.
* Adds `metadata` component where extra data is required for a produced
  error (so that the associated locale code or job url is reported
back).
* Passes the associated metadata when an error is produced.
* Adds a human-readable description for each `TXCDSError`.
Passes a `AttributedString.MarkdownParsingOptions()` struct when
creating the `AttributeString()` for the
`swizzledLocalizedAttributedString` with an `interpretedSyntax` equal to
`.inlineOnlyPreservingWhitespace` so that the white space of the
original string is preserved.
Improve log statements in various places.
* Bumps version to 2.0.7.
* Updates CHANGELOG with the changes implemented for 2.0.7.
Copy link
Contributor

@ollandos ollandos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good bot

@txsentinel txsentinel merged commit c274ae2 into master Feb 19, 2025
1 check passed
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.

3 participants