File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,13 @@ License
9494ChangeLog
9595--------- 
9696
97+ 4.0.2 (Mar 16 2025)
98+ +++++++++++++++++++ 
99+ 
100+   * Fix hang on socket errors by not using the logging system
101+   * Do not try to "shutdown" UDP sockets (#107,  #108).
102+ 
103+ 
971044.0.1 (Jan 27 2025)
98105+++++++++++++++++++ 
99106
Original file line number Diff line number Diff line change 11# This software may be modified and distributed under the terms 
22# of the MIT license.  See the LICENSE file for details. 
33
4- __version__  =  '4.0.1 ' 
4+ __version__  =  '4.0.2 ' 
55
66# When using an in-memory only cache, this persists the cache through 
77# thread failures, shutdowns, and restarts. 
Original file line number Diff line number Diff line change 99
1010
1111NAME  =  'python-logstash-async' 
12- VERSION  =  '4.0.1 ' 
12+ VERSION  =  '4.0.2 ' 
1313
1414here  =  path .abspath (path .dirname (__file__ ))
1515with  open (path .join (here , 'README.rst' ), 'rb' ) as  f :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments