Skip to content

Releases: zerobounce/zero-bounce-java-sdk-setup

Timeout Parameter

17 Sep 10:04
3d1514f

Choose a tag to compare

Added timeoutInMillis to initialize.

ZeroBounce Java SDK v1.1.8

26 Jun 13:53

Choose a tag to compare

  • Added getter and setter for Batch Response
  • Added getter for Batch Response errors

ZeroBounce Java SDK v1.1.7

25 Aug 14:25

Choose a tag to compare

Fixes

  • The ZBValidateStatus and ZBValidateSubStatus enums are now public. They were mistakenly made package private.

ZeroBounce Java SDK v1.1.6

24 Aug 17:36

Choose a tag to compare

Features

  • Added the Email Finder SDK API

ZeroBounce Java SDK v1.1.4

05 May 09:38

Choose a tag to compare

Features

  • Minor fix

ZeroBounce Java SDK v1.1.3

05 Apr 14:33

Choose a tag to compare

Features

  • Added the request for validating a batch of email addresses

ZeroBounce Java SDK v1.1.2

22 Mar 11:36

Choose a tag to compare

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 of import net.zerobounce.ZeroBounceSDK;.

ZeroBounce Java SDK v1.1.1

22 Mar 09:11

Choose a tag to compare

Features

  • Cleaned up the code

ZeroBounce Java SDK v1.1.0

22 Mar 09:06

Choose a tag to compare

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

21 Mar 15:17

Choose a tag to compare

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