-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
364be00
commit 8c42247
Showing
4 changed files
with
63 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,181 +1,187 @@ | ||
# CHANGELOG | ||
|
||
#### v1.10.1 (2020-09-24) | ||
|
||
##### Bug Fixes | ||
|
||
- **resources:** Recreate resources on constructor call | ||
|
||
### v1.10.0 (2020-08-07) | ||
|
||
##### New Features | ||
|
||
* **resources:** Messaging Profile Metrics | ||
- **resources:** Messaging Profile Metrics | ||
|
||
* **resources:** Short Codes | ||
- **resources:** Short Codes | ||
|
||
### v1.9.0 (2020-07-22) | ||
|
||
##### New Features | ||
|
||
* **resources:** SIM Card Enable/Disable Methods | ||
- **resources:** SIM Card Enable/Disable Methods | ||
|
||
### v1.8.0 (2020-07-14) | ||
|
||
##### New Features | ||
|
||
* **resources:** OTA Updates | ||
- **resources:** OTA Updates | ||
|
||
* **resources:** SIM Card Groups | ||
- **resources:** SIM Card Groups | ||
|
||
* **resources:** Mobile Operator Networks | ||
- **resources:** Mobile Operator Networks | ||
|
||
* **resources:** SIM Card Network Preferences Methods | ||
- **resources:** SIM Card Network Preferences Methods | ||
|
||
* **resources:** Number Lookup | ||
- **resources:** Number Lookup | ||
|
||
* **resources:** Balance | ||
- **resources:** Balance | ||
|
||
* **resources:** Addresses | ||
- **resources:** Addresses | ||
|
||
* **resources:** Faxes | ||
- **resources:** Faxes | ||
|
||
#### v1.7.2 (2020-04-20) | ||
|
||
##### New Features | ||
|
||
* **resources:** Inbound Channels | ||
- **resources:** Inbound Channels | ||
|
||
* **resources:** Call Control Application | ||
- **resources:** Call Control Application | ||
|
||
* **resources:** Outbound Voice Profiles | ||
- **resources:** Outbound Voice Profiles | ||
|
||
#### v1.7.1 (2020-01-30) | ||
|
||
##### Bug Fixes | ||
|
||
* **resources:** Clear leftover state in nested methods | ||
- **resources:** Clear leftover state in nested methods | ||
|
||
* **webhook:** Update examples | ||
- **webhook:** Update examples | ||
|
||
### v1.7.0 (2020-01-30) | ||
|
||
##### New Features | ||
|
||
* **resources:** Connections | ||
- **resources:** Connections | ||
|
||
* **resources:** Ips | ||
- **resources:** Ips | ||
|
||
* **resources:** FQDNs | ||
- **resources:** FQDNs | ||
|
||
### v1.6.0 (2019-12-18) | ||
|
||
##### New Features | ||
|
||
* **resources:** Number Order Regulatory Requirements | ||
- **resources:** Number Order Regulatory Requirements | ||
|
||
* **resources:** Number Order Documents | ||
- **resources:** Number Order Documents | ||
|
||
### v1.5.0 (2019-12-16) | ||
|
||
##### New Features | ||
|
||
* **resources:** Credential Connections | ||
- **resources:** Credential Connections | ||
|
||
* **resources:** FQDN Connections | ||
- **resources:** FQDN Connections | ||
|
||
* **resources:** IP Connections | ||
- **resources:** IP Connections | ||
|
||
### v1.4.0 (2019-12-12) | ||
|
||
##### New Features | ||
|
||
* **resources:** Billing Groups | ||
- **resources:** Billing Groups | ||
|
||
* **webhooks:** Inbound Call Control example | ||
- **webhooks:** Inbound Call Control example | ||
|
||
### v1.3.0 (2019-11-14) | ||
|
||
##### New Features | ||
|
||
* **resources:** SIM Cards | ||
- **resources:** SIM Cards | ||
|
||
* **resources:** Phone Numbers | ||
- **resources:** Phone Numbers | ||
|
||
#### v1.2.4 (2019-10-22) | ||
|
||
##### Bug Fixes | ||
|
||
* **resources:** fix content-length header calculation on requestData | ||
* account for multi-byte chars on getting request data length (e.g.: `en dash`) | ||
* improve specs | ||
- **resources:** fix content-length header calculation on requestData | ||
- account for multi-byte chars on getting request data length (e.g.: `en dash`) | ||
- improve specs | ||
|
||
#### v1.2.3 (2019-9-25) | ||
|
||
##### Bug Fixes | ||
|
||
* **query-string:** fix query parameter array format. Use 'brackets' | ||
- **query-string:** fix query parameter array format. Use 'brackets' | ||
|
||
#### v1.2.2 (2019-9-9) | ||
|
||
##### Bug Fixes | ||
|
||
* **webhooks:** fix signature verification with tweetnacl | ||
- **webhooks:** fix signature verification with tweetnacl | ||
|
||
#### v1.2.1 (2019-9-5) | ||
|
||
##### Bug Fixes | ||
|
||
* **webhooks:** replace c compiled ed25519 package with node tweetnacl | ||
- **webhooks:** replace c compiled ed25519 package with node tweetnacl | ||
|
||
* **package:** fix install for node v12 | ||
- **package:** fix install for node v12 | ||
|
||
### v1.2.0 (2019-8-19) | ||
|
||
##### New Features | ||
|
||
* **resources:** empty constructors on resources names, for Calls and Conferences | ||
- **resources:** empty constructors on resources names, for Calls and Conferences | ||
|
||
* **resources:** nested resources | ||
- **resources:** nested resources | ||
|
||
* **resources:** new Aplhanumeric Sender ID endpoints | ||
- **resources:** new Aplhanumeric Sender ID endpoints | ||
|
||
### v1.1.0 (2019-8-9) | ||
|
||
##### New Features | ||
|
||
* **webhooks:** validation algorithm update to ed25519 | ||
- **webhooks:** validation algorithm update to ed25519 | ||
|
||
##### Bug Fixes | ||
|
||
* **resources:** nested resources custom attributes assign | ||
- **resources:** nested resources custom attributes assign | ||
|
||
* **error-handling:** prevent undefined message on error handling | ||
- **error-handling:** prevent undefined message on error handling | ||
|
||
## v1.0.0 (2019-8-2) | ||
|
||
##### New Features | ||
|
||
* **Call Control:** Call commands, Call Events and Call Status | ||
- **Call Control:** Call commands, Call Events and Call Status | ||
|
||
* **Number Reservations:** extend to have number reservations resources | ||
- **Number Reservations:** extend to have number reservations resources | ||
|
||
* **Initial structure:** | ||
* Remove references to charges and customers | ||
- **Initial structure:** | ||
|
||
* Use safe example phone number | ||
- Remove references to charges and customers | ||
|
||
* Load api base url from environment | ||
- Use safe example phone number | ||
|
||
* Initial commit | ||
- Load api base url from environment | ||
|
||
- Initial commit | ||
|
||
##### Documentation Changes | ||
|
||
* **README:** | ||
* developer docs liks | ||
- **README:** | ||
|
||
* fix integrations links | ||
- developer docs liks | ||
|
||
* Improve wording in README regarding API key | ||
- fix integrations links | ||
|
||
- Improve wording in README regarding API key | ||
|
||
##### Other Changes | ||
|
||
* **testing:** `telnyx-mock` testing support | ||
- **testing:** `telnyx-mock` testing support | ||
|
||
* **node:** Node version support | ||
- **node:** Node version support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
"body-parser": "^1.17.1", | ||
"express": "^4.15.2", | ||
"morgan": "^1.8.1", | ||
"telnyx": "^1.10.0" | ||
"telnyx": "^1.10.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters