Skip to content

Commit

Permalink
bump: 7.0.0 → 7.1.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sgelias committed Jan 31, 2025
1 parent a031f42 commit 5bfeb3e
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "7.0.0"
version = "7.1.0"
version_files = [
"Cargo.toml",
"base/Cargo.toml",
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v7.1.0 (2025-01-31)

### Feat

- wip - implements the async dispatcher functionality
- wip - do implements the asynchronous dispatching of webhooks
- review the weghook trigger names to improve the user understanding of their goal

### Fix

- remove guesting and revoke options from the webhook trigger
- fix the webhook async dispatch to avoid updates of the payload package and mirror important changes to database

### Refactor

- comment not implemented triggers options for the webhook
- move tracing and async dispatchers to dedicated modules

## v7.0.0 (2025-01-26)

### BREAKING CHANGE
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resolver = "2"

[workspace.package]

version = "7.0.0"
version = "7.1.0"
edition = "2021"
authors = ["Samuel Galvão Elias <[email protected]>"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions adapters/diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ readme.workspace = true

[dependencies]

myc-core = { version = "7.0.0", path = "../../core" }
mycelium-base = { version = "7.0.0", path = "../../base" }
mycelium-config = { version = "7.0.0", path = "../../config" }
myc-core = { version = "7.1.0", path = "../../core" }
mycelium-base = { version = "7.1.0", path = "../../base" }
mycelium-config = { version = "7.1.0", path = "../../config" }
diesel = { version = "2", features = [
"postgres",
"uuid",
Expand Down
6 changes: 3 additions & 3 deletions adapters/mem_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ readme.workspace = true

[dependencies]

myc-core = { version = "7.0.0", path = "../../core" }
mycelium-base = { version = "7.0.0", path = "../../base" }
mycelium-config = { version = "7.0.0", path = "../../config" }
myc-core = { version = "7.1.0", path = "../../core" }
mycelium-base = { version = "7.1.0", path = "../../base" }
mycelium-config = { version = "7.1.0", path = "../../config" }

log.workspace = true
shaku.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions adapters/notifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ readme.workspace = true

[dependencies]

myc-core = { version = "7.0.0", path = "../../core" }
mycelium-base = { version = "7.0.0", path = "../../base" }
mycelium-config = { version = "7.0.0", path = "../../config" }
myc-core = { version = "7.1.0", path = "../../core" }
mycelium-base = { version = "7.1.0", path = "../../base" }
mycelium-config = { version = "7.1.0", path = "../../config" }

async-trait.workspace = true
futures.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions adapters/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ readme.workspace = true

[dependencies]

myc-core = { version = "7.0.0", path = "../../core" }
mycelium-base = { version = "7.0.0", path = "../../base" }
myc-core = { version = "7.1.0", path = "../../core" }
mycelium-base = { version = "7.1.0", path = "../../base" }

async-trait.workspace = true
env_logger.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ readme.workspace = true

[dependencies]

mycelium-base = { version = "7.0.0", path = "../base" }
mycelium-base = { version = "7.1.0", path = "../base" }

lazy_static.workspace = true
reqwest.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ readme.workspace = true

[dependencies]

mycelium-base = { version = "7.0.0", path = "../base" }
mycelium-config = { version = "7.0.0", path = "../config" }
mycelium-base = { version = "7.1.0", path = "../base" }
mycelium-config = { version = "7.1.0", path = "../config" }

async-trait.workspace = true
chrono.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions http_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ readme.workspace = true

[dependencies]

myc-core = { version = "7.0.0", path = "../core" }
mycelium-base = { version = "7.0.0", path = "../base" }
mycelium-config = { version = "7.0.0", path = "../config" }
mycelium-service = { version = "7.0.0", path = "../adapters/service" }
myc-core = { version = "7.1.0", path = "../core" }
mycelium-base = { version = "7.1.0", path = "../base" }
mycelium-config = { version = "7.1.0", path = "../config" }
mycelium-service = { version = "7.1.0", path = "../adapters/service" }

actix-web.workspace = true
actix-web-httpauth.workspace = true
Expand Down
16 changes: 8 additions & 8 deletions ports/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ connection-string = "0.2"

[dependencies]

myc-core = { version = "7.0.0", path = "../../core" }
mycelium-base = { version = "7.0.0", path = "../../base" }
mycelium-config = { version = "7.0.0", path = "../../config" }
mycelium-http-tools = { version = "7.0.0", path = "../../http_tools" }
mycelium-memory-db = { version = "7.0.0", path = "../../adapters/mem_db" }
mycelium-service = { version = "7.0.0", path = "../../adapters/service" }
mycelium-diesel = { version = "7.0.0", path = "../../adapters/diesel" }
mycelium-notifier = { version = "7.0.0", path = "../../adapters/notifier" }
myc-core = { version = "7.1.0", path = "../../core" }
mycelium-base = { version = "7.1.0", path = "../../base" }
mycelium-config = { version = "7.1.0", path = "../../config" }
mycelium-http-tools = { version = "7.1.0", path = "../../http_tools" }
mycelium-memory-db = { version = "7.1.0", path = "../../adapters/mem_db" }
mycelium-service = { version = "7.1.0", path = "../../adapters/service" }
mycelium-diesel = { version = "7.1.0", path = "../../adapters/diesel" }
mycelium-notifier = { version = "7.1.0", path = "../../adapters/notifier" }

actix-web.workspace = true
actix-web-httpauth.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions ports/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ readme.workspace = true

[dependencies]

myc-core = { version = "7.0.0", path = "../../core" }
mycelium-base = { version = "7.0.0", path = "../../base" }
mycelium-diesel = { version = "7.0.0", path = "../../adapters/diesel" }
mycelium-notifier = { version = "7.0.0", path = "../../adapters/notifier" }
myc-core = { version = "7.1.0", path = "../../core" }
mycelium-base = { version = "7.1.0", path = "../../base" }
mycelium-diesel = { version = "7.1.0", path = "../../adapters/diesel" }
mycelium-notifier = { version = "7.1.0", path = "../../adapters/notifier" }

env_logger.workspace = true
log.workspace = true
Expand Down

0 comments on commit 5bfeb3e

Please sign in to comment.