Releases: team-telnyx/telnyx-node
V2.0.0-alpha.3
V2.0.0-alpha.2
What's Changed
- Fix
AI
resource methods and created nested structure
Full Changelog: v1.27.0...v2.0.0
V2.0.0-alpha.1
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
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 ofnpm
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 withJest
- Enabled
esModuleInterop
for Jest - Update files included when publishing
- Remove custom resource get
generateAccessTokenFromCredential
fromTelephonyCredentials
- Update
AutoRechargePreferences
resource - Remove
RegisterCall
resource - Remove
ProgrammableFaxCommants
specs - Remove
BulkCreation
resource - Update
TexmlApplications
resource - Remove
Conferences
dial_participant
action - Remove
SimCards
deletePublicIp
andsetPublicIp
- Update
Queues
method names to camelCase - Remove
VerifiedCallsDisplayProfile
resource - Update examples to Typescript
- Remove duplicated
AccessTokens
resource - Move custom
AdvancedOptinoptout
resource to beAutoRespConfigs
resource - Remove
Billing
resource - Remove inexistent
Bucket
resource - Move
BucketUsage
resource toStorageBuckets
- Remove duplicated
BulkPhoneNumberCampaigns
resource - Remove duplicated
BulkPhoneNumberOperations
resource
Full Changelog: v1.27...v2.0.0
v1.27.0
Added Veriification and Verify Profiles endpoints
Fixed call recordings
What's Changed
- init by @ADandyGuyInSpace in #176
- use correct path for basic calls by @bradrf in #175
New Contributors
Full Changelog: v1.26.2...v1.27.0
v1.26.2 10DLC API and Bug Fixes
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
- @dependabot made their first contribution in #172
- @Craige made their first contribution in #170
Full Changelog: v1.26.1...v1.26.2
Fix Porting Comments
-> Adds comments support for porting orders
What's Changed
- Fix Porting Comments by @ADandyGuyInSpace in #168
Full Changelog: v1.26.0...v1.26.1
v1.26.0 Parity Update + TS Preparation
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
- 2.0 update prep by @ADandyGuyInSpace in #165
Full Changelog: 1.25.5...v1.26.0
Fixed Example Security Issues
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
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