@mavogel/awscdk-rootmail 0.0.296 β†’ 0.0.298

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.
Files changed (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/rootmail.js +1 -1
  3. package/lib/ses-receive.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +16 -23
  5. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/FilterLogEventsCommand.d.ts +28 -6
  6. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogAnomalyDetectorCommand.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogEventsCommand.d.ts +17 -3
  8. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +4 -3
  9. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +1 -1
  10. package/node_modules/axios/CHANGELOG.md +25 -0
  11. package/node_modules/axios/README.md +8 -2
  12. package/node_modules/axios/dist/axios.js +3 -3
  13. package/node_modules/axios/dist/axios.js.map +1 -1
  14. package/node_modules/axios/dist/axios.min.js +2 -2
  15. package/node_modules/axios/dist/axios.min.js.map +1 -1
  16. package/node_modules/axios/dist/browser/axios.cjs +3 -3
  17. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  18. package/node_modules/axios/dist/esm/axios.js +3 -3
  19. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  20. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  21. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  22. package/node_modules/axios/dist/node/axios.cjs +4 -4
  23. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  24. package/node_modules/axios/index.d.cts +1 -0
  25. package/node_modules/axios/index.d.ts +1 -0
  26. package/node_modules/axios/lib/adapters/http.js +1 -1
  27. package/node_modules/axios/lib/env/data.js +1 -1
  28. package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
  29. package/node_modules/axios/package.json +1 -1
  30. package/node_modules/cdk-nag/.jsii +3 -3
  31. package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
  32. package/node_modules/cdk-nag/lib/nag-logger.js +2 -2
  33. package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
  34. package/node_modules/cdk-nag/lib/nag-rules.js +1 -1
  35. package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
  36. package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
  37. package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
  38. package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
  39. package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
  40. package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
  41. package/node_modules/cdk-nag/package.json +4 -4
  42. package/package.json +1 -1
package/.jsii CHANGED
@@ -3998,7 +3998,7 @@
3998
3998
  "stability": "experimental"
3999
3999
  },
4000
4000
  "homepage": "https://github.com/MV-Consulting/awscdk-rootmail",
4001
- "jsiiVersion": "5.7.7 (build 79515e6)",
4001
+ "jsiiVersion": "5.7.9 (build fc02aa4)",
4002
4002
  "keywords": [
4003
4003
  "aws",
4004
4004
  "cdk",
@@ -4447,6 +4447,6 @@
4447
4447
  "symbolId": "src/ses-receive:SESReceiveProps"
4448
4448
  }
4449
4449
  },
4450
- "version": "0.0.296",
4451
- "fingerprint": "tgbmvNDLyX3fITEMfBaaVKcsSm2XaLQeeO235pxKsUs="
4450
+ "version": "0.0.298",
4451
+ "fingerprint": "bkzkt5GVwQl2nTyx6URGm99yPKCyORt5HXeeObkAcy4="
4452
4452
  }
package/lib/rootmail.js CHANGED
@@ -82,7 +82,7 @@ class Rootmail extends constructs_1.Construct {
82
82
  }
83
83
  exports.Rootmail = Rootmail;
84
84
  _a = JSII_RTTI_SYMBOL_1;
85
- Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.296" };
85
+ Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.298" };
86
86
  /**
87
87
  * Aspect for setting all removal policies to DESTROY
88
88
  */
@@ -129,7 +129,7 @@ class SESReceive extends constructs_1.Construct {
129
129
  }
130
130
  exports.SESReceive = SESReceive;
131
131
  _a = JSII_RTTI_SYMBOL_1;
132
- SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.296" };
132
+ SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.298" };
133
133
  /**
134
134
  * Aspect for setting all removal policies to DESTROY
135
135
  */
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AnomalyDetectorStatus: () => AnomalyDetectorStatus,
26
26
  AssociateKmsKeyCommand: () => AssociateKmsKeyCommand,
@@ -179,7 +179,7 @@ __export(src_exports, {
179
179
  paginateListLogAnomalyDetectors: () => paginateListLogAnomalyDetectors,
180
180
  paginateListLogGroupsForQuery: () => paginateListLogGroupsForQuery
181
181
  });
182
- module.exports = __toCommonJS(src_exports);
182
+ module.exports = __toCommonJS(index_exports);
183
183
 
184
184
  // src/CloudWatchLogsClient.ts
185
185
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -308,9 +308,9 @@ var CloudWatchLogsClient = class extends import_smithy_client.Client {
308
308
  this.middlewareStack.use(
309
309
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
310
310
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCloudWatchLogsHttpAuthSchemeParametersProvider,
311
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
311
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
312
312
  "aws.auth#sigv4": config.credentials
313
- })
313
+ }), "identityProviderConfigProvider")
314
314
  })
315
315
  );
316
316
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -838,10 +838,8 @@ var SessionTimeoutException = class _SessionTimeoutException extends CloudWatchL
838
838
  var StartLiveTailResponseStream;
839
839
  ((StartLiveTailResponseStream3) => {
840
840
  StartLiveTailResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
841
- if (value.sessionStart !== void 0)
842
- return visitor.sessionStart(value.sessionStart);
843
- if (value.sessionUpdate !== void 0)
844
- return visitor.sessionUpdate(value.sessionUpdate);
841
+ if (value.sessionStart !== void 0) return visitor.sessionStart(value.sessionStart);
842
+ if (value.sessionUpdate !== void 0) return visitor.sessionUpdate(value.sessionUpdate);
845
843
  if (value.SessionTimeoutException !== void 0)
846
844
  return visitor.SessionTimeoutException(value.SessionTimeoutException);
847
845
  if (value.SessionStreamingException !== void 0)
@@ -907,16 +905,11 @@ var SuppressionType = {
907
905
  LIMITED: "LIMITED"
908
906
  };
909
907
  var StartLiveTailResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
910
- if (obj.sessionStart !== void 0)
911
- return { sessionStart: obj.sessionStart };
912
- if (obj.sessionUpdate !== void 0)
913
- return { sessionUpdate: obj.sessionUpdate };
914
- if (obj.SessionTimeoutException !== void 0)
915
- return { SessionTimeoutException: obj.SessionTimeoutException };
916
- if (obj.SessionStreamingException !== void 0)
917
- return { SessionStreamingException: obj.SessionStreamingException };
918
- if (obj.$unknown !== void 0)
919
- return { [obj.$unknown[0]]: "UNKNOWN" };
908
+ if (obj.sessionStart !== void 0) return { sessionStart: obj.sessionStart };
909
+ if (obj.sessionUpdate !== void 0) return { sessionUpdate: obj.sessionUpdate };
910
+ if (obj.SessionTimeoutException !== void 0) return { SessionTimeoutException: obj.SessionTimeoutException };
911
+ if (obj.SessionStreamingException !== void 0) return { SessionStreamingException: obj.SessionStreamingException };
912
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
920
913
  }, "StartLiveTailResponseStreamFilterSensitiveLog");
921
914
  var StartLiveTailResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
922
915
  ...obj,
@@ -2840,7 +2833,7 @@ var se_PutMetricFilterRequest = /* @__PURE__ */ __name((input, context) => {
2840
2833
  filterName: [],
2841
2834
  filterPattern: [],
2842
2835
  logGroupName: [],
2843
- metricTransformations: (_) => se_MetricTransformations(_, context)
2836
+ metricTransformations: /* @__PURE__ */ __name((_) => se_MetricTransformations(_, context), "metricTransformations")
2844
2837
  });
2845
2838
  }, "se_PutMetricFilterRequest");
