Skip to content

Commit

Permalink
6.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danibix95 committed Nov 22, 2023
1 parent 5103311 commit 4a23db3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LABEL maintainer="Mia Platform Core Team<[email protected]>" \
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
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": "@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": {
Expand Down

0 comments on commit 4a23db3

Please sign in to comment.