Binary compatibility report for the dropwizard-foundationdb library between 2.0.0 and 2.0.1 versions

Test Info


Library Namedropwizard-foundationdb
Version #12.0.0
Version #22.0.1

Test Results


Total Java Modules1
Total Methods / Classes131 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-6
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

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>
InstrumentedDatabase.listBlobbifiedRanges ( byte[ ] beginKey, byte[ ] endKey, int rangeLimit, Executor e )  :  CompletableFuture<KeyRangeArrayResult>
InstrumentedDatabase.purgeBlobGranules ( byte[ ] beginKey, byte[ ] endKey, long purgeVersion, boolean force, Executor e )  :  CompletableFuture<byte[ ]>
InstrumentedDatabase.unblobbifyRange ( byte[ ] beginKey, byte[ ] endKey, Executor e )  :  CompletableFuture<Boolean>
InstrumentedDatabase.verifyBlobRange ( byte[ ] beginKey, byte[ ] endKey, long version, Executor e )  :  CompletableFuture<Long>
InstrumentedDatabase.waitPurgeGranulesComplete ( byte[ ] purgeKey, Executor e )  :  CompletableFuture<Void>

to the top

Java Archives  1 


dropwizard-foundationdb-2.0.0.jar

to the top