Skip to content

Releases: georchestra/data-api

Release 1.2.1

09 Sep 06:45
Compare
Choose a tag to compare

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

27 Jun 13:15
Compare
Choose a tag to compare

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

31 Dec 00:52
v1.1.0
Compare
Choose a tag to compare

What's Changed

Features

Build

  • Upgrade spring-cloud:2022.0.4 to latest release 2023.0.0 by @groldan in #16

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

31 Dec 00:49
v1.0.0
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/camptocamp/mel-data-api/commits/v1.0.0