-
Notifications
You must be signed in to change notification settings - Fork 28
/
CHANGELOG
53 lines (31 loc) · 1.24 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
= Heart Check - Changelog
== Version 2.3.1 :: 2021-06-14
* Move and rename GitHub template files to correct folder
== Version 2.3.0 :: 2021-05-03
* Add Github templates (issues/pull request)
* Minor text fix
== Version 2.2.0 :: 2021-05-03
* Commented examples of template to not raise erros when installed
* Minor text fix
== Version 2.1.0 :: 2021-04-09
* Add support for response formatters and a single hash formatter
== Version 2.0.0 :: 2020-03-10
* Add support for ruby 2.7
* Remove support for ruby < 2.3
* Change required version for gem rack to fit for all supported ruby versions
== Version 1.6.0 :: 2019-10-07
* Add support for ruby 2.5 and 2.6
* Change required version for gem Oj to fit for all supported ruby versions
== Version 1.5.1 :: 2019-05-16
* Fixing '/monitoring/inspect' endpoint on rendering items of firewall
== Version 1.5.0 :: 2018-11-29
* Adds the '/monitoring/inspect' endpoint to get general info and dependencies
== Version 1.4.0 :: 2017-12-27
* Adds property `doc_url` to Checks::Base to provide more details about the
failure
== Version 1.3.0 :: 2017-09-21
* Adds the `/environment` endpoint
== Version 1.2.0 :: 2017-03-30
* Adds a caching plug
== Version 1.0.0 :: 2015-02-02
* Inital release.