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

Postal v3 #2803

Merged
merged 57 commits into from
Mar 4, 2024
Merged

Postal v3 #2803

merged 57 commits into from
Mar 4, 2024

Conversation

adamcooke
Copy link
Contributor

@adamcooke adamcooke commented Feb 13, 2024

This is a PR which is tracking the development of the next major version of Postal - Postal v3. There are a number of significant improvements coming with this initial release.

  • The removal of the RabbitMQ requirement entirely.
  • The removal of the need the run cron and requeuer processes.
  • Improved configuration documentation (including support for environment variables).
  • Support for running Postal on Kubernetes (env vars for config, health server, wait for migrations to run before starting web servers etc.)
  • Improved logging.
  • Upgrade to Rails 7.0.

Once these are in place, additional functionality will be following in subsequent versions (including a new API, OIDC support for logging in and additional verification tools.)

@adamcooke adamcooke marked this pull request as draft February 13, 2024 23:14
@adamcooke adamcooke force-pushed the v3 branch 2 times, most recently from 76488db to 7ac32ac Compare February 15, 2024 09:58
@BorjaRafolsMartinez
Copy link

Awesome news, I'm running postal on kubernetes right now. I'd be happy to help on documenting it if needed :)

Good job

@adamcooke adamcooke force-pushed the v3 branch 3 times, most recently from 9abf39b to 27fbca0 Compare February 21, 2024 17:43
app/util/query_string.rb Fixed Show fixed Hide fixed
@adamcooke adamcooke self-assigned this Feb 22, 2024
config/postal.example.yml Fixed Show fixed Hide fixed
config/postal.example.yml Fixed Show fixed Hide fixed
config/postal.example.yml Fixed Show fixed Hide fixed
app/lib/query_string.rb Dismissed Show dismissed Hide dismissed
adamcooke and others added 21 commits February 24, 2024 10:24
Previously Postal was fairly forgiving about line endings. This requires that the end of data sequence is `<CR><LF>.<CR><LF>`.
This avoids potentially sending mail to the A record when an MX query times out.

closes #2833
doc/config/yaml.yml Dismissed Show dismissed Hide dismissed
@adamcooke adamcooke marked this pull request as ready for review March 4, 2024 10:28
@adamcooke adamcooke merged commit 2359829 into main Mar 4, 2024
8 checks passed
@adamcooke adamcooke deleted the v3 branch March 4, 2024 21:08
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