telnyx 5.165.0 → 5.166.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 +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +1 -1
- data/lib/telnyx/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e925d8c483a96495868dddfce0276424acca6775ec479f98e8c534530733bfdb
|
|
4
|
+
data.tar.gz: f83b4b551a80c2ef485bd220b6741dc8a5579f32a3e0a7eee43e39600aa5b861
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af96fe52f7ac302aede9d13bb0c02a567ef72c669cc5d49bc1e9c9a3e9d5452cf14a2feca078e0b1129cfd90dd4a437fa66aaa53e858c05da18fec116dcf6db0
|
|
7
|
+
data.tar.gz: a01adcd818262df1bd567b77496d652b17e447eb1f88eab25e518369bbb8ee5a8aa866d82a494d925f4cc35d437435a091c298a324a33e35cfb054b6df502da7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.166.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.165.0...v5.166.0) (2026-09-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* promote from staging 9d1efe7 ([a84e3f3](https://github.com/team-telnyx/telnyx-ruby/commit/a84e3f3d2a06dfc906ecbb755774b0328e6aa011))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **ci:** retry transient GitHub API 500 errors ([#363](https://github.com/team-telnyx/telnyx-ruby/issues/363)) ([33e8924](https://github.com/team-telnyx/telnyx-ruby/commit/33e892435238c57fd882e30b6945dda26f6b9464))
|
|
14
|
+
* **release:** preserve generated gemspec ([#357](https://github.com/team-telnyx/telnyx-ruby/issues/357)) ([0db381a](https://github.com/team-telnyx/telnyx-ruby/commit/0db381a00236e8a8a5e65a430947415b29e16b8e))
|
|
15
|
+
|
|
3
16
|
## [5.165.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.164.0...v5.165.0) (2026-09-01)
|
|
4
17
|
|
|
5
18
|
|
data/README.md
CHANGED
data/lib/telnyx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: telnyx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.166.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Telnyx
|
|
@@ -52,20 +52,6 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: standardwebhooks
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - ">="
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0'
|
|
62
|
-
type: :runtime
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - ">="
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0'
|
|
69
55
|
description:
|
|
70
56
|
email: support@telnyx.com
|
|
71
57
|
executables: []
|