Skip to content

Releases: team-telnyx/telnyx-node

V2.0.0-alpha.3

02 Oct 23:45
8588eba
Compare
Choose a tag to compare
V2.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • Update typing on Nested Resources

Full Changelog: v1.27.0...v2.0.0

V2.0.0-alpha.2

02 Oct 23:09
3f6138c
Compare
Choose a tag to compare
V2.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • Fix AI resource methods and created nested structure

Full Changelog: v1.27.0...v2.0.0

V2.0.0-alpha.1

02 Oct 13:09
e4ccc6d
Compare
Choose a tag to compare
V2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Update actions workflow versions to v4 and .npmignore to v2
  • Update examples dependencies

Full Changelog: v1.27...v2.0.0

V2.0.0-alpha.0

02 Oct 12:45
2aa2d57
Compare
Choose a tag to compare
V2.0.0-alpha.0 Pre-release
Pre-release

What's Changed

  • Add Typescript default config, linter and dependencies
  • Bump default Node version to 20
  • Update README on Development instructions
  • Remove yarn in favor of npm 10
  • Convert SDK files to Typescript
  • Convert Resources to Typescript
  • Use ES Modules syntax
  • Update package main entrypoint to be compiled version of src telnyx.ts
  • Added Jest and create tests in Typescript
  • Update tests expect matchers according to limitations with prism mock
  • Add nock cleanup setup
  • Make setApiKey TelnyxObject prototype method private
  • Moved to moduleResolution Bundler to support better imports and tests with Jest
  • Enabled esModuleInterop for Jest
  • Update files included when publishing
  • Remove custom resource get generateAccessTokenFromCredential from TelephonyCredentials
  • Update AutoRechargePreferences resource
  • Remove RegisterCall resource
  • Remove ProgrammableFaxCommants specs
  • Remove BulkCreation resource
  • Update TexmlApplications resource
  • Remove Conferences dial_participant action
  • Remove SimCards deletePublicIp and setPublicIp
  • Update Queues method names to camelCase
  • Remove VerifiedCallsDisplayProfile resource
  • Update examples to Typescript
  • Remove duplicated AccessTokens resource
  • Move custom AdvancedOptinoptout resource to be AutoRespConfigs resource
  • Remove Billing resource
  • Remove inexistent Bucket resource
  • Move BucketUsage resource to StorageBuckets
  • Remove duplicated BulkPhoneNumberCampaigns resource
  • Remove duplicated BulkPhoneNumberOperations resource

Full Changelog: v1.27...v2.0.0

v1.27.0

27 Aug 13:19
ebd4f02
Compare
Choose a tag to compare

Added Veriification and Verify Profiles endpoints
Fixed call recordings

What's Changed

New Contributors

Full Changelog: v1.26.2...v1.27.0

v1.26.2 10DLC API and Bug Fixes

27 Jun 14:48
dfbf059
Compare
Choose a tag to compare

What's Changed

  • Fixed Brand and Campaign routes
  • Misc security issues fixed
  • Bump braces from 3.0.2 to 3.0.3 in /examples/webhook-signing by @dependabot in #172
  • Bump express from 4.18.2 to 4.19.2 in /examples/webhook-signing by @dependabot in #167
  • Fix brand and campaign routes that need to go to /10dlc instead of /v2 by @Craige in #170
  • Init package upgrades by @ADandyGuyInSpace in #173

New Contributors

Full Changelog: v1.26.1...v1.26.2

Fix Porting Comments

29 Mar 18:12
e45b3d9
Compare
Choose a tag to compare

-> Adds comments support for porting orders

What's Changed

v1.26.0 Parity Update + TS Preparation

28 Feb 15:23
d58449a
Compare
Choose a tag to compare

New Features:

  • Parity updated, added methods
  • Localized proxy mock service
  • Expanded form/data methods to include multi part requests

Fixes:

  • TeXML/Room sessions would time out if left for long periods of time
  • Fax multi parts would error out
  • Deprecation of WhatsApp and old Verifications endpoints
  • Preparation for TS support
  • Misc. bug fixes

What's Changed

Full Changelog: 1.25.5...v1.26.0

Fixed Example Security Issues

19 Jul 12:03
a7b6441
Compare
Choose a tag to compare

Fixed the vulnerabilities associated with the package.json lock file in the example/sample webhook-signing app found in .

Note: This did not affect overall SDK vulnerability; there were no critical vulnerabilities associated with the main SDK releases.

Endpoints + Security Fixes

19 Jul 11:13
257621b
Compare
Choose a tag to compare

Added Endpoints Include:

Address Validation
Bulk Creations for various products
Messaging/10DLC Campaigns
Connections Creations
~ much more

Bug fixes:

Security Updates
Work towards moving request library