-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] Update Infobip API transport #49488
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
[Mailer] Update Infobip API transport #49488
Conversation
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
8e21fda
to
0b1757a
Compare
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please split this PR in two?
One for 6.2, that just bump the number in the default endpoint. This will be a bugfix and doesn't need any change to the CHANGELOG file
Another one for 6.3 to propose the new attributes. Note that no other bridges support similar features and we've been super careful not to create bridges with too custom behaviors. This might be discussed on that new PR.
Thanks Nicolas for your feedback 🙏 I'll split this PR as you suggest. I know that other bridges didn't work like Infobip but I hope we'll find a good way to be able to use reporting behavior 👍 |
0b1757a
to
8e73a82
Compare
8e73a82
to
18eb6e8
Compare
Thank you @ndousson. |
📍 Context
Infobip send an email to their customers that do not use the latest API release: V3
They inform that everything is backward compatible and can be easily upgraded without any changes.
🛠️ Changes
This PR change the version used from the V2 to the V3.