Skip to content

Releases: uktrade/pg-bulk-ingest

v0.0.52

30 May 08:14
a8648f6
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v0.0.51...v0.0.52

v0.0.51

19 Mar 18:25
3d9a74c
Compare
Choose a tag to compare

What's Changed

  • perf: GRANT all SELECT privileges in a single query by @michalc in #213

Full Changelog: v0.0.50...v0.0.51

v0.0.50

19 Mar 17:58
26d5ba9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.49...v0.0.50

v0.0.49

14 Mar 10:16
94621df
Compare
Choose a tag to compare

What's Changed

  • fix: allows use of non-utf8 bytes in bytea columns by @wpfl-dbt in #208

Full Changelog: v0.0.48...v0.0.49

v0.0.48

13 Mar 16:11
8bb9781
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.47...v0.0.48

v0.0.47

12 Mar 10:47
726cccc
Compare
Choose a tag to compare

What's Changed

🎉 New Contributors

Full Changelog: v0.0.46...v0.0.47

v0.0.46

10 Feb 22:23
d1b8dda
Compare
Choose a tag to compare

What's Changed

The main change in this release is the addition of support of ingesting to multiple tables per call to ingest, while being as stream-y as possible, and also in a single transaction per batch 🎉

  • feat: support multiple tables by @michalc in #176
  • docs: avoid hinting that only a single table is supported by @michalc in #178

Full Changelog: v0.0.45...v0.0.46

v0.0.45

10 Feb 09:59
f1e22f0
Compare
Choose a tag to compare

What's Changed

  • docs: add getting started with dagster section by @JosefSmith in #165
  • docs: adding some basic docs about using high watermarks by @JosefSmith in #166
  • build(deps): move to govuk-eleventy-plugin v6.0.3 by @michalc in #167
  • docs: make logo a bit tighter by @michalc in #168
  • build(deps): pin localtunnel to avoid axios vulnerability by @niross in #169
  • build(deps): add rollup-linux-x64-gnu as optional dependency by @michalc in #170
  • build(deps): fix package-lock.json by @michalc in #171
  • build(deps): fix package-lock.json again by @michalc in #172
  • build(deps): fix package-lock.json for the third time by @michalc in #173
  • build(deps): avoid axios vulnrability (again) by @michalc in #174
  • refactor: use to-file-like-obj by @michalc in #175

New Contributors

Full Changelog: v0.0.44...v0.0.45

v0.0.44

25 Sep 15:05
0b6b2ff
Compare
Choose a tag to compare

What's Changed

  • docs: use new utility function _to_file_like_obj() in example code by @JosefSmith in #164

Full Changelog: v0.0.43...v0.0.44

v0.0.43

25 Sep 14:19
92b0b5c
Compare
Choose a tag to compare

What's Changed

  • docs: add Prerequisites to Airflow guide by @michalc in #145
  • docs: better setup instructions by @michalc in #146
  • docs: tweak example instructions to be more consistent with Airflow instructions by @michalc in #147
  • docs: improve flow and mention that the environment variable for the database will likely be different by @michalc in #148
  • docs: tweak order, putting Airflow higher up by @michalc in #149
  • docs: use DAG more the pipeline when talking about Airflow by @michalc in #150
  • docs: slightly more concise by @michalc in #151
  • tests: test for larger amounts of data by @michalc in #152
  • refactor: comment out dead code (but don't remove it) by @michalc in #153
  • tests: test that assert that multiple tables, for now, are not supported by @michalc in #154
  • refactor: reduce a small amount of duplication in tests by @michalc in #155
  • docs: more features on the front page by @michalc in #156
  • docs: more features on front page by @michalc in #157
  • docs: split up the get started page to make it a bit less scary by @michalc in #158
  • docs: link to PostgreSQL docs by @michalc in #159
  • docs: make it clearer that the Airflow guide is not directly after the regular Get started guide by @michalc in #160
  • docs: fix missing space between words by @michalc in #161
  • docs: fix link and improve clarity around the create_dag function by @michalc in #162
  • deps: bump eleventy plugin and associated packages by @michalc in #163
  • feat: add to_file_like_obj utility function to pg-bulk-ingest by @JosefSmith in #143

Full Changelog: v0.0.42...v0.0.43