Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

49 lines (43 loc) · 2.16 KB

Change Log

This repository adheres to semantic versioning and follows the conventions of keepachangelog.com.

1.2.0 - 2025-01-30

Changed

  • Updated to use Node 18.20.6
  • Upgrade deps
    • run npm audit fix
    • @twilio/runtime-handler 1.1.3 → 2.1.0
    • chai ^4.3.4 → ^4.5.0
    • chai-as-promised ^7.1.1 → ^7.1.2
    • eslint ^7.32.0 → ^9.19.0
    • eslint-config-spoke ^0.7.0 → ^2.2.0
    • mocha ^9.1.2 → ^11.1.0
    • nock ^13.1.3 → ^14.0.0
    • nyc ^15.1.0 → ^17.1.0
    • sinon ^11.1.2 → ^19.0.2
    • twilio ^3.56 → ^5.4.3
    • twilio-run ^3.2.2 → ^4.1.0

1.1.0 - 2021-11-11

Added

  • New studio_flow_examples folder
    • Includes Basic Spoke IVR Flow example
    • Updated readme with instructions/details for using the flow with the Spoke functions.

1.0.1 - 2021-10-13

Added

  • Github templates for issues and pull requests

1.0.0 - 2021-10-12

Added

  • Initial implementation of twilio runtime serverless functions
  • New shared library in src/assets/shared.private.js
    • withAccessToken wrapper for serverless function handlers to manage Spoke access token
    • httpResponse manages callback response from handler functions with correct HTTP headers
  • Helper functions for Spoke Directory API
    • getExtension queries API by extension and returns matching response if there is one.
    • listDirectory lists the directory, passing through response payload including paging token
  • Implemented first tests using mocha, chai, sinon and istanbul
  • Circle CI build config
    • Lint & test, github release tagging when merging non-SNAPSHOT versions to main