File tree Expand file tree Collapse file tree 8 files changed +21
-4
lines changed 
lib/opentelemetry/exporter/zipkin 
lib/opentelemetry/propagator/jaeger Expand file tree Collapse file tree 8 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 11# Release History: opentelemetry-api  
22
3+ ### v1.2.4 / 2024-02-06  
4+ 
5+ *  FIXED: SystemStackError in Composite Text Map Propagator (#1590  )
6+ 
37### v1.2.3 / 2023-09-18  
48
59*  FIXED: Optimize span and trace ID generation
Original file line number Diff line number Diff line change 66
77module  OpenTelemetry 
88  ## Current OpenTelemetry version 
9-   VERSION  =  '1.2.3 ' 
9+   VERSION  =  '1.2.4 ' 
1010end 
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-common  
22
3+ ### v0.20.1 / 2024-02-06  
4+ 
5+ *  FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
6+ 
37### v0.20.0 / 2023-06-08  
48
59*  BREAKING CHANGE: Remove support for EoL Ruby 2.7 
Original file line number Diff line number Diff line change 66
77module  OpenTelemetry 
88  module  Common 
9-     VERSION  =  '0.20.0 ' 
9+     VERSION  =  '0.20.1 ' 
1010  end 
1111end 
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-exporter-zipkin  
22
3+ ### v0.23.1 / 2024-02-06  
4+ 
5+ *  FIXED: Require csv for ruby-3.4 compatibility
6+ *  DOCS: Add missing period
7+ 
38### v0.23.0 / 2023-06-08  
49
510*  BREAKING CHANGE: Remove support for EoL Ruby 2.7 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
88  module  Exporter 
99    module  Zipkin 
1010      ## Current OpenTelemetry Zipkin exporter version 
11-       VERSION  =  '0.23.0 ' 
11+       VERSION  =  '0.23.1 ' 
1212    end 
1313  end 
1414end 
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-propagator-jaeger  
22
3+ ### v0.21.1 / 2024-02-06  
4+ 
5+ *  FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
6+ 
37### v0.21.0 / 2023-06-08  
48
59*  BREAKING CHANGE: Remove support for EoL Ruby 2.7 
Original file line number Diff line number Diff line change 77module  OpenTelemetry 
88  module  Propagator 
99    module  Jaeger 
10-       VERSION  =  '0.21.0 ' 
10+       VERSION  =  '0.21.1 ' 
1111    end 
1212  end 
1313end 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments