File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.17.1
2+ =========== 
3+ 
4+ Bug Fixes
5+ -------- 
6+ *  [ CPP-991]  Add support for extracting version info from OpenSSL 3.x in build output
7+ *  [ CPP-987]  cass_future_wait does not respect registered callback
8+ *  [ CPP-990]  Be clearer about installed dependencies, specifically around OpenSSL 3.0
9+ *  [ CPP-988]  cass_uuid_gen_time race condition generates duplicate uuidv1 keys
10+ *  [ CPP-964]  Add refresh-interval support for histogram metrics
11+ 
12+ Community
13+ -------- 
14+ *  [ PR #538  ]  Prioritize ${OPENSSL_ROOT_DIR} over system paths (diku89)
15+ *  [ PR #535  ]  Remove unreachable code (SeverinLeonhardt)
16+ *  [ PR #534  ]  Fix signed/unsigned mismatch (SeverinLeonhardt)
17+ *  [ PR #533  ]  Adapt MemoryOrder definition for C++ 20 (SeverinLeonhardt)
18+ 
1192.17.0
220=========== 
321
Original file line number Diff line number Diff line change 7676
7777versions :
7878  - name : " 2.17" 
79-     ref : 2.17.0  
79+     ref : 2.17.1  
8080  - name : " 2.16" 
8181    ref : 698a1b01801ddf150d9f8793faa8548877f5f7f5 
8282  - name : " 2.15" 
Original file line number Diff line number Diff line change 5353
5454#define  CASS_VERSION_MAJOR  2
5555#define  CASS_VERSION_MINOR  17
56- #define  CASS_VERSION_PATCH  0 
56+ #define  CASS_VERSION_PATCH  1 
5757#define  CASS_VERSION_SUFFIX  ""
5858
5959#ifdef  __cplusplus 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments