Important
This is likely the last feature release for v3.x
. The upcoming major release v4.0
will bring some breaking changes:
- All configurations options marked as deprecated will be removed.
- The current data directory layout is deprecated and will no longer be supported. It is superseded by the new store concept.
- The manager is deprecated and will be removed. There will be a replacement with a focus on the automatic creation of configurations that is currently part of the manager, but other features might be discontinued.
To prepare your configurations for the upcoming changes, check out the migration documentation.
Implemented enhancements
- support queryables/sortables in JSON columns #1050
- introduce GraphQL feature provider #1037
- add support for terrain im MapLibre styles #1023
- improve layer control in webmap #1015
- Schemas: use encoding-agnostic schema instead of describing the GeoJSON representation #973
- controlling the encoding of feature relationships #972
- Feature Schema: support representations that better match the application schema #971
- Feature Schema: data type for references to features #970
- add audience claim support #925
- add attribute based access control #722
- add auth flow integration #721
- add fine-grained role based access control #720
- enhanced access control #717
Improvements
- update OpenAPI definition to state maturity of API components #1056
- JSON-FG: use the objectType in the provider schema as the default feature type #1029
- improve html customization #1003