File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased  
2-  -  Removed Jar Dependencies dependency [ #187  ] ( https://github.com/logstash-plugins/logstash-integration-kafka/pull/187 ) 
1+ ## 11.5.4  
2+   -  Update kafka client to 3.8.1 and transitive dependencies [ #188  ] ( https://github.com/logstash-plugins/logstash-integration-kafka/pull/188 ) 
3+   -  Removed Jar Dependencies dependency [ #187  ] ( https://github.com/logstash-plugins/logstash-integration-kafka/pull/187 ) 
34
45## 11.5.3  
56  -  Update kafka client to 3.7.1 and transitive dependencies [ #186  ] ( https://github.com/logstash-plugins/logstash-integration-kafka/pull/186 ) 
Original file line number Diff line number Diff line change 3838}
3939
4040//  given https://docs.confluent.io/current/installation/versions-interoperability.html matrix
41- //  Confluent Platform 7.7 .x is Apache Kafka 3.7 .x
42- String  confluentKafkaVersion =  ' 7.7.1 ' 
43- String  apacheKafkaVersion =  ' 3.7 .1' 
41+ //  Confluent Platform 7.8 .x is Apache Kafka 3.8 .x
42+ String  confluentKafkaVersion =  ' 7.8.0 ' 
43+ String  apacheKafkaVersion =  ' 3.8 .1' 
4444
4545repositories  {
4646    mavenCentral()
Original file line number Diff line number Diff line change 11:plugin: kafka 
22:type: integration 
33:no_codec: 
4- :kafka_client: 3.7 .1 
4+ :kafka_client: 3.8 .1 
55
66/////////////////////////////////////////// 
77START - GENERATED VARIABLES, DO NOT EDIT!
Original file line number Diff line number Diff line change 22:plugin: kafka 
33:type: input 
44:default_codec: plain 
5- :kafka_client: 3.7  
6- :kafka_client_doc: 37  
5+ :kafka_client: 3.8.1  
6+ :kafka_client_doc: 38  
77
88/////////////////////////////////////////// 
99START - GENERATED VARIABLES, DO NOT EDIT!
Original file line number Diff line number Diff line change 22:plugin: kafka 
33:type: output 
44:default_codec: plain 
5- :kafka_client: 3.7  
6- :kafka_client_doc: 37  
5+ :kafka_client: 3.8.1  
6+ :kafka_client_doc: 38  
77
88/////////////////////////////////////////// 
99START - GENERATED VARIABLES, DO NOT EDIT!
Original file line number Diff line number Diff line change 11Gem ::Specification . new  do  |s |
22  s . name             =  'logstash-integration-kafka' 
3-   s . version          =  '11.5.3 ' 
3+   s . version          =  '11.5.4 ' 
44  s . licenses         =  [ 'Apache-2.0' ] 
55  s . summary          =  "Integration with Kafka - input and output plugins" 
66  s . description      =  "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline " +
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments