Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2022-03-16)

### Bug Fixes

* Adds grpc server to client EPS. Still not reachable from outside, but necessary for communication between health departments. ([679c08e](679c08e)), closes [#637](#637)
* Fixes an error when changing user data (IllegalStateException: Cannot convert value of type 'java.lang.String' […] no matching editors or conversion strategy found). ([58b3d42](58b3d42))

### Features

* Adds a hint to search for hd-contacts by postal code or city into the message input frontend. ([032a648](032a648)), closes [#632](#632) [#636](#636)
* Displays meta-data (who and when created/last modified an entity) on event-tracking, index-tracking and user detail pages. ([da1b7a6](da1b7a6)), closes [iris-connect/iris-backlog#234](https://github.com/iris-connect/iris-backlog/issues/234) [#638](#638)
* **Docker Compose:** Adds scope labels to the services in the Docker Compose file to avoid conflicts with possibly existing other instances of Watchtower on the same Docker host. ([499267f](499267f)), closes [#666](#666)
* **Messages:** Uses `_ping` and the EPS version check when building the recipient list to determine if a health department is able to receive messages. This avoids additional configuration and enables faster propagation of the feature. ([446da17](446da17)), closes [#668](#668)
* **vaccination report:** Apps connected to EPS can announce the submission of a vaccination report via the JSON-RPC method `announceVaccinationInfoList`. A transmission channel is then opened briefly for the respective user of the app. ([c38078a](c38078a)), closes [iris-connect/iris-backlog#273](https://github.com/iris-connect/iris-backlog/issues/273) [#635](#635)
* **vaccination report:** Apps connected to EPS can submit a vaccination report via the JSON-RPC method `submitVaccinationInfoList`. The information is saved and made available to health department staff via the front end. ([72b1f74](72b1f74)), closes [iris-connect/iris-backlog#274](https://github.com/iris-connect/iris-backlog/issues/274) [#651](#651)
* **vaccination report:** There is a new view in the front end with an overview of submitted vaccination reports. In the details view of a vaccination report, the submitted persons are displayed with their vaccination status. ([00e93e8](00e93e8)), closes [iris-connect/iris-backlog#275](https://github.com/iris-connect/iris-backlog/issues/275) [#629](#629)
  • Loading branch information
semantic-release-bot committed Mar 16, 2022
1 parent 98715c2 commit 49ed1fb
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 19 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# [1.5.0](https://github.com/iris-connect/iris-client/compare/v1.4.1...v1.5.0) (2022-03-16)


### Bug Fixes

* Adds grpc server to client EPS. Still not reachable from outside, but necessary for communication between health departments. ([679c08e](https://github.com/iris-connect/iris-client/commit/679c08e13ed2e40fe2bcbf8be486f50641e31af5)), closes [#637](https://github.com/iris-connect/iris-client/issues/637)
* Fixes an error when changing user data (IllegalStateException: Cannot convert value of type 'java.lang.String' [] no matching editors or conversion strategy found). ([58b3d42](https://github.com/iris-connect/iris-client/commit/58b3d425f71098f53ab54e52fea51cad2ccc9e10))


### Features

* Adds a hint to search for hd-contacts by postal code or city into the message input frontend. ([032a648](https://github.com/iris-connect/iris-client/commit/032a6482d9e43b426b34b3ff3dff25ca53c77fc9)), closes [#632](https://github.com/iris-connect/iris-client/issues/632) [#636](https://github.com/iris-connect/iris-client/issues/636)
* Displays meta-data (who and when created/last modified an entity) on event-tracking, index-tracking and user detail pages. ([da1b7a6](https://github.com/iris-connect/iris-client/commit/da1b7a66097d864e6ab0f93b296d1476675b19c8)), closes [iris-connect/iris-backlog#234](https://github.com/iris-connect/iris-backlog/issues/234) [#638](https://github.com/iris-connect/iris-client/issues/638)
* **Docker Compose:** Adds scope labels to the services in the Docker Compose file to avoid conflicts with possibly existing other instances of Watchtower on the same Docker host. ([499267f](https://github.com/iris-connect/iris-client/commit/499267f05d61e74a0100649be80863a0bb508563)), closes [#666](https://github.com/iris-connect/iris-client/issues/666)
* **Messages:** Uses `_ping` and the EPS version check when building the recipient list to determine if a health department is able to receive messages. This avoids additional configuration and enables faster propagation of the feature. ([446da17](https://github.com/iris-connect/iris-client/commit/446da176fa26cc3dd81151048b6133a30e964b54)), closes [#668](https://github.com/iris-connect/iris-client/issues/668)
* **vaccination report:** Apps connected to EPS can announce the submission of a vaccination report via the JSON-RPC method `announceVaccinationInfoList`. A transmission channel is then opened briefly for the respective user of the app. ([c38078a](https://github.com/iris-connect/iris-client/commit/c38078a4aadc98d14fb6e4995aab34a312cc3279)), closes [iris-connect/iris-backlog#273](https://github.com/iris-connect/iris-backlog/issues/273) [#635](https://github.com/iris-connect/iris-client/issues/635)
* **vaccination report:** Apps connected to EPS can submit a vaccination report via the JSON-RPC method `submitVaccinationInfoList`. The information is saved and made available to health department staff via the front end. ([72b1f74](https://github.com/iris-connect/iris-client/commit/72b1f7452e17957392db5f430da0b9909744859d)), closes [iris-connect/iris-backlog#274](https://github.com/iris-connect/iris-backlog/issues/274) [#651](https://github.com/iris-connect/iris-client/issues/651)
* **vaccination report:** There is a new view in the front end with an overview of submitted vaccination reports. In the details view of a vaccination report, the submitted persons are displayed with their vaccination status. ([00e93e8](https://github.com/iris-connect/iris-client/commit/00e93e88dcfea4c4eb71577127bf80d5d892b70a)), closes [iris-connect/iris-backlog#275](https://github.com/iris-connect/iris-backlog/issues/275) [#629](https://github.com/iris-connect/iris-client/issues/629)

# [1.5.0-rc.3](https://github.com/iris-connect/iris-client/compare/v1.5.0-rc.2...v1.5.0-rc.3) (2022-03-15)


Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ [email protected] | MIT | https://github.com/sindresorhus/invert-kv
[email protected] | MIT | https://github.com/indutny/node-ip
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected]rc.3-POST-RELEASE | UNLICENSED |
[email protected] | UNLICENSED |
[email protected] | MIT | https://github.com/sindresorhus/is-absolute-url
[email protected] | MIT | https://github.com/inspect-js/is-arguments
[email protected] | MIT | https://github.com/qix-/node-is-arrayish
Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-PROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ [email protected] | MIT | https://github.com/TehShrike/deepmerge
[email protected] | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
[email protected] | MIT | https://github.com/follow-redirects/follow-redirects
[email protected] | Apache-2.0 | https://github.com/SheetJS/frac
[email protected]rc.3-POST-RELEASE | UNLICENSED |
[email protected] | UNLICENSED |
[email protected] | MIT | https://github.com/lodash/lodash
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
Expand Down
12 changes: 6 additions & 6 deletions infrastructure/deployment/docker-compose-ext-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: "3.4"
services:
# IRIS Client backend for frontend
iris-client:
image: inoeg/iris-client-bff:1.5-latest
image: inoeg/iris-client-bff:1.5
expose:
- 8092
environment:
Expand All @@ -35,7 +35,7 @@ services:

# IRIS Client Frontend for users
iris-frontend:
image: inoeg/iris-client-frontend:1.5-latest
image: inoeg/iris-client-frontend:1.5
expose:
- 28080
environment:
Expand All @@ -50,7 +50,7 @@ services:

# Endpoint server to communicate with Apps and IRIS Connect central services
eps:
image: inoeg/iris-client-eps:1.5-latest
image: inoeg/iris-client-eps:1.5
expose:
- 4446
- 5556
Expand All @@ -70,7 +70,7 @@ services:

# Proxy for inbound connections.
private-proxy:
image: inoeg/iris-client-proxy:1.5-latest
image: inoeg/iris-client-proxy:1.5
expose:
- 5545
- 8877
Expand All @@ -95,7 +95,7 @@ services:
restart: unless-stopped

private-proxy-eps:
image: inoeg/iris-client-eps:1.5-latest
image: inoeg/iris-client-eps:1.5
expose:
- 7766
- 7776
Expand All @@ -115,7 +115,7 @@ services:

# Reverse Proxy
nginx:
image: inoeg/iris-client-nginx:1.5-latest
image: inoeg/iris-client-nginx:1.5
ports:
- ${IRIS_CLIENT_PORT:-443}:443
environment:
Expand Down
12 changes: 6 additions & 6 deletions infrastructure/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

# IRIS Client backend for frontend
iris-client:
image: inoeg/iris-client-bff:1.5-latest
image: inoeg/iris-client-bff:1.5
expose:
- 8092
environment:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:

# IRIS Client Frontend for users
iris-frontend:
image: inoeg/iris-client-frontend:1.5-latest
image: inoeg/iris-client-frontend:1.5
expose:
- 28080
environment:
Expand All @@ -87,7 +87,7 @@ services:

# Endpoint server to communicate with Apps and IRIS Connect central services
eps:
image: inoeg/iris-client-eps:1.5-latest
image: inoeg/iris-client-eps:1.5
expose:
- 4446
- 5556
Expand All @@ -109,7 +109,7 @@ services:

# Proxy for inbound connections.
private-proxy:
image: inoeg/iris-client-proxy:1.5-latest
image: inoeg/iris-client-proxy:1.5
expose:
- 5545
- 8877
Expand All @@ -136,7 +136,7 @@ services:
- "com.centurylinklabs.watchtower.scope=${IRIS_CLIENT_DOMAIN}"

private-proxy-eps:
image: inoeg/iris-client-eps:1.5-latest
image: inoeg/iris-client-eps:1.5
expose:
- 7766 # JSON-RPC server for internal connections from iris-client
- 7776 # gRPC protocol
Expand All @@ -158,7 +158,7 @@ services:

# Reverse Proxy
nginx:
image: inoeg/iris-client-nginx:1.5-latest
image: inoeg/iris-client-nginx:1.5
ports:
- ${IRIS_CLIENT_PORT:-443}:443
environment:
Expand Down
2 changes: 1 addition & 1 deletion iris-client-bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>iris-gateway</groupId>
<artifactId>iris-client-bff</artifactId>
<version>1.5.0-rc.3-POST-RELEASE</version>
<version>1.5.0-POST-RELEASE</version>
<name>IRIS Client Backend for Frontend</name>
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions iris-client-fe/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 iris-client-fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iris-client-frontend",
"version": "1.5.0-rc.3-POST-RELEASE",
"version": "1.5.0-POST-RELEASE",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>iris-gateway</groupId>
<artifactId>parent</artifactId>
<version>1.5.0-rc.3-POST-RELEASE</version>
<version>1.5.0-POST-RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit 49ed1fb

Please sign in to comment.