Binary compatibility report for the dropwizard-foundationdb library between 2.0.0 and 2.0.1 versions
Test Info
| Library Name | dropwizard-foundationdb | 
| Version #1 | 2.0.0 | 
| Version #2 | 2.0.1 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 131 / 12 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 6 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  6 
dropwizard-foundationdb-2.0.1.jar, InstrumentedDatabase.class
package io.dropwizard.foundationdb.instrumented
InstrumentedDatabase.blobbifyRange ( byte[ ] beginKey, byte[ ] endKey, Executor e )  :  CompletableFuture<Boolean>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.blobbifyRange:([B[BLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.listBlobbifiedRanges ( byte[ ] beginKey, byte[ ] endKey, int rangeLimit, Executor e )  :  CompletableFuture<KeyRangeArrayResult>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.listBlobbifiedRanges:([B[BILjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.purgeBlobGranules ( byte[ ] beginKey, byte[ ] endKey, long purgeVersion, boolean force, Executor e )  :  CompletableFuture<byte[ ]>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.purgeBlobGranules:([B[BJZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.unblobbifyRange ( byte[ ] beginKey, byte[ ] endKey, Executor e )  :  CompletableFuture<Boolean>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.unblobbifyRange:([B[BLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.verifyBlobRange ( byte[ ] beginKey, byte[ ] endKey, long version, Executor e )  :  CompletableFuture<Long>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.verifyBlobRange:([B[BJLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.waitPurgeGranulesComplete ( byte[ ] purgeKey, Executor e )  :  CompletableFuture<Void>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.waitPurgeGranulesComplete:([BLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
to the top
Java Archives  1 
dropwizard-foundationdb-2.0.0.jar
to the top