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

listmonk: 2.2.0 -> 2.5.1 #250843

Merged
merged 3 commits into from
Aug 24, 2023
Merged

listmonk: 2.2.0 -> 2.5.1 #250843

merged 3 commits into from
Aug 24, 2023

Commits on Aug 22, 2023

  1. listmonk: 2.2.0 -> 2.5.1

    It was impossible to package further versions before
    because listmonk upstream was using a very EOL Go version.
    
    I was waiting for upstream to bump this, but it didn't happen, so I take
    the matters in my hand.
    
    Hopefully, the upstream PR will be accepted.
    RaitoBezarius committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4e9874a View commit details
    Browse the repository at this point in the history
  2. listmonk: revamp the tests

    Previously, the transactional template was in id=2.
    It is now id=3.
    
    I moved a bit the code to improve the ability to load templates and subscribers properly.
    I am planning to upstream `type` for templates API request so we can easily filter out
    and select the accordingly template.
    RaitoBezarius committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b4658ca View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. listmonk: perform tests only linux supported platforms

    Otherwise, Darwin will try to run them and fail.
    RaitoBezarius committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ffdeabb View commit details
    Browse the repository at this point in the history