|
1 | 1 | # Monitoring as Code Tool - Release Notes
|
2 | 2 |
|
3 |
| -- [Monitoring as Code Tool - Release Notes](#monitoring-as-code-tool---release-notes) |
| 3 | +- Versions: |
| 4 | + - [1.3.1](#131) |
4 | 5 | - [1.3.0](#130)
|
5 |
| - - [List of changes](#list-of-changes) |
6 |
| - - [Deprecation Warnings](#deprecation-warnings) |
7 |
| - - [Features](#features) |
8 |
| - - [Bugfixes](#bugfixes) |
9 |
| - - [Misc changes](#misc-changes) |
10 | 6 | - [1.2.0](#120)
|
11 |
| - - [List of changes](#list-of-changes-1) |
12 |
| - - [Features](#features-1) |
13 |
| - - [Bugfixes](#bugfixes-1) |
14 |
| - - [Misc changes](#misc-changes-1) |
15 | 7 | - [1.1.0](#110)
|
16 |
| - - [List of changes](#list-of-changes-2) |
17 |
| - - [Features](#features-2) |
18 |
| - - [Bugfixes](#bugfixes-2) |
19 |
| - - [Library updates](#library-updates) |
20 |
| - - [Misc changes](#misc-changes-2) |
21 | 8 | - [1.0.1](#101)
|
22 | 9 | - [1.0.0](#100)
|
23 | 10 |
|
| 11 | +## 1.3.1 |
| 12 | + |
| 13 | +### List of changes |
| 14 | +#### Bugfixes |
| 15 | + |
| 16 | +* 2e0e88a: Cope with faulty configs (name or id is null) (#169) |
| 17 | + |
24 | 18 | ## 1.3.0
|
25 | 19 |
|
26 | 20 | ### List of changes
|
27 | 21 |
|
28 | 22 | #### Deprecation Warnings
|
29 |
| -* #146: `application-web` configuration type replaces `application` in the future |
30 |
| - * `application` config type is deprecated with 1.3.0 and will be removed with 2.0.0 |
| 23 | + * Fix #146: `application-web` configuration type replaces `application` in the future (#149) |
| 24 | + * `application` config type is deprecated with 1.3.0 and will be removed with 2.0.0 (#149) |
31 | 25 |
|
32 | 26 | #### Features
|
33 | 27 |
|
34 |
| -* #146: Add support for `application-mobile`(applications/mobile) configurations |
35 |
| -* #66: Add support for `slo` (/api/v2/slo) configruations |
| 28 | + * Fix #146: Add support for `application-mobile`(applications/mobile) configurations (#149) |
| 29 | + * 5558b61 Fix #66: Add support for `slo` (/api/v2/slo) configruations (#153) |
36 | 30 |
|
37 | 31 | #### Bugfixes
|
38 | 32 |
|
|
0 commit comments