Conversation
chenrui333
approved these changes
May 30, 2025
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
It is particularly noticable in usecases with slow networking.
What we did:
We added
ETag-header handling to martin.If your device caches tiles, it will attach an
If-None-Match-header with the expectedETag.If we notice that the tile would match this
ETag, we will send a304 Not Modified.Your device now skips a bit of network bandwith and time downloading tiles.
Done by @CommanderStorm in maplibre/martin#1836 maplibre/martin#1834 maplibre/martin#1787
Confiugring CORS
We added the ability to configure CORS-related setting for tighter security.
The configuration file now accepts
Done by @NINNiT in maplibre/martin#1815
Minor changes
--sourceif one source is available by @sdf-jkl in feat(martin-cp): Allow --source to not be required if only one source is available #1809 maplibre/martin#1823mbtiles-crateMbtiles::containsby @CommanderStorm in feat: addMbtiles::containsmaplibre/martin#1850Mbtiles::stream_coordsandMbtiles::stream_tilesby @Murtaught in feat(mbtiles): addMbtiles::stream_coordsandMbtiles::stream_tilesmaplibre/martin#1847mbtileshash extraction support by @CommanderStorm in feat:mbtileshash extraction support maplibre/martin#1787Maintenance
DANGER_ACCEPT_INVALID_CERTSenv var by @nyurik in IgnoreDANGER_ACCEPT_INVALID_CERTSenv var maplibre/martin#1853clippy::uninlined_format_argsby @CommanderStorm in fix:clippy::uninlined_format_argsmaplibre/martin#1843just fmt-sqlto just recipe by @sharkAndshark in Addjust fmt-sqlto just recipe maplibre/martin#1813cargo::rerun-if-env-changedto prevent cache poisoning by @CommanderStorm in fix(ci): addscargo::rerun-if-env-changedto prevent cache poisoning maplibre/martin#1797 fix(ci): cargo update to evict the cache maplibre/martin#1798clippy::unnecessary_semicolonby @CommanderStorm in fixclippy::unnecessary_semicolonmaplibre/martin#1782Dashmapfrom the catalog by @CommanderStorm in feat: remove wastefullDashmapfrom the catalog maplibre/martin#1825Documentation
mbtilesby @CommanderStorm in docs: add more docstrings tombtilesmaplibre/martin#1786Dependency updates
update rollup by @mmoll in update rollup maplibre/martin#1816
update all deps by @nyurik in update all deps maplibre/martin#1852
and a bunch of dependency updates (click to expand)
New Contributors
Mbtiles::stream_coordsandMbtiles::stream_tilesmaplibre/martin#1847Full Changelog: maplibre/martin@v0.16.0...v0.17.0
View the full release notes at https://github.com/maplibre/martin/releases/tag/v0.17.0.