Releases: gicait/geoserver-rest
Releases · gicait/geoserver-rest
v2.10.0
What's Changed
- update readme.md for extra dependency by @iamtekson in #177
- New Feature: add supprot for external | url method when create coveragestore by @maslke in #178
- Implemented create coverage method by @maslke in #179
- Fix absolute path issue in create_datastore function by @maxx-mill in #181
New Contributors
- @maslke made their first contribution in #178
- @maxx-mill made their first contribution in #181
Full Changelog: v2.9.1...v2.10.0
v2.9.1
‼️ Breaking changes‼️
The previously dependent packages gdal, seaborn, and matplotlib have been categorized as optional. This change simplifies the installation of geoserver-rest by removing several dependencies, especially gdal.
However, to ensure all functionality remains available, you must install these optional packages separately. Without them, the following functions will not work:
create_coveragestylecreate_categorized_featurestylecreate_outline_featurestylecreate_classified_featurestyle
To install all optional dependencies, use one of the following commands:
pip install geoserver-rest[all]What's Changed
- support updating service's settings by @pesekon2 in #166
- fix typo in documentation for regexpValidator by @geraldo in #168
- make gdal dep optional by @iboates in #172
- make
gdal,seabornandmatplotlibdependency optional by @iamtekson #174 - update the documentation for new installation by @iamtekson #175
- fixed the broken API link by @iamtekson #176
New Contributors
Full Changelog: v2.8.3...v2.9.0
v2.8.3
v2.8.2
What's Changed
- Close #160 by @iamtekson in #161
- Replaced "requests" method by internal "_requests" method by @iamtekson in #162
Full Changelog: v2.8.0...v2.8.2
v2.8.0
What's Changed
- Changed order of XML validating vs. opening SLD file path to stop crashes on Windows due to file path length by @iboates in #149
- how_to_use: fix broken get_...() examples by @pesekon2 in #152
- setup automatic tests by @iboates in #151
- More request customization by @iboates in #153
- ai-based doc cleanup by @iboates in #155
New Contributors
Full Changelog: v2.7.0...v2.8.0
v2.7.0
v2.6.0
What's Changed
- Layer group creation modes by @micder in #132
- Managing of recalculate param and cqlfilter by @micder in #134
- Make transparent by removing fill color option by @Kiggo in #135
- Set stroke-width dynamically by @Kiggo in #137
- Add opacity parameter to create_coverage by @MarkTNO in #138
New Contributors
- @micder made their first contribution in #132
- @Kiggo made their first contribution in #135
- @MarkTNO made their first contribution in #138
Full Changelog: v2.5.3...v2.6.0
v2.5.3
v2.5.2
What's Changed
- Minor fix for correct create_shp_datastore response by @szokejokepu in #120
- close #121 by @iamtekson in #122
- auto docstring for python api by @iamtekson in #127
- feat: publish and edit featurestore with abstract and keywords by @wickes1 in #128
- Update development and installation instructions by @Zeitsperre in #129
- close #87, keycolumn in sqlview by @iamtekson in #130
New Contributors
Full Changelog: v2.5.1...v2.5.2
v2.5.1
Full Changelog: v2.5.0...v2.5.1