datadog_api_client 2.36.0 → 2.37.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8756867acdae96bcfc47feb2df68fe673a8391200e035f674cdb709a86698fb0
4
- data.tar.gz: d820f9ac9ed7a991a893a9b15e696b5b1435161663459a4c1ffcbd64b4b0983a
3
+ metadata.gz: 103a9af7da4a139f03d97ef07e59b77dbef57aa7859f99aae5dfc58fc3852eda
4
+ data.tar.gz: f876d1c835161105508923876799248cc99ad0a61cf302fd081d84341a59b871
5
5
  SHA512:
6
- metadata.gz: 2498f34927227c3f85759416175211fa138090c74fc961bffa40e8d4dd7b190a5a9bef808d7e2cf495da2c56e1073be1c93082f2262f2cae2c47cd6a3dc6d9ed
7
- data.tar.gz: 5daf3fb76096a38f1afe231d1560aa306b98b666390a0160459c7d88ff7227770bc6eb01f1999d4248f4f979200a52cb7a48819783c138dc6e720e054eb2aded
6
+ metadata.gz: 55135dfa39d95f4278eccac86408001f1f2dc84c57413187983e6e68557a01d3f98515b334aded80a9a646ad7b687e6ed44be7a18c0de5facb25b61c49979a70
7
+ data.tar.gz: 9c84957c0145bb165d9edc58ede814fb761471e8308675fe152bce4c83dc8aa20718cf65ee2dcbffafb2310d5ab05f160e121264f3be733fa4ef406949f2d9fa
data/.apigentools-info CHANGED
@@ -4,13 +4,13 @@
4
4
  "spec_versions": {
5
5
  "v1": {
6
6
  "apigentools_version": "1.6.6",
7
- "regenerated": "2025-06-23 19:18:44.009093",
8
- "spec_repo_commit": "779f1def"
7
+ "regenerated": "2025-06-23 20:34:45.845147",
8
+ "spec_repo_commit": "837c2656"
9
9
  },
10
10
  "v2": {
11
11
  "apigentools_version": "1.6.6",
12
- "regenerated": "2025-06-23 19:18:44.025381",
13
- "spec_repo_commit": "779f1def"
12
+ "regenerated": "2025-06-23 20:34:45.862297",
13
+ "spec_repo_commit": "837c2656"
14
14
  }
15
15
  }
16
16
  }
@@ -24271,6 +24271,7 @@ paths:
24271
24271
  - us3.datadoghq.com
24272
24272
  - us5.datadoghq.com
24273
24273
  - ap1.datadoghq.com
24274
+ - ap2.datadoghq.com
24274
24275
  - datadoghq.eu
24275
24276
  - ddog-gov.com
24276
24277
  subdomain:
@@ -36894,6 +36895,7 @@ paths:
36894
36895
  - us3.datadoghq.com
36895
36896
  - us5.datadoghq.com
36896
36897
  - ap1.datadoghq.com
36898
+ - ap2.datadoghq.com
36897
36899
  - datadoghq.eu
36898
36900
  - ddog-gov.com
36899
36901
  subdomain:
@@ -36933,6 +36935,7 @@ servers:
36933
36935
  - us3.datadoghq.com
36934
36936
  - us5.datadoghq.com
36935
36937
  - ap1.datadoghq.com
36938
+ - ap2.datadoghq.com
36936
36939
  - datadoghq.eu
36937
36940
  - ddog-gov.com
36938
36941
  subdomain:
@@ -50244,6 +50244,7 @@ paths:
50244
50244
  - us3.datadoghq.com
50245
50245
  - us5.datadoghq.com
50246
50246
  - ap1.datadoghq.com
50247
+ - ap2.datadoghq.com
50247
50248
  - datadoghq.eu
50248
50249
  - ddog-gov.com
50249
50250
  subdomain:
@@ -63192,6 +63193,7 @@ servers:
63192
63193
  - us3.datadoghq.com
63193
63194
  - us5.datadoghq.com
63194
63195
  - ap1.datadoghq.com
63196
+ - ap2.datadoghq.com
63195
63197
  - datadoghq.eu
63196
63198
  - ddog-gov.com
63197
63199
  subdomain:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 2.37.0/2025-06-24
4
+
5
+ ### Fixed
6
+ * Fix basic auth requirements [#2481](https://github.com/DataDog/datadog-api-client-ruby/pull/2481)
7
+
8
+ ### Added
9
+ * Microsoft Sentinel Public API support [#2479](https://github.com/DataDog/datadog-api-client-ruby/pull/2479)
10
+ * Add the AP2 datacenter. [#2477](https://github.com/DataDog/datadog-api-client-ruby/pull/2477)
11
+
3
12
  ## 2.36.0/2025-06-23
4
13
 
5
14
  ### Fixed
@@ -392,6 +392,7 @@ module DatadogAPIClient
392
392
  "us3.datadoghq.com",
393
393
  "us5.datadoghq.com",
394
394
  "ap1.datadoghq.com",
395
+ "ap2.datadoghq.com",
395
396
  "datadoghq.eu",
396
397
  "ddog-gov.com"
397
398
  ]
@@ -448,6 +449,7 @@ module DatadogAPIClient
448
449
  "us3.datadoghq.com",
449
450
  "us5.datadoghq.com",
450
451
  "ap1.datadoghq.com",
452
+ "ap2.datadoghq.com",
451
453
  "datadoghq.eu",
452
454
  "ddog-gov.com"
453
455
  ]
@@ -496,6 +498,7 @@ module DatadogAPIClient
496
498
  "us3.datadoghq.com",
497
499
  "us5.datadoghq.com",
498
500
  "ap1.datadoghq.com",
501
+ "ap2.datadoghq.com",
499
502
  "datadoghq.eu",
500
503
  "ddog-gov.com"
501
504
  ]
@@ -548,6 +551,7 @@ module DatadogAPIClient
548
551
  "us3.datadoghq.com",
549
552
  "us5.datadoghq.com",
550
553
  "ap1.datadoghq.com",
554
+ "ap2.datadoghq.com",
551
555
  "datadoghq.eu",
552
556
  "ddog-gov.com"
553
557
  ]
@@ -1,5 +1,5 @@
1
1
  # Define library version.
2
2
 
3
3
  module DatadogAPIClient
4
- VERSION = '2.36.0'
4
+ VERSION = '2.37.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datadog_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.36.0
4
+ version: 2.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datadog, Inc.