Releases: georchestra/data-api
Releases · georchestra/data-api
v1.3.0
What's Changed
- Add ability to publish data belonging to all DB schemas by @groldan in #39
- Fix bbox filter with postgis by @f-necas in #43
- Implements an optional application yaml by @f-necas in #45
- update -D flag name as we are not using for the deployement the datad… by @jeanmi151 in #46
- Fix excel export by @f-necas in #50
- Allow to enable cors with configuration by @f-necas in #49
New Contributors
- @jeanmi151 made their first contribution in #46
Full Changelog: v1.2.1...v1.3.0
v1.2.3
Release 1.2.1
What's Changed
- Coding style improvements based on sonarlint suggestions by @groldan in #38
- Add bbox filter to queries by @f-necas in #40
Full Changelog: 1.2.0...1.2.1
Release 1.2.0
What's Changed
- Add missing pg.schema to app.yml and log it by @f-necas in #17
- links - using the right static method to generate links (fix #18) by @pmauduit in #19
- Use OpenAPI tag names to generage Java API interfaces by @groldan in #20
- Implements Landing & conformance page by @pmauduit in #21
- simple json output - instruct Jackson to ISO-8601 format dates by @pmauduit in #23
- java21 support - bump lombok version by @pmauduit in #25
- Implement crs reprojection by @f-necas in #22
- Change docker image to geor/data-api by @f-necas in #28
- Add items type to paginable formats by @f-necas in #27
- fix: auto closing stream in try with res by @f-necas in #31
- Set cors to everything by default by @f-necas in #32
- Adds documentation for docker hub by @f-necas in #33
- Upgrade to Spring Boot 3.3.0 and Java 21, enabled virtual threads by @groldan in #34
- Upgrade GeoTools 31-SNAPSHOT to latest 31.2 by @groldan in #35
- Reduce log bloating from SchemaUnawarePostGISDialect by @groldan in #37
- Fix OGC API shapefile download by @groldan in #36
- Override default implementation of getGeometryDimension by @f-necas in #30
New Contributors
Full Changelog: v1.1.0...1.2.0
Release 1.1.0
What's Changed
Features
Build
Other
- 4e30aee QA improvements on tests
- 35152ba improved tests for MimeTypesTest
- bd65432 Avoid CI build log flooding with maven --no-transfer-progress flag
- 3c12ed7 Make sure all Streams are closed in tests
- e9f53af Specify logger names and levels
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
What's Changed
- Ogc features/core by @groldan in #1
- Support download datasets in CSV, Shapefile, and Excel formats by @groldan in #2
- Support specifying the output format of fetch features with a query parameter by @groldan in #3
- Exclude shapefile links if collection is not geospatial by @groldan in #4
- Support serving ogc-features from PostGIS by @groldan in #5
- Use better structured sample datasets, easier to import by @jeanpommier in #8
- Use geopackage instead of csv files for sample datasets by @jeanpommier in #9
- Introducing a filter parameter on the "items" endpoint by @pmauduit in #7
- ogc-api-features - fixing links depending on the requested format by @pmauduit in #11
- Ensure the PostGIS backend supports external schema changes by @groldan in #13
- Paging and sorting by @groldan in #14
- Fix filtering of attributes with spaces in their name by @groldan in #10
New Contributors
- @jeanpommier made their first contribution in #8
- @pmauduit made their first contribution in #7
Full Changelog: https://github.com/camptocamp/mel-data-api/commits/v1.0.0