Releases: mamantoha/crest
Releases · mamantoha/crest
Kemal 0.25.1
- Update to Kemal 0.25.1
Crystal 0.27
- Tested with Crystal 0.27.0
P.S. Hello from China 🇨🇳
SSL/TLS support
- SSL/TLS support (#100)
- Tested with Crystal 0.26.1
Crystal 0.26
- Tested with Crystal 0.26.0
Curlify
Make forms great again!
- (breaking-change) Rename
Request#payload
toRequest#form
- Use
application/x-www-form-urlencoded
for forms by default. Andmultipart/form-data
when a form includes any<input type="file">
elements. - Fix serialize query to string representation as http url-encoded
Happy Bastille Day
- Add
Logger#filter
method to filter sensitive information from logs with a regex matcher - Allow to do request with
suburl
throughRequest#http_verb(suburl)
method - Bug fixes and other improvements
Crystal 0.25
v0.10.2 v0.10.2
Bug fixes
Blocks everywhere
- Add HTTP verb methods (
get
,post
, etc) toCrest::Request
Crest
andCrest::Request
verb methods(get
,post
, etc.) can yields theCrest::Request
to the blockCrest::Request
andCrest::Resource
initializer can accept block- Access instance of
HTTP::Client
viaCrest::Request#http_client
- Access instance of
HTTP::Client
viaCrest::Resource#http_client
Crest::Request
andCrest::Resource
initializer can acceptHTTP::Client
ashttp_client
- Add method
options
toHTTP::Resource