Skip to content

Releases: KNMI/adaguc-server

2.21.0

19 Mar 08:40
3634130
Compare
Choose a tag to compare

NEWS

  • Added support for Redis caching. Redis caching can be enabled by providing a Redis service via the ADAGUC_REDIS environment and configuring caching settings for a dataset in the Settings element.
  • Improved speed of EDR service and added support to cache EDR calls
  • Many performance improvements as a result from KNMI GST sprint on adaguc-server

What's Changed

New Contributors

Full Changelog: 2.19.0...2.21.0

2.19.0

15 Feb 09:12
f9978bc
Compare
Choose a tag to compare

2.17.0

14 Feb 14:30
9c75535
Compare
Choose a tag to compare

Version 2.17.0 2024-02-14

  • Colors in GetMap images now matches exactly the colors configured in the legend and style in png32 mode
  • CSV reader is more flexible
  • Sub configuration files (via include) can now substitute variables as well

What's Changed

New Contributors

Full Changelog: 2.15.1...2.17.0

Support time/height profile data

05 Feb 13:59
d592192
Compare
Choose a tag to compare

Support time/height profile data from https://dataplatform.knmi.nl/dataset/ceilonet-chm15k-backsct-la1-t12s-v1-0

What's Changed

Full Changelog: 2.15.0...2.15.1

Version 2.15.0 2024-01-29 PostgreSQL queries have been optimized

30 Jan 08:46
c265e2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.3...2.15.0

2.14.3

22 Jan 11:22
6a254f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.2...2.14.3

2.14.2

18 Jan 15:37
f001aa0
Compare
Choose a tag to compare

What's Changed

Version 2.14.2 2024-01-15

  • Fix issue where the wrong dimension was forced to a value
  • Add Cache-Control header to WCS requests (DescribeCoverage and GetCoverage)
  • Fix Cache-control when dimensions are forced to a value
  • Make AAIGRID comparison looser (ignore whitespace)
  • Add unit test for Cache-Control headers for WCS AAIGRID format

Full Changelog: 2.14.1...2.14.2

Set keep-alive

11 Dec 14:55
a464b5b
Compare
Choose a tag to compare

Version 2.14.1 2023-12-11

Set keep-alive to support running behind proxy/load balancer.

EDR support (position endpoint only)

27 Nov 10:31
6459b4a
Compare
Choose a tag to compare

Added EDR support for gridded datasets to ADAGUC server.
In this first step only the position endpoint is implemented.
Model reference times (run times) result in collection instances.

See EDRConfiguration

Added Cache-Control header which can be configured via the Settings item

08 Nov 16:41
6e5d7a3
Compare
Choose a tag to compare

Version 2.13.9 2023-11-08

Via the Settings object it is now possible to configure the caching header:

<Settings cache_age_volatileresources="60" cache_age_cacheableresources="7200"/>
  • cache_age_cacheableresources (number) defaults to 0 (disabled), Sets the cache header for fully specified getmap requests
  • cache_age_volatileresources (number), defaults to 0 (disabled), Sets the cache header for things which often change, like a getcapabilities document.