Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.7.5"}
{".":"2.8.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
15 changes: 10 additions & 5 deletions bundledApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down