2846
2839
  var se_PutQueryDefinitionRequest = /* @__PURE__ */ __name((input, context) => {
@@ -2855,7 +2848,7 @@ var se_PutQueryDefinitionRequest = /* @__PURE__ */ __name((input, context) => {
2855
2848
  }, "se_PutQueryDefinitionRequest");
2856
2849
  var de_DescribeMetricFiltersResponse = /* @__PURE__ */ __name((output, context) => {
2857
2850
  return (0, import_smithy_client.take)(output, {
2858
- metricFilters: (_) => de_MetricFilters(_, context),
2851
+ metricFilters: /* @__PURE__ */ __name((_) => de_MetricFilters(_, context), "metricFilters"),
2859
2852
  nextToken: import_smithy_client.expectString
2860
2853
  });
2861
2854
  }, "de_DescribeMetricFiltersResponse");
@@ -2864,7 +2857,7 @@ var de_GetQueryResultsResponse = /* @__PURE__ */ __name((output, context) => {
2864
2857
  encryptionKey: import_smithy_client.expectString,
2865
2858
  queryLanguage: import_smithy_client.expectString,
2866
2859
  results: import_smithy_client._json,
2867
- statistics: (_) => de_QueryStatistics(_, context),
2860
+ statistics: /* @__PURE__ */ __name((_) => de_QueryStatistics(_, context), "statistics"),
2868
2861
  status: import_smithy_client.expectString
2869
2862
  });
2870
2863
  }, "de_GetQueryResultsResponse");
@@ -2875,7 +2868,7 @@ var de_MetricFilter = /* @__PURE__ */ __name((output, context) => {
2875
2868
  filterName: import_smithy_client.expectString,
2876
2869
  filterPattern: import_smithy_client.expectString,
2877
2870
  logGroupName: import_smithy_client.expectString,
2878
- metricTransformations: (_) => de_MetricTransformations(_, context)
2871
+ metricTransformations: /* @__PURE__ */ __name((_) => de_MetricTransformations(_, context), "metricTransformations")
2879
2872
  });
2880
2873
  }, "de_MetricFilter");
