Skip to content

Commit

Permalink
Release v1.0.1 Upgrades (#1121)
Browse files Browse the repository at this point in the history
Signed-off-by: Release Bot <[email protected]>
Co-authored-by: Release Bot <[email protected]>
  • Loading branch information
jamshale and release-bot authored Oct 9, 2024
1 parent 586b369 commit e01ef56
Show file tree
Hide file tree
Showing 24 changed files with 6,911 additions and 5,631 deletions.
21 changes: 21 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Plugin Release Status
## ACA-Py Release 1.0.1

| Plugin Name | Supported ACA-Py Release |
| --- | --- |
|basicmessage_storage | 1.0.1|
|connection_update | 1.0.1|
|firebase_push_notifications | 1.0.1|
|kafka_events | 0.12.2|
|multitenant_provider | 1.0.1|
|oid4vc | 1.0.1|
|redis_events | 1.0.1|
|rpc | 1.0.1|

### Plugins Upgraded For ACA-Py Release 1.0.1
- basicmessage_storage
- connection_update
- firebase_push_notifications
- multitenant_provider
- oid4vc
- redis_events
- rpc
## ACA-Py Release 1.0.0

| Plugin Name | Supported ACA-Py Release |
Expand Down
197 changes: 106 additions & 91 deletions basicmessage_storage/integration/poetry.lock

Large diffs are not rendered by default.

1,176 changes: 646 additions & 530 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "basicmessage_storage"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 1.0.0) "
description = " (Supported aries-cloudagent version: 1.0.1) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
197 changes: 106 additions & 91 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

1,176 changes: 646 additions & 530 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "connection_update"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 1.0.0) "
description = " (Supported aries-cloudagent version: 1.0.1) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
197 changes: 106 additions & 91 deletions firebase_push_notifications/integration/poetry.lock

Large diffs are not rendered by default.

1,219 changes: 668 additions & 551 deletions firebase_push_notifications/poetry.lock

Large diffs are not rendered by default.

29 changes: 14 additions & 15 deletions firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "firebase_push_notifications"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 1.0.0) "
description = " (Supported aries-cloudagent version: 1.0.1) "
authors = []

[tool.poetry.dependencies]
Expand Down Expand Up @@ -39,18 +39,8 @@ line-length = 90
select = ["E", "F", "C", "D"]
ignore = [
# Google Python Doc Style
"D203",
"D204",
"D213",
"D215",
"D400",
"D401",
"D404",
"D406",
"D407",
"D408",
"D409",
"D413",
"D203", "D204", "D213", "D215", "D400", "D401", "D404", "D406", "D407",
"D408", "D409", "D413",
"D202", # Allow blank line after docstring
"D104", # Don't require docstring in public package
# Things that we should fix, but are too much work right now
Expand All @@ -72,11 +62,19 @@ junit_family = "xunit1"
asyncio_mode = "auto"

[tool.coverage.run]
omit = ["*/tests/*", "docker/*", "integration/*", "*/definition.py"]
omit = [
"*/tests/*",
"docker/*",
"integration/*",
"*/definition.py"
]
data_file = ".test-reports/.coverage"

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "@abstract"]
exclude_lines = [
"pragma: no cover",
"@abstract"
]
precision = 2
skip_covered = true
show_missing = true
Expand All @@ -87,3 +85,4 @@ output = ".test-reports/coverage.xml"
[build-system]
requires = ["setuptools", "poetry-core>=1.2"]
build-backend = "poetry.core.masonry.api"

197 changes: 106 additions & 91 deletions multitenant_provider/integration/poetry.lock

Large diffs are not rendered by default.

1,216 changes: 666 additions & 550 deletions multitenant_provider/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions multitenant_provider/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "multitenant_provider"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 1.0.0) "
description = " (Supported aries-cloudagent version: 1.0.1) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand All @@ -18,7 +18,7 @@ python-dateutil = "^2.8.2"
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.6.5"
ruff = "^0.6.9"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
Expand Down
741 changes: 432 additions & 309 deletions oid4vc/integration/poetry.lock

Large diffs are not rendered by default.

1,307 changes: 715 additions & 592 deletions oid4vc/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions oid4vc/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "oid4vc"
version = "0.1.0"
description = "OpenID for Verifiable Credentials plugin for acapy. (Supported aries-cloudagent version: 1.0.0)"
description = "OpenID for Verifiable Credentials plugin for acapy. (Supported aries-cloudagent version: 1.0.1) "
authors = [
"Adam Burdett <[email protected]>",
"Char Howland <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@ mso_mdoc = ["cbor2", "cbor-diag", "cwt", "pycose"]
sd_jwt = ["jsonpointer"]

[tool.poetry.dev-dependencies]
ruff = "^0.6.5"
ruff = "^0.6.9"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
Expand Down
1,176 changes: 646 additions & 530 deletions plugin_globals/poetry.lock

Large diffs are not rendered by default.

1,058 changes: 592 additions & 466 deletions redis_events/integration/poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions redis_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ pydantic = "^2.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

1,218 changes: 667 additions & 551 deletions redis_events/poetry.lock

Large diffs are not rendered by default.

29 changes: 14 additions & 15 deletions redis_events/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "redis_events"
version = "0.1.0"
description = "ACA-PY persisted events using Redis (Supported aries-cloudagent version: 1.0.0) "
description = "ACA-PY persisted events using Redis (Supported aries-cloudagent version: 1.0.1) "
authors = ["Shaanjot Gill <[email protected]>"]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -43,18 +43,8 @@ line-length = 90
select = ["E", "F", "C", "D"]
ignore = [
# Google Python Doc Style
"D203",
"D204",
"D213",
"D215",
"D400",
"D401",
"D404",
"D406",
"D407",
"D408",
"D409",
"D413",
"D203", "D204", "D213", "D215", "D400", "D401", "D404", "D406", "D407",
"D408", "D409", "D413",
"D202", # Allow blank line after docstring
"D104", # Don't require docstring in public package
# Things that we should fix, but are too much work right now
Expand All @@ -76,11 +66,19 @@ junit_family = "xunit1"
asyncio_mode = "auto"

[tool.coverage.run]
omit = ["*/tests/*", "docker/*", "integration/*", "*/definition.py"]
omit = [
"*/tests/*",
"docker/*",
"integration/*",
"*/definition.py"
]
data_file = ".test-reports/.coverage"

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "@abstract"]
exclude_lines = [
"pragma: no cover",
"@abstract"
]
precision = 2
skip_covered = true
show_missing = true
Expand All @@ -91,3 +89,4 @@ output = ".test-reports/coverage.xml"
[build-system]
requires = ["setuptools", "poetry-core>=1.2"]
build-backend = "poetry.core.masonry.api"

Loading

0 comments on commit e01ef56

Please sign in to comment.