Skip to content

Releases: uktrade/pg-bulk-ingest

v0.0.54

09 Jul 14:01
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #222
  • build(deps): update various documentation deps by @michalc in #224
  • feat: enable-type-checking-in-repo by @osimuka in #225
  • feat: airflow get started to separate hwm settings and hwm value by @joshwong-cs in #226

New Contributors

Full Changelog: v0.0.53...v0.0.54

v0.0.53

21 Jun 08:13
e752609
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.52...v0.0.53

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