|
1 | 1 | # Monitoring as Code Tool - Release Notes
|
2 | 2 |
|
3 |
| -- [Monitoring as Code - Release Notes](#monitoring-as-code---release-notes) |
| 3 | +- [Monitoring as Code Tool - Release Notes](#monitoring-as-code-tool---release-notes) |
| 4 | + - [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) |
4 | 10 | - [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) |
5 | 15 | - [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) |
6 | 21 | - [1.0.1](#101)
|
7 | 22 | - [1.0.0](#100)
|
8 | 23 |
|
| 24 | +## 1.3.0 |
| 25 | + |
| 26 | +### List of changes |
| 27 | + |
| 28 | +#### 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 |
| 31 | + |
| 32 | +#### Features |
| 33 | + |
| 34 | +* #146: Add support for `application-mobile`(applications/mobile) configurations |
| 35 | +* #66: Add support for `slo` (/api/v2/slo) configruations |
| 36 | + |
| 37 | +#### Bugfixes |
| 38 | + |
| 39 | +* f52d297 Fix #138: Fix issue when providing context path without slash (#139) |
| 40 | +* 60cf6b1 Fix #155: Fix delete command not working (#157) |
| 41 | +* 4ad81a9 Fix #102: Trim URL Trailing Slashes from environment URLs (#142) |
| 42 | +* 2f774bc: Show error when more than one argument is provided (#139) |
| 43 | +* 7002149: Fix pretty print of json error (#150) |
| 44 | +* 4086d87: Fix verbose flag not working in new cli (#159) |
| 45 | +* d911e21: Fix typos in CLI usage info messages (#159) |
| 46 | + |
| 47 | +#### Misc changes |
| 48 | + |
| 49 | +* 27a154c: Add possibility to log requests sent to Dynatrace (#151) |
| 50 | + * To aid debugging it is now possible to have monaco log what exactly it sends to Dynatrace (fully filled out config JSONs) |
| 51 | +* 3772697: Replace json unmarshall type with map - improves internal handling of responses from Dynatrace (#150) |
| 52 | + |
9 | 53 | ## 1.2.0
|
10 | 54 |
|
11 | 55 | ### List of changes
|
|
0 commit comments