1. 26
    1. 3

      The ability to reload the configuration from the database with the NOTIFY command looks great.

      1. 5

        (Disclosure: I work at supabase)

        The removal of pg_listen means we can completely remove an external dependency. It’s the best type of refactoring where we can now remove one whole item from the infrastructure setup.

        The most significant is the performance improvements though - 50% more throughput is an incredible update (considering it was already so fast)

        1. 2

          Yes, 50% improvement is super impressive. And PostgREST’s ability to simplifying infrastructure is absolutely the biggest win for me.

    2. 3

      In a world where GraphQL has been denominating, it’s great to see PostgREST still kicking. I was recently assessing it again for a project, and seeing another update always brings confidence.