File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- v4.1.11 (2017-03-xx )
1+ v4.1.11 (2017-03-24 )
22---------------------------
3+ * fixed exception handling in Connection (issue #110)
4+ * fixed NPE in ArangoCursor (issue #112)
5+ * extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
36* added convenience methods (ArangoDatabase.arango(), ArangoCollection.db(), ArangoGraph.db())
47* added convenience methods (ArangoCollection.getIndex(String), .deleteIndex(key))
5- * fixed exception handling in Connection (issue #110)
68* added connection pooling (issue #103)
7- * extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
89* added extension point for VelocyPack serialization (ArangoDB.registerModule())
9- * fixed NPE in ArangoCursor (issue #112)
1010* added support for replacing build-in VelocyPack serializer/deserializer
1111* added ArangoDatabase.getVersion(), ArangoDatabase.getAccessibleDatabases()
1212
Original file line number Diff line number Diff line change 44
55	<groupId >com.arangodb</groupId >
66	<artifactId >arangodb-java-driver</artifactId >
7- 	<version >4.1.11-SNAPSHOT </version >
7+ 	<version >4.1.11</version >
88	<inceptionYear >2016</inceptionYear >
99	<packaging >jar</packaging >
1010
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments