Skip to content

Releases: DaikonWeb/topinambur

1.14.1

30 Dec 00:11
2dd19eb
Compare
Choose a tag to compare
  • remove defaults for url and method parameters on Http::call method. Now they are mandatory.

1.14.0

30 Dec 00:09
621e245
Compare
Choose a tag to compare
  • improve file upload through multipart form data

1.13.0

30 Dec 00:08
eebaf20
Compare
Choose a tag to compare
  • remove the nullability on CurlPrinter dependency
  • make Request internal
  • uniform HTTP methods signature

1.12.0

30 Dec 00:07
Compare
Choose a tag to compare
  • access to HTTP static instance from java

1.11.0

30 Dec 00:07
Compare
Choose a tag to compare
  • add overload compatibility with java

1.10.0

30 Dec 00:06
Compare
Choose a tag to compare
  • encode plain querystring passed in the url

1.9.0

16 Jun 07:09
Compare
Choose a tag to compare
  • permit to pass a custom printer to log requests

1.8.1

14 Jun 21:55
Compare
Choose a tag to compare
  • toUpperCase() and toLowerCase() are deprecated: changed to uppercase() and lowercase()

Full Changelog: 1.8.0...1.8.1

1.8.0

14 Jun 21:50
Compare
Choose a tag to compare
  • add base configurations in Http constructor

Full Changelog: 1.7.0...1.8.0

1.7.0

12 Jun 22:08
Compare
Choose a tag to compare
  • handle response in bytes
  • add support for post in multipart form data
  • fix wrong CRLF after binary file
  • can setup a single client with a baseUrl for every request
  • now when ServerResponse class is printed body is shown instead of byteArray
  • remove runtimeError for post request if you use body and data parameters (now you just can't use both)
  • now also the DELETE requests can have body
  • String extensions are not supported anymore: please use HTTP.get or other methods