Skip to content

Releases: uktrade/matchbox

v0.2.1

14 Jan 17:01
b42c3b5
Compare
Choose a tag to compare

Major update to the PostgreSQL backend and ingest process.

  • Backend now keyed to BIGINT instead of hashes
  • Hash calculation on ingestion moved to the parts that are anticipated as "server side" on the addition of an API
  • Arrow is now our default data representation on the anticipated "client side"

Remaining in the 0.2.* semver series as the addition of the API will mark the next minor release number.

v0.2.0

01 Nov 16:31
0836c73
Compare
Choose a tag to compare

A slimmed down version of the PostgreSQL backend that implements the proposed 0.2 architecture.

Implementing this also allowed the refinement of the backend adapter API, which should make adding new backends simpler.

v0.1.0

22 Oct 11:00
c84a460
Compare
Choose a tag to compare

Matchbox 0.1 refactors to consider PostgreSQL one of many possible backends, but with no change to its underlying architecture.

Prototype version

09 Oct 16:51
Compare
Choose a tag to compare
Prototype version Pre-release
Pre-release

The repo as it stood on DBT's internal GitLab, when this was the Company Matching Framework.