What's Changed * docs: improve example by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/120 * docs: move features out of example by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/121 * docs: improve under the hood docs by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/122 * feat: allow batch high-watermarks to be callable by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/123
What's Changed * feat: if deleting, ingest into fresh table rather than actually deleting data by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/119
What's Changed * docs: clarify features by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/117 * feat: pass schema and table to on before visible by JosefSmith in https://github.com/uktrade/pg-bulk-ingest/pull/118
What's Changed * feat: avoid any possible race condition by granting permissions earlier by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/114 * docs: simplify index docs by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/112 * docs: fix indexes example by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/116
What's Changed * docs: improve upsert documentation by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/107 * docs: add upsert to example in README by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/108 * docs: clarify batches example by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/109 * docs: improve documentation on the HighWatermark class by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/110 * ci: test on PostgreSQL 16 Beta 2 by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/111 * feat: preserve SELECT permissions when a migration went via another table by michalc in https://github.com/uktrade/pg-bulk-ingest/pull/113