Releases: jjrom/resto
resto 7.0.0-rc.5
What's Changed
- Correct issue #356 (Root catalog has invalid STAC object somewhere in the child & item link relation tree) in #357
- Correct issue #360 (href link should be encoded) in #362
- Correct issue #359 (Update conformance classes for Features endpoints) by @jjrom in #363
- Simplify catalogs hierarchy in root endpoint by @jjrom in #364
Full Changelog: v7.0.0-rc.4...v7.0.0-rc.5
v6.1.7-1
resto 7.0.0-rc.4
What's Changed
- Remove debug message echoed after collection POST
- Check for greater or equal to ADDON_STAC_MINMATCH (previously check for greater only)
Full Changelog: v7.0.0-rc.3...v7.0.0-rc.4
resto 7.0.0-rc.3
Merge pull request #352 from jjrom/develop [7.0.0-rc.3] All addons are now stored under /app/resto/addons
resto v7.0.0-rc.2
What's Changed
- Develop by @jjrom in #343
- [STAC] String property 'planet' replaced by ssys:targets array property by @jjrom in #344
- Use input feature id directly if already a valid UUID - correct issue… by @jjrom in #345
- Check for bbox validity in input collection by @jjrom in #346
- Add liveness probe by @MichaelBitard in #347
- docker healthcheck based on liveness by @MichaelBitard in #348
- Manage admin user inside docker by @MichaelBitard in #349
- Run database scripts during deployment by @jjrom in #350
- Update version to 7.0.0-rc.2 by @jjrom in #351
New Contributors
- @MichaelBitard made their first contribution in #347
Full Changelog: v6.2.0...v7.0.0-rc.2
resto 6.2.0
What's Changed
- [BREAKING CHANGE] Upgrade resto-database to postgis/postgis:14-master by @jjrom in #316
- [STAC] Upgrade to stac-api 1.0.0-rc.1 by @jjrom in #319
- Add support for NOT in CQL 2 by @jjrom in #320
- Correct issues raised from PR #319 by @jjrom in #325
- Correct (huge) performance issue on CQL2 filter for datetime by @jjrom in #326
- Performance optimization by @jjrom in #327
- Typo in previous commit by @jjrom in #328
- Add POSTGRES_MAX_PARALLEL_WORKERS by @jjrom in #333
- Add a bunch of postgresql conf by @jjrom in #334
- POST collection now support input extent (correct issue #331) by @jjrom in #335
- Correct issues #336 and #337 by @jjrom in #338
- Upgrade resto to jjrom/nginx-fpm:8.1-1 by @jjrom in #340
- Remove unusued SAML code by @jjrom in #341
Full Changelog: v6.1.7...v6.2.0
resto v6.1.7
Highlights
- Correctly handle statistics for hierarchical facet type
- Support hashtag with prefix in description (e.g. catalog)
- Query parameters _splitGeom can be explicitely set to false to not ap…
About
resto is a metadata catalog and a search engine dedicated to geospatialized data. Originally, it’s main purpose it to handle Earth Observation satellite imagery but it can be used to store any kind of metadata localized in time and space.
resto v6.1.6
Highlights
- Support both resto and STAC query filter name in search (e.g. "processingLevel" and "processing:level"
About
resto is a metadata catalog and a search engine dedicated to geospatialized data. Originally, it’s main purpose it to handle Earth Observation satellite imagery but it can be used to store any kind of metadata localized in time and space.
resto v6.1.5
Highlights
- Upgrade to jjrom/nginx-fpm:8.1
- Do not force SMTP authentication
- Major speed improvement in getCount when heatmapNoGeo is requested
About
resto is a metadata catalog and a search engine dedicated to geospatialized data. Originally, it’s main purpose it to handle Earth Observation satellite imagery but it can be used to store any kind of metadata localized in time and space.
resto v6.1.4
Highlights
- Hashtag from description field are attached to a collection in facet not to '*'
About
resto is a metadata catalog and a search engine dedicated to geospatialized data. Originally, it’s main purpose it to handle Earth Observation satellite imagery but it can be used to store any kind of metadata localized in time and space.