All Versions
8
Latest Version
Avg Release Cycle
191 days
Latest Release
2237 days ago
Changelog History
Changelog History
-
v0.3.0.0 Changes
December 02, 20180.3.0.0 (December 2, 2018)
- โ Added support for specifying a Status Callback URL when POST-ing to the Messages endpoint. (#64)
-
v0.2.0.1 Changes
May 14, 20180.2.0.1 (May 14, 2018)
- ๐ Support template-haskell >=2.12, relax upper bound on free (#61)
-
v0.2.0.0 Changes
January 30, 20180.2.0.0 (January 29, 2018)
๐ This release mainly refactors the way SIDs are handled internally. Previously,
โ adding a SID required copying a bunch of boilerplate. Now we use Template
Haskell to generate that boilerplate automatically, and adding a SID is as easy
as callingcreateSID
. Each SID is a newtype wrapper around a base data type,
SID
. So, for example,AccountSID
now wraps aSID A C
.๐ Bug Fixes
- ๐
MessageSID
only handled "SM"-prefixed SIDs; however, there are "MM"-prefixed
Message SIDs, too. So, now we have two data types,SMSMessageSID
and
๐MMSMessageSID
corresponding to the "SM"- and "MM"-prefixed variants, and
MessageSID
becomes a newtype wrapper around
Either SMSMessageSID MMSMessageSID
.
๐ Features
- โ Add support for deleting recordings.
- โ Add Messaging Copilot support via a new
function,postCopilot
.
- ๐
-
v0.1.3.2
July 14, 2017 -
v0.1.3.1
April 11, 2016 -
v0.1.3.0
August 17, 2015 -
v0.1.2.0
April 16, 2015 -
v0.1.1.0
April 02, 2015