Skip to content

martin-v1.2.0

Latest

Choose a tag to compare

@CommanderStorm CommanderStorm released this 04 Jan 07:08
· 12 commits to main since this release
62c0fec

Optionally fail config loading/resolution for missing sources

We added the on_invalid: abort (default) and on_invalid: warn settings, which controls what happens when martin encounters an missing/invalid source.

Done in #2412, #2426 by @gabeschine

Click to copy when clicking on various IDs in the UI

When clicking on various IDs in the UI, a click to copy feature is now available.

image

Done in #2427 by @todtb

Fixed

  • (pg) Instead of reporting on all available tables, we now filter the result to the configured sources when auto_publish: false (#2411)
  • (sprites) Scale SDF buffer and radius by pixel ratio leading to weird artefacts when using retina sdf sprites (#2458)

Other

  • made our dependency management more reproducible/stable (#2442, #2429, #2415)
  • various dependency bumps (#2439, #2435, #2418, #2471)
  • (bench) improve benchmark accuracy by adding black_box for tables/functions (#2413)
  • (pmtiles) add pmtiles test in martin-core (#2443)