Releases: zerobounce/zero-bounce-java-sdk-setup
Releases · zerobounce/zero-bounce-java-sdk-setup
Timeout Parameter
Added timeoutInMillis to initialize.
ZeroBounce Java SDK v1.1.8
- Added getter and setter for Batch Response
- Added getter for Batch Response errors
ZeroBounce Java SDK v1.1.7
Fixes
- The ZBValidateStatus and ZBValidateSubStatus enums are now public. They were mistakenly made package private.
ZeroBounce Java SDK v1.1.6
Features
- Added the Email Finder SDK API
ZeroBounce Java SDK v1.1.4
Features
- Minor fix
ZeroBounce Java SDK v1.1.3
Features
- Added the request for validating a batch of email addresses
ZeroBounce Java SDK v1.1.2
Features
- Replaced net.zerobounce with com.zerobounce. Starting with this version, the SDK classes must be imported using the new group id. E.g.:
import com.zerobounce.ZeroBounceSDK;instead ofimport net.zerobounce.ZeroBounceSDK;.
ZeroBounce Java SDK v1.1.1
Features
- Cleaned up the code
ZeroBounce Java SDK v1.1.0
Features
- Updated the dependencies.
- Refactored the code and added documentation to all methods and classes
- Implemented the Activity Data request
- Updated the README and added some steps on how to properly run the sample project
- Added an ErrorResponse to standardize the error requests. Now, the error callback will always return an ErrorResponse.
- Wrote tests for a broad amount of scenarios. The code cover is theoretically 100% (it's actually 91% because there are some methods in the ZeroBounceSDK that don't need to be tested explicitly, but they are also a part of the methods that are being tested against, and thus, the coverage drops by 9%).
ZeroBounce Java SDK v1.0.0
Initial release - December 4th, 2019
Features
- Validate an email address
- Check how many credits you have left on your account
- Check your API usage for a given period of time
- The sendFile API allows user to send a file for bulk email validation
- The getFile API allows users to get the validation results file for the file been submitted using sendFile API
- Check the status of a file uploaded via sendFile method
- Delete the file that was submitted using sendFile API. File can be deleted only when its status is
Complete - The scoringSendFile API allows user to send a file for bulk email validation
- The scoringGetFile API allows users to get the validation results file for the file been submitted using scoringSendFile API
- Check the status of a file uploaded via scoringSendFile method