Skip to content

Commit

Permalink
SMS-6589: Log redaction (#196)
Browse files Browse the repository at this point in the history
* SMS-6589: Log redaction

* version update
  • Loading branch information
ashutoshkumar-plivo authored Feb 29, 2024
1 parent ad89fca commit 0164cc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [7.45.5](https://github.com/plivo/plivo-go/tree/v7.45.5) (2024-02-29)
**Feature - Log Redaction Enhancement**
- Added log attribute in GET and List MDR response
- Change log field from bool to string in send SMS

## [7.45.4](https://github.com/plivo/plivo-go/tree/v7.45.4) (2024-02-26)
**Feature - Added new param 'waitTime' for MPC XML**
- Added new param 'waitTime' for MPC XML
Expand Down
2 changes: 1 addition & 1 deletion baseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/google/go-querystring/query"
)

const sdkVersion = "7.45.4"
const sdkVersion = "7.45.5"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down
1 change: 1 addition & 0 deletions messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ type Message struct {
DestinationNetwork string `json:"destination_network" url:"destination_network,omitempty"`
CarrierFeesRate string `json:"carrier_fees_rate" url:"carrier_fees_rate,omitempty"`
CarrierFees string `json:"carrier_fees" url:"carrier_fees,omitempty"`
Log string `json:"log" url:"log,omitempty"`
}

// Stores response for ending a message.
Expand Down

0 comments on commit 0164cc9

Please sign in to comment.