@dynatrace-sdk/client-query 1.9.1 → 1.10.1

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,26 @@
2
2
 
3
3
  @dynatrace-sdk/client-query
4
4
 
5
+ ## 1.10.1
6
+
7
+ ### Patch Changes
8
+
9
+ - Fixed explode method of query parameters serialization.
10
+ - Sanitize links in the documentation
11
+ - Add API reference to the readme file
12
+
13
+ ## 1.10.0
14
+
15
+ ### Minor Changes
16
+
17
+ - Add `QueryOptions` to `AutocompleteRequest`, `ExecuteRequest` and `ParseRequest`
18
+ - Add `shifted` parameter to `MetricMetadata`
19
+ - Add new token types to the `TokenType` enum
20
+
21
+ ### Patch Changes
22
+
23
+ - Update http-client
24
+
5
25
  ## 1.9.1
6
26
 
7
27
  ### Patch Changes