Skip to content

v2.12.2

Choose a tag to compare

@sorentwo sorentwo released this 31 Mar 09:53
· 24 commits to main since this release

Enhancements

  • [Jobs] Allow editing jobs in any state except executing

    Oban.update_job/3 allows editing any non-executing job, so the detail component's edit form should as well.

  • [Standalone] Ship inetrc in standalone Docker image for native DNS resolution (#173)

    The BEAM VM's built-in DNS resolver ignores /etc/resolv.conf, which prevents the standalone image from resolving internal hostnames on platforms like Fly.io and Kubernetes with CoreDNS.

Bug Fixes

  • [Query] Prevent table check with non-PostgreSQL engines

    The crons and workflows table checks only apply to Pro, and only Postgres engines should check whether the tables exist.