- This is a security release, to handle a string formatting injection vulnerability, and includes other changes. No backward compatibility issue is expected. See MapCache 1.14 Changelog.
- No backward compatibility issue is expected. See MapCache 1.12 Changelog for a list of bug fixes and new features.
- No backward compatibility issue is expected. See MapCache 1.10 Changelog for a list of bug fixes and new features.
- <dimensions type="time" ...>...SQL should be replaced by <dimensions type="time" ...>...<validate_query>SQL</validate_query><list_query>...</list_query> or <dimensions type="sqlite" time="true" ...>...<validate_query>SQL</validate_query><list_query>...</list_query> (see RFC-121 for full examples)
-
The tileset child has been removed. Time dimensions are now added with
-
<dimension type="values" ...>val1,val2,val3 should be replaced by val1val2val3
-
... should be replaced by <case_sensitive>true</case_sensitive>....
-
<dimension type="regex" ...>^abc$ should be replaced by ^abc$
-
<dimension ... assembly="stack">... should be replaced by <assembly_type>stack</assembly_type><dimension ...>....