Skip to content

Releases: icyleaf/halite

Release v0.12.1

04 Nov 09:58
v0.12.1
84faed4
Compare
Choose a tag to compare

Release v0.12.0

24 Mar 03:33
v0.12.0
56d9004
Compare
Choose a tag to compare
Release v0.12.0

0.11.0 (2021-02-18)

18 Feb 02:47
b3cb3c1
Compare
Choose a tag to compare

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.

Release v0.10.9

01 Feb 04:36
3aaf44f
Compare
Choose a tag to compare
Release 0.10.9

0.10.6 (2020-11-24)

24 Nov 02:57
v0.10.6
Compare
Choose a tag to compare

Fixed

0.10.5 (2020-04-15)

15 Apr 03:06
Compare
Choose a tag to compare

Fixed

  • Compatibility with Crystal 0.34.0

0.10.4 (2019-09-26)

26 Sep 06:10
Compare
Choose a tag to compare

Fixed

  • Compatibility with Crystal 0.31.0

0.10.3 (2019-08-12)

26 Sep 06:10
Compare
Choose a tag to compare

Fixed

  • Compatibility with Crystal 0.30.0

v0.10.2 (2019-06-24)

24 Jun 11:10
Compare
Choose a tag to compare

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)

28 May 10:31
Compare
Choose a tag to compare

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