这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: mapproxy/mapproxy

2.2.1

10 Apr 10:08
f8db9e1

Choose a tag to compare

Fixes:

  • Security fix to prevent XSS injections in demo pages
  • Security fix to prevent reading file urls

What's Changed

Full Changelog: 2.2.0...2.2.1

1.16.1

10 Apr 12:40
1ecc973

Choose a tag to compare

Fixes:

  • Security fix to prevent XSS injections in demo pages
  • Security fix to prevent reading file urls

What's Changed

Full Changelog: 1.16.0...1.16.1

4.0.1

25 Mar 13:12

Choose a tag to compare

Improvements:

  • Added docs regarding OGC API support

Fixes:

  • WMTS Demo now works if kvp is disabled

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

21 Mar 18:50

Choose a tag to compare

Breaking:

  • Removed legacy seed configuration.
  • Removed Python 3.8 support.
  • Removed riak support as the client library is not maintained anymore. If you rely on the riak support you have to
    continue to use version 3.1.3 with Python 3.8.

Improvements:

  • The tile removal and refresh code is improved by simplifying the usage of remove_timestamp and before_timestamp
    and complementing them by new remove_all and refresh_all parameters.
  • Add a default logging config to the docker images.
  • Add environment variables to the docker images to enable and configure multiapp support.
  • Added a docker compose file to make it easy to run & build docker images and to use as reference.
  • Updated and improved the documentation about usage of the docker images.

Maintenance:

  • Use python build instead of invoking setup.py.
  • Removal of the six library.
  • Removed array initializers in function signatures.

Fixes:

  • Added AdminstrativeArea to WMTS serviceprovider metadata.
  • Fixed spelling & grammar in seed.rst.
  • Fixed problem with combined usage of coverage and the remove_all cache config parameters.
  • Fixed missing dimension parameters in the remove_tile functions of various caches.

What's Changed

New Contributors

Full Changelog: 3.1.3...4.0.0

3.1.3

26 Nov 09:05

Choose a tag to compare

Maintenance:

  • Several dependencies for the tests and GitHub actions have been updated
  • Spelling and grammar mistakes in the documentation corrected

Fixes:

  • The chmod to update file permissions is now only called if the file was freshly created
  • A bug with clipping polygons that become multi polygons due to the clipping is now fixed

What's Changed

Full Changelog: 3.1.2...3.1.3

3.1.2

20 Nov 14:57

Choose a tag to compare

Maintenance:

  • Several dependencies for the tests and github actions have been updated

Fixes:

  • Metadata URLs are now required to have a url, type and format
  • The layers of a wms req are now correctly splitted at , for validation
  • The validation for seeding configs is fixed
  • Single color tiles are now created with configured file_permissions

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

15 Nov 10:27

Choose a tag to compare

Maintenance:

  • Werkzeug version is no longer pinned and can be chosen freely.

Fixes:

  • The permission handling for file locks now also sets permissions on the files not just on the directories.

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

22 Oct 11:57

Choose a tag to compare

Improvements:

  • Add new config parameters file_permissions and directory_permissions to set file and directory
    permissions on newly created cache files and directories.

Maintenance:

  • Dependency updates

Fixes:

  • Fix transparency in TMS demo page.

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.1

27 Aug 13:11

Choose a tag to compare

Fixes:

  • Fix capabilities links in demo page and config template
  • Trivy report format

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

27 Aug 09:24

Choose a tag to compare

Breaking:

  • Add proper XML Exception when service parameter disabled / invalid or missing
    In the past MapProxy returned WMS Capabilities when no explicit service parameter was given in
    GetCapabilities requests. With this change, an OGC exception will be returned instead.
    Invalid service types now also return a proper exception instead of an internal error.
    Besides, the status code of exception responses now have a 400 or 500 code instead of 200
    for better conformity.

Maintenance:

  • Add test for seeding sqlite cache
  • Documentation updates and clarifications
  • Dependency updates

Fixes:

  • Fix gh-pages workflow

What's Changed

Full Changelog: 2.2.0...3.0.0