Skip to content

Commit

Permalink
Bump version to 'v0.47.1'
Browse files Browse the repository at this point in the history
Fixed
- skip meta_data with undefined values
  • Loading branch information
Theo van Hoesel committed Dec 20, 2023
1 parent 6a714e8 commit 9d1368c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 12 deletions.
13 changes: 10 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@ CHANGE LOG
==========


2023-08-28 - v0.47.0
2023-12-20 - v0.47.1
--------------------

### Added
- now supports context propagation via HTTP headers
### Fixed
- skip meta_data with undefined values


2023-08-28 - v0.47.0
--------------------

### Added
- now supports context propagation via HTTP headers


2023-04-25 - v0.46.2
--------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package OpenTracing::Implementation::DataDog;
use strict;
use warnings;

our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

use aliased 'OpenTracing::Implementation::DataDog::Tracer';

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog.pod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OpenTracing::Implementation::DataDog - Sending traces to DataDog using Agent

=head1 VERSION

This is version 'v0.47.0'
This is version 'v0.47.1'



Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ agent.



our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

use English;

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/Scope.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ scopes and how they are handles in asynchronous environments. If ever.



our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

use Moo;

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/ScopeManager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OpenTracing::Implementation::DataDog::ScopeManager - Keep track of active scopes
=cut

our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

use Moo;

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/Span.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenTracing::Implementation::DataDog::Span - A DataDog Implementation for a Span
=cut

our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

use syntax 'maybe';

Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/SpanContext.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenTracing::Implementation::DataDog::SpanContext - A DataDog Implementation
=cut

our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';


=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/Tracer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;


our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenTracing/Implementation/DataDog/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenTracing::Implementation::DataDog::Utils - DataDog Utilities
=cut

our $VERSION = 'v0.47.0';
our $VERSION = 'v0.47.1';

;

Expand Down

0 comments on commit 9d1368c

Please sign in to comment.