Skip to content

Commit

Permalink
dev: prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Jul 24, 2024
1 parent 64d5b47 commit 9c61ea2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2.2.0 2024-07-24
~~~~~~~~~~~~~~~~

Improvements:

- Add timeout to SQLite connect for geopackages. This helps against locking exceptions
- Improvement of documentation, typos, wrong cli commands, old python2 stuff
- The WMTS capabilites will now advertise the WMS GetLegendGraphic as a LegendURL if both services are active
- It is possible now to configure LegendURLs that should be shown in the WMTS capabilities
- A new method for plugins to intercept and modify requests made to MapProxy was added.

Maintenance:

- Removal of debian package information
- Fix docs workflow

Fixes:

- Remove import of the packaging library that does not appear in the `install_requires`
- Only install and use `importlib_resources` in python 3.8


2.1.1 2024-07-16
~~~~~~~~~~~~~~~~
Fixes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def long_description(changelog_releases=10):

setup(
name='MapProxy',
version="2.1.1",
version="2.2.0",
description='An accelerating proxy for tile and web map services',
long_description=long_description(7),
author='Oliver Tonnhofer',
Expand Down

0 comments on commit 9c61ea2

Please sign in to comment.