Releases: eiffel-community/eiffel-commons
Releases · eiffel-community/eiffel-commons
1.0.5
1.0.4
What's Changed
- Fix broken links in README.md by @henning-roos in #42
- Reorganize packages by @Christoffer-Cortes in #43
- Add more test coverage by @Christoffer-Cortes in #44
- Apply sandbox badge by @fdegir in #47
- Migrated travis jobs to github actions by @jainadc9 in #51
- Bump junit from 4.12 to 4.13.1 by @dependabot in #46
- Bump commons-io from 2.6 to 2.7 by @dependabot in #48
- Bump httpclient from 4.5.3 to 4.5.13 by @dependabot in #49
- Bump json from 20190722 to 20230227 by @dependabot in #52
- Bump org.json:json from 20230227 to 20231013 by @dependabot in #53
- Added dependabot.yml for github actions by @jainadc9 in #54
- Bump actions/checkout from 3 to 4 by @dependabot in #56
- Bump actions/setup-java from 3 to 4 by @dependabot in #55
- Update jitpack.yml with openjdk8 temurin distribution by @jainadc9 in #62
New Contributors
- @fdegir made their first contribution in #47
- @dependabot made their first contribution in #46
Full Changelog: 1.0.3...1.0.4
0.0.15-openjdk-8
What's Changed
Full Changelog: 0.0.15...0.0.15-openjdk-8
Update to latest version of org.json
Fixes:
- Missing functionality in later versions of org.json library
Bugfix when fetching files with HttpRequest
Fixes:
- Replaces URIBuilder with URL().toURI() since the previous had issues when getting files.
Bugfix with authentication headers
Fixes:
- Authentication heders added as parameter, is now correctly added in headers.
Improved HttpClient and MailSubscriptionObject
- Add support for mail subject and body in MailSubscriptionObject
- Add setBasicAuth method that sets Authorization header in HttpClient
Eiffel-commons 0.0.15
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
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
0.0.13 Update version