From 4a23db389fd77caf8bcc129ad438cf8ca897ba10 Mon Sep 17 00:00:00 2001 From: Daniele Bissoli Date: Wed, 22 Nov 2023 15:17:22 +0100 Subject: [PATCH] 6.9.4 --- CHANGELOG.md | 2 ++ Dockerfile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf44c925..d5a87b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 6.9.4 - 2023-11-22 + ### Added - [#225](https://github.com/mia-platform/crud-service/pull/225): `MONGODB_MAX_IDLE_TIME_MS` env to control MongoDB `maxIdleTimeMs` connection option (default set to 0 for backward compatibility, meaning the opened connection remain opened indefinitely) diff --git a/Dockerfile b/Dockerfile index 01352f95..97d8d478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ LABEL maintainer="Mia Platform Core Team" \ name="CRUD Service" \ description="HTTP interface to perform CRUD operations on configured MongoDB collections" \ eu.mia-platform.url="https://www.mia-platform.eu" \ - eu.mia-platform.version="6.9.3" + eu.mia-platform.version="6.9.4" ENV NODE_ENV=production ENV LOG_LEVEL=info diff --git a/package-lock.json b/package-lock.json index 0256ddd0..015d1ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mia-platform/crud-service", - "version": "6.9.3", + "version": "6.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mia-platform/crud-service", - "version": "6.9.3", + "version": "6.9.4", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fastify/env": "^4.3.0", diff --git a/package.json b/package.json index 8165c72b..7057a33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mia-platform/crud-service", - "version": "6.9.3", + "version": "6.9.4", "description": "HTTP interface to perform CRUD operations on MongoDB collections defined in the API Console", "homepage": "https://www.mia-platform.eu/", "bugs": {