diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11017ea..c723569 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.7.5"} \ No newline at end of file +{".":"2.8.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 170944f..011bf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.8.0](https://github.com/MapColonies/3d-gateway/compare/v2.7.5...v2.8.0) (2026-02-25) + + +### Features + +* added validation against the extractable service (MAPCO-9560, MAPCO-9561) ([#51](https://github.com/MapColonies/3d-gateway/issues/51)) ([c90f45e](https://github.com/MapColonies/3d-gateway/commit/c90f45e9673d296f9e86f18ee3ed6a74e748304b)) + ## [2.7.5](https://github.com/MapColonies/3d-gateway/compare/v2.7.4...v2.7.5) (2026-01-01) diff --git a/bundledApi.yaml b/bundledApi.yaml index 22eada7..2a4dade 100644 --- a/bundledApi.yaml +++ b/bundledApi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: 3d-gateway description: Validating and routing requests - version: 2.7.5 + version: 2.8.0 license: name: MIT url: https://opensource.org/licenses/MIT @@ -254,7 +254,9 @@ components: additionalProperties: false payloadForValidation: type: object - description: 3d model payload, if metadta is not provided will validate only the sources + description: >- + 3d model payload, if metadta is not provided will validate only the + sources required: - modelPath - tilesetFilename @@ -647,7 +649,8 @@ components: allOf: - $ref: '#/components/schemas/Geometry' - description: Geographic demarcation of the product - - example: '{"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]}' + - example: >- + {"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]} heightRangeFrom: type: number format: double @@ -740,7 +743,8 @@ components: allOf: - $ref: '#/components/schemas/Geometry' - description: Geographic demarcation of the product - - example: '{"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]}' + - example: >- + {"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]} minResolutionMeter: type: number format: double @@ -972,7 +976,8 @@ components: allOf: - $ref: '#/components/schemas/Geometry' - description: Geographic demarcation of the product - - example: '{"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]}' + - example: >- + {"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]} heightRangeFrom: type: number format: double diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 876c7bd..3ae6681 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: gateway description: A Helm chart for 3D gateway service -version: 2.7.5 -appVersion: 2.7.5 +version: 2.8.0 +appVersion: 2.8.0 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/openapi3.yaml b/openapi3.yaml index 2ae7dc9..878e992 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -3,7 +3,7 @@ security: [] info: title: 3d-gateway description: Validating and routing requests - version: 2.7.5 + version: 2.8.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 87e1a6f..103e27d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3d-gateway", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3d-gateway", - "version": "2.7.5", + "version": "2.8.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 86adcc7..320ac9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3d-gateway", - "version": "2.7.5", + "version": "2.8.0", "description": "A gateway betweem clients and interval services of 3D", "main": "./src/index.ts", "scripts": {