2881
2874
  var de_MetricFilters = /* @__PURE__ */ __name((output, context) => {
@@ -28,21 +28,43 @@ declare const FilterLogEventsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Lists log events from the specified log group. You can list all the log events or filter the results
31
- * using a filter pattern, a time range, and the name of the log stream.</p>
31
+ * using one or more of the following:</p>
32
+ * <ul>
33
+ * <li>
34
+ * <p>A filter pattern</p>
35
+ * </li>
36
+ * <li>
37
+ * <p>A time range</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>The log stream name, or a log stream name prefix that matches mutltiple log streams</p>
41
+ * </li>
42
+ * </ul>
32
43
  * <p>You must have the <code>logs:FilterLogEvents</code> permission to perform this operation.</p>
33
44
  * <p>You can specify the log group to search by using either <code>logGroupIdentifier</code> or <code>logGroupName</code>.
34
45
  * You must include one of these two parameters, but you can't include both.
35
46
  * </p>
36
- * <p>By default, this operation returns as many log events as can fit in 1 MB (up to 10,000
37
- * log events) or all the events found within the specified time range. If the results include a
38
- * token, that means there are more log events available. You can get additional results by
39
- * specifying the token in a subsequent call. This operation can return empty results while there
40
- * are more log events available through the token.</p>
47
+ * <p>
48
+ * <code>FilterLogEvents</code> is a paginated operation. Each page returned can contain up to 1 MB of log events or up to 10,000 log events. A returned page might only be partially full, or even empty.
49
+ * For example, if the result of a query would return 15,000 log events, the first page isn't guaranteed to have 10,000 log events even if they all fit into 1 MB.</p>
50
+ * <p>Partially full or empty pages
51
+ * don't necessarily mean that pagination is finished. If the results include a <code>nextToken</code>, there might be more log events available. You can return these additional log events by providing the nextToken in a subsequent
52
+ * <code>FilterLogEvents</code> operation. If the results don't include a <code>nextToken</code>, then pagination is finished. </p>
53
+ * <note>
54
+ * <p>If you set <code>startFromHead</code> to <code>true</code> and you don’t include <code>endTime</code> in your request, you can end up in a situation where the pagination doesn't terminate.
55
+ * This can happen when the new log events are being added to the target log streams
56
+ * faster than they are being read. This situation is a good use case for the CloudWatch Logs <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs_LiveTail.html">Live Tail</a> feature.</p>
57
+ * </note>
41
58
  * <p>The returned log events are sorted by event timestamp, the timestamp when the event was ingested
42
59
  * by CloudWatch Logs, and the ID of the <code>PutLogEvents</code> request.</p>
43
60
  * <p>If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and
44
61
  * view data from the linked source accounts. For more information, see
45
62
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html">CloudWatch cross-account observability</a>.</p>
63
+ * <note>
64
+ * <p>If you are using <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html">log transformation</a>, the <code>FilterLogEvents</code> operation returns only the original versions of log events, before they
65
+ * were transformed. To view the transformed versions, you must use a <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html">CloudWatch Logs query.</a>
66
+ * </p>
67
+ * </note>
46
68
  * @example
47
69
  * Use a bare-bones client and the command you need to make an API call.
48
70
  * ```javascript
@@ -27,7 +27,7 @@ declare const GetLogAnomalyDetectorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves information about the log anomaly detector that you specify.</p>
30
+ * <p>Retrieves information about the log anomaly detector that you specify. The KMS key ARN detected is valid.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -29,15 +29,29 @@ declare const GetLogEventsCommand_base: {
29
29
  /**
30
30
  * <p>Lists log events from the specified log stream. You can list all of the log events or
31
31
  * filter using a time range.</p>
32
- * <p>By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events).
33
- * You can get additional log events by specifying one of the tokens in a subsequent call.
34
- * This operation can return empty results while there are more log events available through the token.</p>
32
+ * <p>
33
+ * <code>GetLogEvents</code> is a paginated operation. Each page returned can contain up to 1 MB of log events or up to 10,000 log events. A returned page might only be partially full, or even empty.
34
+ * For example, if the result of a query would return 15,000 log events, the first page isn't guaranteed to have 10,000 log events even if they all fit into 1 MB.</p>
35
+ * <p>Partially full or empty pages
36
+ * don't necessarily mean that pagination is finished. As long as the <code>nextBackwardToken</code> or <code>nextForwardToken</code> returned is NOT equal to the <code>nextToken</code>
37
+ * that you passed into the API call, there might be more
38
+ * log events available. The token that you use depends on the direction you want to move in along the log stream. The returned tokens are never null.</p>
39
+ * <note>
40
+ * <p>If you set <code>startFromHead</code> to <code>true</code> and you don’t include <code>endTime</code> in your request, you can end up in a situation where the pagination doesn't terminate.
41
+ * This can happen when the new log events are being added to the target log streams
42
+ * faster than they are being read. This situation is a good use case for the CloudWatch Logs <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs_LiveTail.html">Live Tail</a> feature.</p>
43
+ * </note>
35
44
  * <p>If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and
36
45
  * view data from the linked source accounts. For more information, see
37
46
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html">CloudWatch cross-account observability</a>.</p>
38
47
  * <p>You can specify the log group to search by using either <code>logGroupIdentifier</code> or <code>logGroupName</code>.
39
48
  * You must include one of these two parameters, but you can't include both.
40
49
  * </p>
50
+ * <note>
51
+ * <p>If you are using <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html">log transformation</a>, the <code>GetLogEvents</code> operation returns only the original versions of log events, before they
52
+ * were transformed. To view the transformed versions, you must use a <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html">CloudWatch Logs query.</a>
53
+ * </p>
54
+ * </note>
41
55
  * @example
42
56
  * Use a bare-bones client and the command you need to make an API call.
43
57
  * ```javascript
@@ -398,7 +398,7 @@ export interface AnomalyDetector {
398
398
  */
399
399
  anomalyDetectorStatus?: AnomalyDetectorStatus | undefined;
400
400
  /**
401
- * <p>The ID of the KMS key assigned to this anomaly detector, if any.</p>
401
+ * <p>The ARN of the KMS key assigned to this anomaly detector, if any.</p>
402
402
  * @public
403
403
  */
404
404
  kmsKeyId?: string | undefined;
@@ -982,7 +982,7 @@ export interface CreateLogAnomalyDetectorRequest {
982
982
  * assigned, the anomalies found and the model used by this detector are encrypted at rest with the key. If
983
983
  * a key is assigned to an anomaly detector, a user must have permissions for both this key and for the
984
984
  * anomaly detector to retrieve information about the anomalies that it finds.</p>
985
- * <p>For more information about using a KMS key and to see the required IAM
985
+ * <p> Make sure the value provided is a valid KMS key ARN. For more information about using a KMS key and to see the required IAM
986
986
  * policy, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/LogsAnomalyDetection-KMS.html">Use a KMS key with an anomaly detector</a>.</p>
987
987
  * @public
988
988
  */
@@ -3301,6 +3301,7 @@ export interface FilterLogEventsResponse {
3301
3301
  searchedLogStreams?: SearchedLogStream[] | undefined;
3302
3302
  /**
3303
3303
  * <p>The token to use when requesting the next set of items. The token expires after 24 hours.</p>
3304
+ * <p>If the results don't include a <code>nextToken</code>, then pagination is finished. </p>
3304
3305
  * @public
3305
3306
  */
3306
3307
  nextToken?: string | undefined;
@@ -3844,7 +3845,7 @@ export interface GetLogAnomalyDetectorResponse {
3844
3845
  */
3845
3846
  anomalyDetectorStatus?: AnomalyDetectorStatus | undefined;
3846
3847
  /**
3847
- * <p>The ID of the KMS key assigned to this anomaly detector, if any.</p>
3848
+ * <p>The ARN of the KMS key assigned to this anomaly detector, if any.</p>
3848
3849
  * @public
3849
3850
  */
3850
3851
  kmsKeyId?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-logs",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.767.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.3](https://github.com/axios/axios/compare/v1.8.2...v1.8.3) (2025-03-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add missing type for allowAbsoluteUrls ([#6818](https://github.com/axios/axios/issues/6818)) ([10fa70e](https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2))
9
+ * **xhr/fetch:** pass `allowAbsoluteUrls` to `buildFullPath` in `xhr` and `fetch` adapters ([#6814](https://github.com/axios/axios/issues/6814)) ([ec159e5](https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9))
10
+
11
+ ### Contributors to this release
12
+
13
+ - <img src="https://avatars.githubusercontent.com/u/3238291?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Ashcon Partovi](https://github.com/Electroid "+6/-0 (#6811 )")
14
+ - <img src="https://avatars.githubusercontent.com/u/28559054?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [StefanBRas](https://github.com/StefanBRas "+4/-0 (#6818 )")
15
+ - <img src="https://avatars.githubusercontent.com/u/8029107?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Marc Hassan](https://github.com/mhassan1 "+2/-2 (#6814 )")
16
+
17
+ ## [1.8.2](https://github.com/axios/axios/compare/v1.8.1...v1.8.2) (2025-03-07)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **http-adapter:** add allowAbsoluteUrls to path building ([#6810](https://github.com/axios/axios/issues/6810)) ([fb8eec2](https://github.com/axios/axios/commit/fb8eec214ce7744b5ca787f2c3b8339b2f54b00f))
23
+
24
+ ### Contributors to this release
25
+
26
+ - <img src="https://avatars.githubusercontent.com/u/14166260?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Fasoro-Joseph Alexander](https://github.com/lexcorp16 "+1/-1 (#6810 )")
27
+
3
28
  ## [1.8.1](https://github.com/axios/axios/compare/v1.8.0...v1.8.1) (2025-02-26)
4
29
 
5
30
 
@@ -6,9 +6,9 @@
6
6
  </td><td align="center" width="33.333333333333336%"> <a href="https://www.famety.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/famety-buy-instagram-followers.png" alt="Famety - Buy Instagram Followers"/> </a> <p align="center" title="At Famety, you can grow your social media following quickly, safely, and easily with just a few clicks. Rated the world’s #1 social media service since 2013.">At Famety, you can grow your social media following quickly, safely, and easily with just a few clic...</p> <p align="center"> <a href="https://www.famety.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>www.famety.com</b></a> </p>
7
7
  </td><td align="center" width="33.333333333333336%"> <a href="https://poprey.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/instagram-likes.png" alt="Poprey - Buy Instagram Likes"/> </a> <p align="center" title="Buy Instagram Likes">Buy Instagram Likes</p> <p align="center"> <a href="https://poprey.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>poprey.com</b></a> </p>
8
8
  </td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://musicza.co.za/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="124px" height="52px" src="https://axios-http.com/assets/sponsors/opencollective/musicza.png" alt="Tubidy"/> </a> <p align="center" title="Tubidy: Free Music and Video Downloads | MP3, MP4">Tubidy: Free Music and Video Downloads | MP3, MP4</p> <p align="center"> <a href="https://musicza.co.za/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>musicza.co.za</b></a> </p>
9
- </td><td align="center" width="33.333333333333336%"> <a href="https://www.linkedin.com/pulse/7-best-sites-buy-instagram-followers-2024-100-non-drop-arvinder-singh-u6goc/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="63px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/bestsitesbuyinstagramfollowers.png" alt="Buy Instagram Followers"/> </a> <p align="center" title="Ookfy is the best place to buy Instagram followers, likes &amp; views. You can buy Real &amp; Non-Drop Instagram followers from Ookfy.">Ookfy is the best place to buy Instagram followers, likes &amp; views. You can buy Real &amp; Non-Dr...</p> <p align="center"> <a href="https://www.linkedin.com/pulse/7-best-sites-buy-instagram-followers-2024-100-non-drop-arvinder-singh-u6goc/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>www.linkedin.com</b></a> </p>
10
9
  </td><td align="center" width="33.333333333333336%"> <a href="https://ssmarket.net/buy-youtube-subscribers?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/youtube-subscribers-ssmarket.png" alt="Buy Youtube Subscribers"/> </a> <p align="center" title="SS Market offers professional social media services that rapidly increase your YouTube subscriber count, elevating your channel to a powerful position.">SS Market offers professional social media services that rapidly increase your YouTube subscriber co...</p> <p align="center"> <a href="https://ssmarket.net/buy-youtube-subscribers?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>ssmarket.net</b></a> </p>
11
- </td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://tokmax.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/tokmax.webp" alt="Tokmax"/> </a> <p align="center" title="At Tokmax, we are dedicated to being the leading platform for enhancing TikTok engagement. Whether you&#x27;re an emerging creator or an established influe">At Tokmax, we are dedicated to being the leading platform for enhancing TikTok engagement. Whether y...</p> <p align="center"> <a href="https://tokmax.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>tokmax.com</b></a> </p>
10
+ </td><td align="center" width="33.333333333333336%"> <a href="https://twicsy.com/buy-instagram-followers?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="85px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/buy-instagram-followers-twicsy.png" alt="Buy Instagram Followers Twicsy"/> </a> <p align="center" title="Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site to buy followers from the likes of US Magazine.">Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site...</p> <p align="center"> <a href="https://twicsy.com/buy-instagram-followers?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>twicsy.com</b></a> </p>
11
+ </td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute">πŸ’œ Become a sponsor</a>
12
12
  </td><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute">πŸ’œ Become a sponsor</a>
13
13
  </td><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute">πŸ’œ Become a sponsor</a>
14
14
  </td></tr></table>
@@ -138,6 +138,12 @@ Using pnpm:
138
138
  $ pnpm add axios
139
139
  ```
140
140
 
141
+ Using bun:
142
+
143
+ ```bash
144
+ $ bun add axios
145
+ ```
146
+
141
147
  Once the package is installed, you can import the library using `import` or `require` approach:
142
148
 
143
149
  ```js
@@ -1,4 +1,4 @@
1
- /*! Axios v1.8.1 Copyright (c) 2025 Matt Zabriskie and contributors */
1
+ /*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -2822,7 +2822,7 @@
2822
2822
  headers = newConfig.headers,
2823
2823
  auth = newConfig.auth;
2824
2824
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
2825
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
2825
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2826
2826
 
2827
2827
  // HTTP basic authentication
2828
2828
  if (auth) {
@@ -3658,7 +3658,7 @@
3658
3658
  });
3659
3659
  }
3660
3660
 
3661
- var VERSION = "1.8.1";
3661
+ var VERSION = "1.8.3";
3662
3662
 
3663
3663
  var validators$1 = {};
3664
3664