@dynatrace-sdk/client-query 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  @dynatrace-sdk/client-query
4
4
 
5
+ ## 1.11.0
6
+
7
+ ### Minor Changes
8
+
9
+ - Add `canonicalQuery` property to VerifyRequest
10
+ - Provide actual error code in the error message instead of wildcard. APPDEV-7744
11
+ - Add option to generate canonical query to `VerifyRequest`
12
+
13
+ ### Patch Changes
14
+
15
+ - Do not print empty fields in the default message of an error. APPDEV-7630
16
+ - Fix typo in the description of `defaultTimeframeStart`
17
+ - Remove `Authorization` header
18
+ - Update documentation. APPDEV-8154
19
+
20
+ ## 1.10.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Fixed explode method of query parameters serialization.
25
+ - Sanitize links in the documentation
26
+ - Add API reference to the readme file
27
+
5
28
  ## 1.10.0
6
29
 
7
30
  ### Minor Changes