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

fix Bareword "Types::Serialiser::true" not allowed while "strict subs" #13

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

negachov
Copy link

T/O

@fujiwara fujiwara merged commit 34da667 into fujiwara:master Jan 23, 2020
@fujiwara
Copy link
Owner

Thank you!

fujiwara added a commit that referenced this pull request Jan 23, 2020
Changelog diff is:

diff --git a/Changes b/Changes
index e72a9a1..1666cfa 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension AWS-XRay

 {{$NEXT}}

+0.10 2020-01-23T00:28:43Z
+    - Fix Bareword (#13 @negachov)
+
 0.09 2019-08-20T22:01:55Z
     - Support AWS Lambda (#10 @shogo82148)
     - Add EC2 plugin (#6 @papix)
fujiwara added a commit that referenced this pull request Mar 9, 2020
Changelog diff is:

diff --git a/Changes b/Changes
index 1666cfa..38510b1 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension AWS-XRay

 {{$NEXT}}

+0.11 2020-03-09T15:57:11Z
+    - capture() may die on invalid names (#20)
+    - fix race condition of creating the directory (#19 @shogo82148)
+    - Create XRay control directory only if necessary (#18 @melo)
+    - Support IMDSv2 (#16 @shogo82148)
+
 0.10 2020-01-23T00:28:43Z
     - Fix Bareword (#13 @negachov)
fujiwara added a commit that referenced this pull request May 11, 2022
Changelog diff is:

diff --git a/Changes b/Changes
index 1666cfa..7e96aa0 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension AWS-XRay
 
 {{$NEXT}}
 
+0.12 2022-05-11T03:46:44Z
+    - encode JSON as UTF-8 encoded string (#22 @hitode909)
+    - capture() may die on invalid names. (#20 @fujiwara)
+    - fix race condition of creating the directory (#19 @shogo82148)
+    - Create XRay control directory only if necessary (#18 @melo)
+    - Support IMDSv2 (#16 @shogo82148)
+
 0.10 2020-01-23T00:28:43Z
     - Fix Bareword (#13 @negachov)
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.

2 participants