Skip to content

[9.x] Fix SES V2 Transport "reply to" addresses#47522

Merged
taylorotwell merged 2 commits into
laravel:9.xfrom
jacobmllr95:fix-ses-v2-reply-to
Jun 21, 2023
Merged

[9.x] Fix SES V2 Transport "reply to" addresses#47522
taylorotwell merged 2 commits into
laravel:9.xfrom
jacobmllr95:fix-ses-v2-reply-to

Conversation

@jacobmllr95

Copy link
Copy Markdown
Contributor

When I added the SesV2Transport a few months back, I used the ReplyToAddresses attribute to define the sender of the message. This always set the sender as "reply to" address and prevented user-defined addresses to be applied.

Closes #47512.

@taylorotwell taylorotwell merged commit df9100e into laravel:9.x Jun 21, 2023
@jacobmllr95 jacobmllr95 deleted the fix-ses-v2-reply-to branch June 22, 2023 02:05
@ArthurGuy

Copy link
Copy Markdown

How often are new version tags created? i.e. when will this fix be available for use

@GrahamCampbell

Copy link
Copy Markdown
Collaborator

This fix is already immediately available using dev stability.

@ArthurGuy

Copy link
Copy Markdown

This is for a service running a production workload so I need to wait for a tagged release.

@dennisprudlo

Copy link
Copy Markdown
Contributor

Judging by the release dates it seems there is more or less a release every week.

@GrahamCampbell

Copy link
Copy Markdown
Collaborator

There is no reason to wait for a tagged release. The lock file allows you to be pinned to a specific commit hash.

@ArthurGuy

Copy link
Copy Markdown

That would require the team always being aware when any other composer update is made so dev changes aren't inadvertently pulled down, and also keeping track of this issue to roll back the version being pinned when it does eventually get tagged.

We are running a product in a regulated space where a lot is at stake, I am sure others might make a different call but it's just not worth the risk to me.

@mfn

mfn commented Jun 23, 2023

Copy link
Copy Markdown
Contributor

That would require the team always being aware when any other composer update is made so dev changes aren't inadvertently pulled down

I think what he means is that you can nail it down to a commit hash, like so

"laravel/framework": "dev-master#commit-hash-goes-hre"

so every dev pulls the same, there's no risk of mixing this up.

But I can totally related to proper tagged releases and production, not arguing there at all :)

@ArthurGuy

Copy link
Copy Markdown

Thanks @mfn I didn't realise you could do that, I assumed it was the hash in the lock file that was being referred to.
I will leave it to Monday, just in case, but thats definitely worth exploring as an option.

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.

7 participants