Skip to content

Tags: louwers/martin

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix (re-)compression of images (maplibre#579)

Compression middleware turned out to be hard to use for image cases - it
simply looks at the content-encoding, and if not set, tries to compress
if accepted by the client.

Instead, now individual routes are configured with either that
middleware, or for tiles, I decompress and optionally recompress if
applicable.

Now encoding is tracked separately from the tile content, making it
cleaner too. Plus lots of tests for mbtiles & pmtiles.

Fixes maplibre#577

v0.7.0

Toggle v0.7.0's commit message
cleanup readme versions

v0.6.2

Toggle v0.6.2's commit message
add v0.6 branch to CI

v0.6.1

Toggle v0.6.1's commit message
bump from yanked dependencies

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set to v0.6

v0.6.0-rc.6

Toggle v0.6.0-rc.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix CI tests to include all targets and docs (maplibre#483)

v0.6.0-rc.5

Toggle v0.6.0-rc.5's commit message
need different names in CI

v0.6.0-rc.4

Toggle v0.6.0-rc.4's commit message
Rename build steps

v0.6.0-rc.3

Toggle v0.6.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add separate build job in CI (maplibre#438)

This PR adds a separate build job in CI and installs OpenSSL for Windows
runner. Closes maplibre#437

v0.6.0-rc.2

Toggle v0.6.0-rc.2's commit message
add release trigger for the CI job