Releases: icyleaf/halite
Releases · icyleaf/halite
0.11.0 (2021-02-18)
Finally, the major version was out! Happy new year!
Changed
- [breaking changing] Drop file logging in favor of Crystal's Log. (removed
.logging(file: )
, use .logging(for: )
instead) #101 (thanks @oprypin)
- Pre-read
TZ
environment value to convert timestamp's timezone during logging output. #102
- Crystal 0.34.x support.
0.10.5 (2020-04-15)
Fixed
- Compatibility with Crystal 0.34.0
0.10.4 (2019-09-26)
Fixed
- Compatibility with Crystal 0.31.0
0.10.3 (2019-08-12)
Fixed
- Compatibility with Crystal 0.30.0
v0.10.2 (2019-06-24)
Fixed
- Fixed Basic Auth creates bad headers in crystal 0.29.0. #73 (thanks @kalinon)
- Fixed use one shared options in multiple instanced
Halite::Client
. #72 (thanks @qszhu)
v0.10.1 (2019-05-28)
Fixed
- Fixed duplica query and backslash when reuse client. #67, #68 (thanks @watzon)
- Fixed no effect to call
logging(true)
method in Crystal 0.28. #69