Skip to content

Releases: maplibre/martin

v0.6 The long overdue release

19 Nov 16:35
53ebe95
Compare
Choose a tag to compare

Notable Changes

  • Martin joins MapLibre
  • Composite sources support
  • Secure PostgreSQL SSL/TLS connections
  • Apple Silicon support (M1 ARM)
  • Improved CI/CD pipelines
  • Improved test coverage
  • Updated documentation
  • Migrate to latest dependencies such as Actix

BREAKING

  • Remove watch support.
  • Docker now uses entrypoint instead of command. Use command to just pass the arguments.

What's Changed

New Contributors

Read more

v0.6.0-rc.6

19 Nov 16:03
0a5e449
Compare
Choose a tag to compare
v0.6.0-rc.6 Pre-release
Pre-release
fix CI tests to include all targets and docs (#483)

Release process polishing

18 Nov 23:55
Compare
Choose a tag to compare
Pre-release

v0.6.0-rc.4 - a lot of CI work, added M1 ARM target

18 Nov 22:29
Compare
Choose a tag to compare

What's Changed


Full Changelog: v0.6.0-rc.3...v0.6.0-rc.4

v0.6.0-rc.3

22 Oct 17:41
2e19408
Compare
Choose a tag to compare
v0.6.0-rc.3 Pre-release
Pre-release
Add separate build job in CI (#438)

This PR adds a separate build job in CI and installs OpenSSL for Windows
runner. Closes https://github.com/maplibre/martin/issues/437

v0.6.0-rc.2

07 Oct 20:35
Compare
Choose a tag to compare
v0.6.0-rc.2 Pre-release
Pre-release

Debugging release workflow

v0.6.0-rc.1

07 Oct 20:04
Compare
Choose a tag to compare
v0.6.0-rc.1 Pre-release
Pre-release

This is an auto-generated list of changes. We should have a proper one for the non-RC version

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha.0...v0.6.0-rc.1

v1.0.0-alpha.0

18 Oct 13:34
v1.0.0-alpha.0
235f94e
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • drop null serialization in tilejson endpoints (#261) (cee9b2b)

Features

Bug Fixes

v0.5.0

26 Oct 18:28
3b9dfa3
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • TileJSON scheme is XYZ by default

Features

Bug Fixes

  • 🐛 change tilejson scheme to xyz by default (aecb7ce), closes #29

v0.4.1

07 Oct 09:35
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Fix PostGIS version check (#23) (h/t Krizz)