File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]  
88
9- -  fixed performance issue when consuming big cursor batches in stream mode (arangodb/arangodb #13476 
9+ ## [ 6.9.1]  - 2021-03-23 
10+ 
11+ -  fixed ` acquireHostList `  in asynchronous driver (#377  )
12+ -  fixed exception swallowing in ` ArangoDatabaseAsync#exists ` 
13+ -  fixed performance issue when consuming big AQL cursor batches in stream mode (arangodb/arangodb #13476 
1014
1115## [ 6.9.0]  - 2021-02-04 
1216
Original file line number Diff line number Diff line change 55
66    <groupId >com.arangodb</groupId >
77    <artifactId >arangodb-java-driver</artifactId >
8-     <version >6.9.0 </version >
8+     <version >6.9.1 </version >
99    <inceptionYear >2016</inceptionYear >
1010    <packaging >jar</packaging >
1111
251251            <dependency >
252252                <groupId >com.arangodb</groupId >
253253                <artifactId >velocypack</artifactId >
254-                 <version >2.5.1 </version >
254+                 <version >2.5.2 </version >
255255            </dependency >
256256            <dependency >
257257                <groupId >org.slf4j</groupId >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments