telnyx 5.110.0 → 5.110.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd41e8d04d8ad1117446ad9873c0d1b5d31f2e21a3b0ea372fa8613e27279071
4
- data.tar.gz: 7d5c22cc65293f1dc3e9d3475010077a35ffe06665bed71712ed6e1175b67035
3
+ metadata.gz: 1825e7ada5f2ab99a685efc8a8f9c901d4934ee60bb91d429f9236c5c6843909
4
+ data.tar.gz: 557b223a38699efd837d3e11de09dca2b4ec9c09a5c3f94522df3cc5dd83fa27
5
5
  SHA512:
6
- metadata.gz: cf38dc0775b7725483a70461e39a35592497109ca2d5bdc963993d706a2cefea674f651dd4d7e7149670435a93f34ee9506b694164b589cebefff5df5851a320
7
- data.tar.gz: 496d527a14db94b9cea4ccb0134a82909e88d9770abfb54f0bb3570da7c17b05c264b045ed4020085c41ca3da21882065c18dba91465dca4443411d87345ba6f
6
+ metadata.gz: 63632fda4043ee4b1ceb675c0c1b042d1aaea29b73c0e47f3a502047b64a25dd8f2bd00ee2ad314baee3c396e76739aad9d352e410d0620909b1db13b376bcc6
7
+ data.tar.gz: 00f670b252eb199c01e0eda25e877589f12fc7f293ff148065db3b1c8cf97495c0d9f19e423945c624d4f27668b0ff9539ca5bbe4b39a1f89dfa2dd2c78b4f9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.110.1 (2026-05-13)
4
+
5
+ Full Changelog: [v5.110.0...v5.110.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.110.0...v5.110.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **client:** elide content type header on requests without body ([0bdbd7a](https://github.com/team-telnyx/telnyx-ruby/commit/0bdbd7a9cdc50d6d33c22c051a044d436f1b823c))
10
+
3
11
  ## 5.110.0 (2026-05-11)
4
12
 
5
13
  Full Changelog: [v5.109.0...v5.110.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.109.0...v5.110.0)
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.110.0"
27
+ gem "telnyx", "~> 5.110.1"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -306,6 +306,8 @@ module Telnyx
306
306
  Telnyx::Internal::Util.deep_merge(*[req[:body], opts[:extra_body]].compact)
307
307
  end
308
308
 
309
+ headers.delete("content-type") if body.nil?
310
+
309
311
  url = Telnyx::Internal::Util.join_parsed_uri(
310
312
  @base_url_components,
311
313
  {**req, path: path, query: query}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.110.0"
4
+ VERSION = "5.110.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.110.0
4
+ version: 5.110.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-11 00:00:00.000000000 Z
11
+ date: 2026-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi