Skip to content

Releases: rsyi/whale

v1.3.3

03 Jan 04:33
782e0f3
Compare
Choose a tag to compare
Update cd.yml (#127)

v1.3.2

31 Dec 06:52
c7c3b0f
Compare
Choose a tag to compare

Release notes

  • Fixes a bug in the Makefile preventing fresh whale installs from correctly moving the whale binary into the ~/.whale directory.

v1.3.1

21 Dec 19:48
Compare
Choose a tag to compare

Postmortem notes

This introduces another breaking bug if you have not installed whale before, and for users installing using the makefile. Fixed in 1.3.2.

Release notes

  • Scrape info on whether or not a table is a view from Postgres.

v1.3.0

18 Dec 23:29
Compare
Choose a tag to compare

Release notes

  • Postgres view support.
  • Fix critical rust bug from 1.2.1.
  • Slack support (finally advancing version).

v1.2.1

02 Dec 22:38
8c360aa
Compare
Choose a tag to compare

Postmortem notes

Rust interface does not correctly populate search results.

Release notes

This is a minor release, simply fixing the pypi library. pip install whale-pipelines should now function correctly, for those who want to use whale as a stand-alone python SQL runner.

v1.2.1rc0

22 Nov 23:00
Compare
Choose a tag to compare
v1.2.1rc0 Pre-release
Pre-release
fix: patch pypi deployment

v1.2.0

21 Nov 21:51
774e6c7
Compare
Choose a tag to compare

Postmortem warnings

  • Pypi library is broken here.

Release notes

  • Adds jinja templating support to all query runners.
  • Cloud spanner docs added (rust onboarding still needs to be updated).

v1.1.5

06 Nov 19:27
7d0d56e
Compare
Choose a tag to compare

Release notes

  • Hotfix: 1.1.4 change broke the glue extractor.

v1.1.4

05 Nov 22:54
38a9d93
Compare
Choose a tag to compare

Postmortem warnings

  • Glue is broken for S3 (it seems), though it works for RDS. See v1.1.5 for a fix.

Release notes

  • Changes in Glue extraction behavior -- we now parse table locations better (correctly -- before it would just leave things as catalog_schema_table vs catalog.schema.table), and shove instances (which should be "databases" in the typical jargon) into separate folders.
  • Undocumented Google Cloud Spanner support (will advance the minor version once we add the support to the rust side of things, and some documentation).

v1.1.3

01 Nov 22:13
Compare
Choose a tag to compare

Release notes

Major fixes

  • Metrics have been generally improved.
    • Multiple metric calculations no longer separate into separate sections in the programmatically-generated markdown (terrible that this was this way before!).
    • A failed metric now simply triggers a warning in the log, and is then skipped. Previously, the metrics engine would completely halt.

Smaller changes

  • Improved mocking (tests now no longer require github secrets).
  • Editorconfig support.
  • More explicit dependencies and small improvements to python CI workflow.