Skip to content

Releases: eiffel-community/eiffel-commons

1.0.5

29 Apr 20:33
5a2dfbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

28 Mar 07:42
d00a1f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

0.0.15-openjdk-8

20 Mar 08:09
bd83e51
Compare
Choose a tag to compare

What's Changed

  • Create jitpack.yml with 8.0.212-tem openjdk by @jainadc9 in #61

Full Changelog: 0.0.15...0.0.15-openjdk-8

Update to latest version of org.json

16 Dec 10:31
0e91bd4
Compare
Choose a tag to compare

Fixes:

  • Missing functionality in later versions of org.json library

Bugfix when fetching files with HttpRequest

28 Nov 14:02
579364b
Compare
Choose a tag to compare

Fixes:

  • Replaces URIBuilder with URL().toURI() since the previous had issues when getting files.

Bugfix with authentication headers

15 Oct 08:32
Compare
Choose a tag to compare

Fixes:

  • Authentication heders added as parameter, is now correctly added in headers.

Improved HttpClient and MailSubscriptionObject

10 Oct 15:38
Compare
Choose a tag to compare
  • Add support for mail subject and body in MailSubscriptionObject
  • Add setBasicAuth method that sets Authorization header in HttpClient

Eiffel-commons 0.0.15

14 Aug 10:23
10db72a
Compare
Choose a tag to compare

What's new?

  • HttpRequest is now mockable by defining new ways of
    initializing the class.
  • Headers can now be set in request body(HttpRequest).
  • URI can now be retrieved from HttpRequest.
  • HttpMethod can now be set after initializing.

Eiffel-commons 0.0.14

06 Aug 10:33
b60ea57
Compare
Choose a tag to compare

What's new?

  • Trimming of the URI in the HTTPRequest class. Before this change, setting a baseUrl ending with a "/" and setting an endpoint beginning with a "/" would result in "//" in the url. This change will trim the url so it doesn't matter if you add trailing slash on the baseurl or not, as well as the leading slash on the endpoint.

Add chaining to all setters in subscription object

15 Jul 09:15
e675355
Compare
Choose a tag to compare