Releases: ldproxy/xtraplatform-spatial
Releases · ldproxy/xtraplatform-spatial
v6.1.3
Full Changelog: v6.1.2...v6.1.3
v6.1.2
v6.1.1
v6.1.0
What's Changed
- changing data by @azahnen in #115
- Update CrsInfo to resolve CRS-related TODOs by @cportele in #114
- cleanup and code quality by @azahnen in #116
- auto docs by @CabukEge in #117
- Updates while editing/reviewing the release candidate of Part 3 by @cportele in #118
- support for 3D bounding boxes by @cportele in #119
- Fix docs by @azahnen in #120
- cql2 json by @azahnen in #121
- update casei(), accenti() and interval() by @cportele in #122
- Abort value transformation chains, if the value has been transformed to null by @cportele in #123
- Added test by @CabukEge in #124
- Spotless by @azahnen in #126
- Codelist Tests by @CabukEge in #125
- enable pre-commit checks by @azahnen in #127
- add multi-platform support by @azahnen in #128
- WFS: support CQL2 filter in Feature query by @cportele in #130
- Add support for 'unit' in FeatureSchema by @cportele in #131
- update crs tests by @cportele in #134
- Schema scopes by @azahnen in #133
- fix removal of constants in queries scope by @azahnen in #136
- rearrange decoded sql according to feature schema by @azahnen in #135
- Fix transformations by @azahnen in #137
- handle properties with the same path by @cportele in #138
- reactivate hitsOnly for SQL providers by @cportele in #140
- fix transformBoundingBox3D by @cportele in #141
- handle degenerate bbox by @cportele in #142
- Multi queries by @azahnen in #139
- Added tests by @CabukEge in #129
- support multiple filters in feature queries by @azahnen in #145
- apply schema transformation to geometries by @azahnen in #144
- fix query builder by @azahnen in #146
- fix numberSkipped by @azahnen in #143
- apply schema transformation to geometries by @cportele in #147
- Add "orElse" string template filter by @cportele in #149
- improve constant normalization by @azahnen in #150
- fix gml polygon inner ring by @azahnen in #151
- support for patching features by @azahnen in #148
- Fix MultiPoint WKT encoding by @cportele in #153
- fix type compatibility check by @cportele in #155
- Add schema constraints to identify geometries as closed or composite by @cportele in #154
- fix build by @azahnen in #156
- fix issue with filter expression with logical operator in a join value query by @cportele in #157
- add bbox intersects by @azahnen in #158
- upgrade rxjava2-jdbc, postgresql, sqlite by @azahnen in #160
- Data updates by @azahnen in #152
- provide value units by @azahnen in #159
- schema prefixes by @azahnen in #161
- fix spatialite loading by @azahnen in #163
- adjust to proj loader changes by @azahnen in #164
- Tiles by @azahnen in #162
- fix broken links by @azahnen in #165
- fix mbtiles by @azahnen in #166
- Support <= and >= for WFS providers by @cportele in #167
- Dataset changes2 by @azahnen in #168
- fix trigger creation by @azahnen in #169
- fix change listener by @azahnen in #170
- fix tiles by @azahnen in #171
- adjust maturity by @azahnen in #172
- increase chunk size by @azahnen in #173
- fix defaults merging by @azahnen in #174
- fix npe in mutations by @azahnen in #175
New Contributors
Full Changelog: v6.0.1...v6.1.0
v6.0.1
v6.0.0
Jpms (#110) * migrate * migrate * migrate sql * migrate sql * migrate routes * fix build, upgrades * license headers * fix tests, cleanup build * fix publication * fix exports * fix transactions * fix hydration * fix modules * fix idleTimeout, add initFailTimeout * fix sourcePaths deser * proj operation logging * fix routes sql * remove interface Dropwizard * spatialite * fix sql inserts * fix transformer caching * fix deps * sql results logging * fix date formatting * do not reload on connection error * fix types validation * improve connection error handling in auto mode * migrate wfs provider * migrate wfs provider * fix wfs issues * fix gml geometry parsing * fix wfs queries * improve handling of temporal data types (#111) * use 'COALESCE' to map properties in intervals that are 'null' to +/- infinity * prohibit mixing DATE and DATETIME in INTERVAL() * treat DATE values as DATES and avoid casting to Instant * fix issue in CQL Text writer with INTERVAL() * filter expressions * cleanup * cleanup * fix gml pass-through, bbox filters * fix npe * improve logging * use non-blocking connection pool * fix connection pool * cql to fes * cql to fes * remove postgres-specific cast LIKE used '::varchar', which created exceptions in SQLite * fix idle timeouts * reenable support for 'now' in 'datetime' * add flag, if a feature provider fully supports CQL2 * WFS filter improvements * add error messages to exceptions to avoid exception message in 400 responses * map temporal operators to comparison operators to support all variations of 'datetime' configurations * pass exception with cause * fix idle timeouts * prepare release Co-authored-by: Clemens Portele <[email protected]>