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

set Data::MessagePack->utf8(1) by default. #33

Merged
merged 1 commit into from
Aug 16, 2024
Merged

set Data::MessagePack->utf8(1) by default. #33

merged 1 commit into from
Aug 16, 2024

Conversation

fujiwara
Copy link
Member

fixes #32

Send any strings packed as msgpack str type.
For backward compatibility, Fluent::Logger->utf8 is also added.

fixes #32

Send any strings packed as msgpack str type.
For backward compatibility, Fluent::Logger->utf8 is also added.

Signed-off-by: fujiwara <[email protected]>
@fujiwara fujiwara merged commit bb403d0 into master Aug 16, 2024
5 checks passed
@fujiwara fujiwara deleted the fix/mp-utf8 branch August 16, 2024 03:28
fujiwara added a commit that referenced this pull request Aug 16, 2024
Changelog diff is:

diff --git a/Changes b/Changes
index cc8c31f..26e825e 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Fluent::Logger
 
 {{$NEXT}}
 
+0.29 2024-08-16T03:52:39Z
+  * Set Data::MessagePack->utf8(1) by default (#33,#32 fujiwara, allanoepping)
+
 0.28 2020-04-24T02:55:44Z
   * Switch to Path::Tiny from Path:Class (#30 jjatria)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MessagePack setting causes out-of-spec Fluent message encoding
1 participant