Skip to content

Releases: jjrom/resto

resto v9.5.9

17 Jan 14:50
2de785e
Compare
Choose a tag to compare

What's Changed

  • Set title to “All items” for the rel=”items” endpoint in catalogs instead of repeating the parent title
  • Add a “created” column in catalog_feature table to order feature catalog by last inserted, first displayed
  • The PHP antimeridian computation to split polygon that replaced the SQL code incorrectly split polygons that span more than 180 degrees in longitude. This does not work for global product. Hence, the hypothesis for split/no split is no more based on longitude length asumption but on the order of westernmost vs easternmost coordinates with the asumption that the first coordinates in the GeoJSON is always the westernmost coordinate (follows GeoJSON convention)
  • Title and description of collection are now duplicated within the catalog table so a search in rocket correctly displayed it

Full Changelog: v9.5.8...v9.5.9

resto v9.5.8

13 Jan 10:33
c04429d
Compare
Choose a tag to compare

What's Changed

  • Correct issue on POST /search on bbox by @jjrom in #488

Full Changelog: v9.5.7...v9.5.8

resto v9.5.7

13 Jan 08:22
993879f
Compare
Choose a tag to compare

What's Changed

  • Correct issue when searching with owner by @jjrom in #487

Full Changelog: v9.5.6...v9.5.7

resto v9.5.6

12 Jan 15:02
304afed
Compare
Choose a tag to compare

What's Changed

  • [IMPORTANT] Use $request_uri instead of $uri in nginx to get raw inpu… by @jjrom in #486

Full Changelog: v9.5.5...v9.5.6

resto v9.5.5

09 Jan 10:30
686b28f
Compare
Choose a tag to compare

What's Changed

  • Don't compute years catalogs if iTag endpoint is not set by @jjrom in #485

Full Changelog: v9.5.4...v9.5.5

resto v9.5.4

27 Dec 13:50
e8b1b3b
Compare
Choose a tag to compare

What's Changed

  • Add user endpoints to get resources by @jjrom in #484

Full Changelog: v9.5.3...v9.5.4

resto v9.5.3

26 Dec 15:05
7f877ab
Compare
Choose a tag to compare

What's Changed

  • Replace SQL function ST_SplitDateLine from tamn with PHP antimeridian code by @jjrom in #483

Full Changelog: v9.5.2...v9.5.3

v9.5.2

20 Dec 11:43
3de6c4b
Compare
Choose a tag to compare

What's Changed

  • Move created resource visibility at user level not at core level by @jjrom in #482

Full Changelog: v9.5.1...v9.5.2

resto v9.5.1

18 Dec 11:50
4b410bf
Compare
Choose a tag to compare

What's Changed

    • Add COUNT_CATALOGS option to force count of catalogs. Disabled by d… by @jjrom in #481

Full Changelog: v9.5.0...v9.5.1

resto v9.5.0

17 Dec 15:40
290dcda
Compare
Choose a tag to compare

What's Changed

  • Add "All items" title to rel="items" link by @jjrom in #480

Full Changelog: v9.4.0...v9.5.0