Skip to content

Commit

Permalink
Bump to 1.4.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jul 1, 2024
1 parent 406456b commit db37d7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# 2024-07-01 (1.4.0)

* Added `GISSERVER_COUNT_NUMBER_MATCHED` setting to allow disabling "numberReturned" counting.
This will avoid an expensive PostgreSQL COUNT query, speeding up returning large sets.
* Added basic support for array fields in `GetPropertyValue`.
* Optimized GML rendering performance (around 15-20% faster on large datasets).
* Optimized overall rendering performance, which improved GeoJSON/CSV output too.
* Developers: updated pre-commit hooks
* Cleaned up leftover Python 3.7 compat code.

# 2023-06-08 (1.3.0)

## Updates
* Django 5 support added.

## Contributors
Expand Down
2 changes: 1 addition & 1 deletion gisserver/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0" # follows PEP440
__version__ = "1.4.0" # follows PEP440

0 comments on commit db37d7d

Please sign in to comment.