Skip to content

Commit 2e30b02

Browse files
committed
chore: bump version to 5.49.1 and update changelog
1 parent 047aff6 commit 2e30b02

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [5.49.1](https://github.com/plivo/plivo-java/tree/v5.49.1) (2026-07-27)
4+
**Feature - internal flag on Endpoint create**
5+
- Added an optional `internal` builder param to `EndpointCreator`, serialized to the `internal` wire param on endpoint create
6+
- Lets Plivo CX (Contacto) mark auto-created browser-SDK endpoints as internal so they are hidden from the customer's Endpoints tab
7+
- Backward-compatible additive builder method
8+
39
## [5.49.0](https://github.com/plivo/plivo-java/tree/v5.49.0) (2026-06-11)
410
**Feature - complianceApplicationId on phone number buy**
511
- Added an optional `complianceApplicationId` builder param to `PhoneNumberCreator`, serialized to the `compliance_application_id` wire param on phone number buy

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.plivo</groupId>
66
<artifactId>plivo-java</artifactId>
7-
<version>5.49.0</version>
7+
<version>5.49.1</version>
88
<name>plivo-java</name>
99
<description>A Java SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</description>
1010
<licenses>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.49.0
1+
5.49.1

0 commit comments

Comments
 (0)