diff --git a/CHANGELOG.md b/CHANGELOG.md index 749ff38e1..5ad21ff0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed ### Security +## [0.7.1] - 2023-05-01 + +### Changed +- Changed so that accounts can also be created from *.sohosai.com. + +## [0.7.0] - 2023-04-23 + +### Added +- Planning attributes for indoor projects. +- Slack notification function for any suspicious JWT access. + +### Changed +- Switch to `sos-backend-infrasturucture` from `sos22` one. +- Updated to nixpkgs 22.11. + +### Removed +- Online Planning category has been removed. + ## [0.6.2] - 2022-06-26 ### Fixed @@ -176,4 +194,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Inflexibility of `sos21-database` ([#28](https://github.com/sohosai/sos21-backend/pull/28)) -- Server error logs ([#36](https://github.com/sohosai/sos21-backend/pull/36)) +- Server error logs ([#36](https://github.com/sohosai/sos21-backend/pull/36)) \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index f53d9d004..e791487af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2962,7 +2962,7 @@ dependencies = [ [[package]] name = "sos21-api-server" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "sos21-database" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "bitflags", @@ -3018,7 +3018,7 @@ dependencies = [ [[package]] name = "sos21-domain" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", @@ -3045,7 +3045,7 @@ dependencies = [ [[package]] name = "sos21-gateway-database" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", @@ -3061,7 +3061,7 @@ dependencies = [ [[package]] name = "sos21-gateway-s3" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", @@ -3077,7 +3077,7 @@ dependencies = [ [[package]] name = "sos21-gateway-slack" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "slack-hook", @@ -3088,7 +3088,7 @@ dependencies = [ [[package]] name = "sos21-run-migrations" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "sos21-database", @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "sos21-use-case" -version = "0.6.2" +version = "0.7.1" dependencies = [ "anyhow", "bytes 1.4.0", diff --git a/VERSION b/VERSION index b61604874..39e898a4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.2 +0.7.1 diff --git a/docker-compose.run.yml b/docker-compose.run.yml index 669e0c52a..c6cf523d5 100644 --- a/docker-compose.run.yml +++ b/docker-compose.run.yml @@ -10,7 +10,7 @@ services: depends_on: - api-server api-server: - image: ghcr.io/sohosai/sos21-backend:v0.6.2 + image: ghcr.io/sohosai/sos21-backend:v0.7.1 command: sos21-api-server environment: SOS21_API_SERVER_JWT_AUDIENCE: ${SOS21_FIREBASE_PROJECT_ID:?} @@ -33,7 +33,7 @@ services: - run-migrations - create-bucket run-migrations: - image: ghcr.io/sohosai/sos21-backend:v0.6.2 + image: ghcr.io/sohosai/sos21-backend:v0.7.1 command: sos21-run-migrations --wait environment: SOS21_RUN_MIGRATIONS_POSTGRES_URI: "postgres://sos21:sos21@db:5432/sos21" diff --git a/sos21-api-server/CHANGELOG.md b/sos21-api-server/CHANGELOG.md index 1d00238dc..c705692a3 100644 --- a/sos21-api-server/CHANGELOG.md +++ b/sos21-api-server/CHANGELOG.md @@ -15,6 +15,10 @@ with the HTTP API interface being the "public API". ### Fixed ### Security +## [0.7.1] - 2023-05-01 + +## [0.7.0] - 2023-04-23 + ## [0.6.2] - 2022-06-26 ## [0.6.1] - 2022-06-22 @@ -124,4 +128,4 @@ No changes in `sos21-api-server`. ### Removed -- Display ID of projects ([#20](https://github.com/sohosai/sos21-backend/pull/20), [#25](https://github.com/sohosai/sos21-backend/pull/25)) +- Display ID of projects ([#20](https://github.com/sohosai/sos21-backend/pull/20), [#25](https://github.com/sohosai/sos21-backend/pull/25)) \ No newline at end of file diff --git a/sos21-api-server/Cargo.toml b/sos21-api-server/Cargo.toml index 1b6aa990c..cebd424dc 100644 --- a/sos21-api-server/Cargo.toml +++ b/sos21-api-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sos21-api-server" -version = "0.6.2" -authors = ["coord_e ", "azarashi2931 "] +version = "0.7.1" +authors = ["coord_e ", "azarashi2931 ", "yuseiito ", "momeemt "] edition = "2018" readme = "README.md" license = "MIT OR Apache-2.0" diff --git a/sos21-api-server/schema/api.yml b/sos21-api-server/schema/api.yml index 3aa6341a0..10319878e 100644 --- a/sos21-api-server/schema/api.yml +++ b/sos21-api-server/schema/api.yml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: sos21-api-server - version: 0.6.2 + version: 0.7.1 contact: name: coord_e email: me@coord-e.com diff --git a/sos21-api-server/schema/package.json b/sos21-api-server/schema/package.json index 1ad7e3fed..cfc19400b 100644 --- a/sos21-api-server/schema/package.json +++ b/sos21-api-server/schema/package.json @@ -1,6 +1,6 @@ { "name": "sos21-api-server-schema", - "version": "0.6.2", + "version": "0.7.1", "description": "OpenAPI schema for sos21-api-server", "scripts": { "lint:spectral": "spectral lint ./api.yml -F hint", diff --git a/sos21-database/Cargo.toml b/sos21-database/Cargo.toml index 102711b2b..1d2b673bd 100644 --- a/sos21-database/Cargo.toml +++ b/sos21-database/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sos21-database" -version = "0.6.2" -authors = ["coord_e ", "azarashi2931 "] +version = "0.7.1" +authors = ["coord_e ", "azarashi2931 ", "yuseiito ", "momeemt "] edition = "2018" readme = "README.md" documentation = "https://sohosai.github.io/sos21-backend/sos21_database/" diff --git a/sos21-domain/Cargo.toml b/sos21-domain/Cargo.toml index bb98707c4..b9db860fa 100644 --- a/sos21-domain/Cargo.toml +++ b/sos21-domain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sos21-domain" -version = "0.6.2" -authors = ["coord_e ", "azarashi2931 "] +version = "0.7.1" +authors = ["coord_e ", "azarashi2931 ", "yuseiito ", "momeemt "] edition = "2018" readme = "README.md" documentation = "https://sohosai.github.io/sos21-backend/sos21_domain/" diff --git a/sos21-gateway/database/Cargo.toml b/sos21-gateway/database/Cargo.toml index 349ed84cb..deda88715 100644 --- a/sos21-gateway/database/Cargo.toml +++ b/sos21-gateway/database/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sos21-gateway-database" -version = "0.6.2" -authors = ["coord_e ", "azarashi2931 "] +version = "0.7.1" +authors = ["coord_e ", "azarashi2931 ", "yuseiito ", "momeemt "] edition = "2018" readme = "README.md" documentation = "https://sohosai.github.io/sos21-backend/sos21_gateway_database/" diff --git a/sos21-gateway/s3/Cargo.toml b/sos21-gateway/s3/Cargo.toml index aa9ca0f63..5954c013d 100644 --- a/sos21-gateway/s3/Cargo.toml +++ b/sos21-gateway/s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sos21-gateway-s3" -version = "0.6.2" +version = "0.7.1" authors = ["coord.e "] edition = "2018" readme = "README.md" diff --git a/sos21-gateway/slack/Cargo.toml b/sos21-gateway/slack/Cargo.toml index b2bdd1ca7..c0560da87 100644 --- a/sos21-gateway/slack/Cargo.toml +++ b/sos21-gateway/slack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sos21-gateway-slack" -version = "0.6.2" +version = "0.7.1" authors = ["yuseiito "] edition = "2018" diff --git a/sos21-run-migrations/Cargo.toml b/sos21-run-migrations/Cargo.toml index 3976b0fd4..cfbcb399b 100644 --- a/sos21-run-migrations/Cargo.toml +++ b/sos21-run-migrations/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sos21-run-migrations" -version = "0.6.2" -authors = ["coord.e "] +version = "0.7.1" +authors = ["coord_e ", "azarashi2931 ", "yuseiito ", "momeemt "] edition = "2018" readme = "README.md" license = "MIT OR Apache-2.0" diff --git a/sos21-use-case/Cargo.toml b/sos21-use-case/Cargo.toml index 7a9c47b05..feff8567d 100644 --- a/sos21-use-case/Cargo.toml +++ b/sos21-use-case/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sos21-use-case" -version = "0.6.2" -authors = ["coord_e ", "azarashi2931 "] +version = "0.7.1" +authors = ["coord_e ", "azarashi2931 ", "yuseiito ", "momeemt "] edition = "2018" readme = "README.md" documentation = "https://sohosai.github.io/sos21-backend/sos21_use_case/"