Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for SMS v3 #43

Closed
wants to merge 6 commits into from
Closed

Added support for SMS v3 #43

wants to merge 6 commits into from

Conversation

ib-tjuhasz
Copy link
Contributor

Added

  • Most recent Infobip SMS API feature set.
    • Introduced /sms/3/messages (V3) replacing the /sms/2/text/advanced (V2) and /sms/2/binary/advanced (V2) endpoints.
    • Introduced /sms/3/reports (V3) replacing /sms/1/reports (V1) endpoint.
    • Introduced /sms/3/logs (V3) replacing /sms/1/logs (V1) endpoint.

Changed

  • Fixes and changes

    • Changed 'sentAt', 'doneAt' field type in MmsReport from String to OffsetDateTime since it didn't correspond to the state of the endpoint.
  • Removed classes and unified structures

    • Removed delivery time window configuration classes (SmsDeliveryTimeWindow, MmsDeliveryTimeWindow, ViberDeliveryTimeWindow, CallRoutingAllowedTimeWindow, CallsDeliveryTimeWindow, SmsDeliveryTimeWindow, CallsTimeWindow) in favor of a unified class: DeliveryTimeWindow
    • Removed delivery time configuration classes (SmsDeliveryTimeFrom, SmsDeliveryTimeTo, MmsDeliveryTime, ViberDeliveryTime, CallsTimeWindowPoint, WebRtcTimeOfDay, CallRoutingAllowedTimeFrom, CallRoutingAllowedTimeTo, WebRtcTimeOfDay) in favor of a unified class: DeliveryTime
    • Removed delivery day enumeration classes (SmsDeliveryDay, MmsDeliveryDay, CallsDeliveryDay, CallRoutingAllowedDay) in favor of a unified class: DeliveryDay
    • Removed recipient type enumeration class (SmsIysRecipientType) in favor of a unified class: RecipientType
  • Documentation

    • Fixed Javadoc.
    • Updated CHANGELOG and README.

CHANGELOG.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@ib-tjuhasz
Copy link
Contributor Author

Closed, as it was done in the latest 5.0.0 release.

@ib-tjuhasz ib-tjuhasz closed this Dec 10, 2024
@ib-tjuhasz ib-tjuhasz deleted the ib-tjuhasz/sms-v3 branch December 16, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants