Skip to content

Releases: N7ghtm4r3/APIManager

v. 2.2.4

09 Sep 08:36
bc4e4b4
Compare
Choose a tag to compare

In this version the changes are on the APIRequest API:

  • Added the possibility to send a multipart request
  • Fixed the connection timeout usage
  • Integrated the enableCertificatesValidation property

What's Changed

  • Updated the APIRequest and integrated the APIRequest.enableCertificat… by @N7ghtm4r3 in #2

Full Changelog: 2.2.3...2.2.4

v. 2.2.3

14 Apr 15:58
01a590b
Compare
Choose a tag to compare

In this version:

  • Now if a path does not exist when the APIRequest.downloadFile() is invoked will be created and then downloaded the file
  • Added methods to delete a qrcode and to get the stream of the qrcode, take a look at QRCodeHelper
  • Changed the TimeFormatter workflow

What's Changed

New Contributors

Full Changelog: 2.2.2...2.2.3

v. 2.2.2

11 Jan 13:11
Compare
Choose a tag to compare

In this version:

  • Optimizeted the URL encode of the params for an HTTP request in the APIRequest api
  • Added the new ResourcesUtils api

v. 2.2.1

06 Dec 13:07
Compare
Choose a tag to compare

In this version:

  • The core of APIRequest has been changed

v. 2.2.0

04 Dec 12:45
Compare
Choose a tag to compare

In this version:

  • Integrated the ServerProtector api, take a look here for more information

v. 2.1.8

28 Oct 12:15
Compare
Choose a tag to compare

In this version:

-Some issues of EncryptedSocketManager class have been fixed

v. 2.1.7

18 Sep 09:09
Compare
Choose a tag to compare

In this version:

  • Some issues of TradingTools class have been fixed

v. 2.1.6

14 Jul 11:59
Compare
Choose a tag to compare

In this version:

  • Some issues have been fixed

v. 2.1.5

24 Jun 15:16
Compare
Choose a tag to compare

In this version:

  • Added the RSA encryption type, see more information here
  • Managed the SocketManager classes, see more information here
  • Added the Manager interface to group the manager that use APIRequest as method to communicate with the API services
  • Optimized the AES encryption type

v. 2.1.4

05 Jun 14:06
Compare
Choose a tag to compare

In this version:

  • Fixed some issues
  • Added the getSaveableContent(); in SaveData exception