Skip to content

Releases: mamantoha/crest

Streaming

06 Jan 11:02
Compare
Choose a tag to compare
  • (breaking-change) Streaming support. Crest, Crest::Request and Crest::Resource verb methods(get, post, etc.) yields the Crest::Response as stream to the block (#110)
  • (breaking-change) Needs to specify form, headers and params arguments for Crest::Resource methods (#112)
  • Add Crest::Response#filename method (#111)
  • Add response helper methods (successful?, redirection?, etc) (#107)
  • Extract redirection logic into Crest::Redirector class (#109)

P.S. Merry Christmas 🎄

v0.17.0

17 Nov 14:52
Compare
Choose a tag to compare
  • (breaking-change) Crest and Crest::Request verb methods(get, post, etc.) yields the Crest::Response to the block
  • Refactor proxy client

Kemal 0.25.1

05 Nov 20:28
Compare
Choose a tag to compare
  • Update to Kemal 0.25.1

Crystal 0.27

03 Nov 02:11
Compare
Choose a tag to compare
  • Tested with Crystal 0.27.0

P.S. Hello from China 🇨🇳

SSL/TLS support

12 Oct 09:39
Compare
Choose a tag to compare
  • SSL/TLS support (#100)
  • Tested with Crystal 0.26.1

Crystal 0.26

14 Aug 15:32
Compare
Choose a tag to compare
  • Tested with Crystal 0.26.0

Curlify

13 Aug 08:55
Compare
Choose a tag to compare
  • Add Crest::Request#to_curl to convert request to cURL command (#95)
  • Bug fixes and other improvements

Make forms great again!

17 Jul 13:12
Compare
Choose a tag to compare
  • (breaking-change) Rename Request#payload to Request#form
  • Use application/x-www-form-urlencoded for forms by default. And multipart/form-data when a form includes any <input type="file"> elements.
  • Fix serialize query to string representation as http url-encoded

Happy Bastille Day

14 Jul 12:30
Compare
Choose a tag to compare
  • Add Logger#filter method to filter sensitive information from logs with a regex matcher
  • Allow to do request with suburl through Request#http_verb(suburl) method
  • Bug fixes and other improvements

Crystal 0.25

15 Jun 08:20
Compare
Choose a tag to compare
v0.10.2

v0.10.2