l5y
de1ccc5a2e
release: v0.6.0 — remove deprecated env var aliases ( #704 )
...
* chore: bump version to 0.6.0 and remove deprecated env var aliases
BREAKING CHANGES:
- POTATOMESH_INSTANCE removed — use INSTANCE_DOMAIN
- PROVIDER removed — use PROTOCOL
- MESH_SERIAL removed — use CONNECTION
- PORT config alias removed — use CONNECTION
The _ConfigModule proxy class (which kept PROTOCOL/PROVIDER and
CONNECTION/PORT in sync) is deleted. docker-compose.yml now defaults
INSTANCE_DOMAIN to http://web:41447 so deployments without an explicit
value continue to work.
* tests: run black
* address review comments
2026-04-05 16:49:10 +02:00
l5y
e03675168b
app: only query meshtastic provider ( #664 )
...
* app: only query meshtastic provider
* app: address review comments
2026-03-30 19:04:34 +02:00
l5y
f638c79e13
web: fix css issues ( #659 )
...
* web: fix css issues
* chore: bump version to 0.5.12
2026-03-30 08:55:35 +02:00
dependabot[bot]
8305ca588c
build(deps): bump rustls-webpki from 0.103.8 to 0.103.10 in /matrix ( #649 )
...
Bumps [rustls-webpki](https://github.com/rustls/webpki ) from 0.103.8 to 0.103.10.
- [Release notes](https://github.com/rustls/webpki/releases )
- [Commits](https://github.com/rustls/webpki/compare/v/0.103.8...v/0.103.10 )
---
updated-dependencies:
- dependency-name: rustls-webpki
dependency-version: 0.103.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 12:55:17 +01:00
dependabot[bot]
0cf56b6fba
build(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /matrix ( #646 )
...
Bumps [quinn-proto](https://github.com/quinn-rs/quinn ) from 0.11.13 to 0.11.14.
- [Release notes](https://github.com/quinn-rs/quinn/releases )
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.13...quinn-proto-0.11.14 )
---
updated-dependencies:
- dependency-name: quinn-proto
dependency-version: 0.11.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-11 14:56:43 +01:00
l5y
ecce7f3504
chore: bump version to 0.5.11 ( #645 )
...
* chore: bump version to 0.5.11
* data: run black
2026-03-01 21:59:04 +01:00
l5y
724b3e14e5
ci: fix docker compose and docs ( #634 )
...
* ci: fix docker compose and docs
* docker: address review comments
2026-02-14 13:25:43 +01:00
dependabot[bot]
7cb4bbe61b
build(deps): bump bytes from 1.11.0 to 1.11.1 in /matrix ( #627 )
...
Bumps [bytes](https://github.com/tokio-rs/bytes ) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: bytes
dependency-version: 1.11.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-06 21:40:49 +01:00
l5y
fed8b9e124
matrix: config loading now merges optional TOML with CLI/env/secret inputs ( #617 )
...
* matrix: config loading now merges optional TOML with CLI/env/secret inputs
* matrix: fix tests
* matrix: address review comments
* matrix: fix tests
* matrix: cover missing unit test vectors
2026-01-10 23:39:53 +01:00
l5y
60e734086f
matrix: logs only non-sensitive config fields ( #616 )
...
* matrix: logs only non-sensitive config fields
* matrix: run fmt
2026-01-10 21:06:51 +01:00
l5y
36f55e6b79
l5y chore version 0510 ( #608 )
...
* chore: bump version to 0.5.10
* chore: bump version to 0.5.10
* chore: update changelog
2026-01-08 16:20:14 +01:00
l5y
b4dd72e7eb
matrix: listen for synapse on port 41448 ( #607 )
...
* matrix: listen for synapse on port 41448
* matrix: address review comments
* matrix: address review comments
* matrix: cover missing unit test vectors
* matrix: cover missing unit test vectors
2026-01-08 15:51:31 +01:00
l5y
d75c395514
matrix: move short name to display name ( #602 )
...
* matrix: move short name to display name
* matrix: run fmt
2026-01-05 23:24:27 +01:00
l5y
c157fd481b
matrix: fixed the text-message checkpoint regression ( #595 )
...
* matrix: fixed the text-message checkpoint regression
* matrix: improve formatting
* matrix: fix tests
2026-01-05 18:20:25 +01:00
l5y
a6fc7145bc
matrix: cache seen messages by rx_time not id ( #594 )
...
* matrix: cache seen messages by rx_time not id
* matrix: fix review comments
* matrix: fix review comments
* matrix: cover missing unit test vectors
* matrix: fix tests
2026-01-05 17:34:54 +01:00
l5y
5c79572c4d
matrix: fix empty bridge state json ( #592 )
...
* matrix: fix empty bridge state json
* matrix: fix tests
2026-01-05 16:11:24 +01:00
l5y
4f7e66de82
chore: bump version to 0.5.9 ( #569 )
2025-12-16 21:14:10 +00:00
l5y
2e78fa7a3a
matrix: fix docker build
2025-12-16 19:26:31 +01:00
l5y
e74f985630
matrix: fix docker build ( #564 )
2025-12-16 18:52:07 +01:00
l5y
175a8f368f
matrix: add docker file for bridge ( #556 )
...
* matrix: add docker file for bridge
* matrix: address review comments
* matrix: address review comments
* matrix: address review comments
* matrix: address review comments
* matrix: address review comments
2025-12-16 08:53:01 +01:00
l5y
872bcbd529
matrix: add health checks to startup ( #555 )
...
* matrix: add health checks to startup
* matrix: address review comments
* matrix: cover missing unit test vectors
* matrix: cover missing unit test vectors
2025-12-15 22:53:32 +01:00
l5y
8811f71e53
matrix: omit the api part in base url ( #554 )
...
* matrix: omit the api part in base url
* matrix: address review comments
2025-12-15 22:04:01 +01:00
l5y
1a497864a7
chore: bump version to 0.5.8 ( #551 )
...
* chore: bump version to 0.5.8
* chore: add missing license headers
2025-12-15 08:29:27 +01:00
l5y
2bd69415c1
matrix: create potato-matrix-bridge ( #528 )
...
* matrix: create potato-matrix-bridge
* matrix: add unit tests
* matrix: address review comments
* ci: condition github actions to only run on paths affected...
* Add comprehensive unit tests for config, matrix, potatomesh, and main modules
* Revert "Add comprehensive unit tests for config, matrix, potatomesh, and main modules"
This reverts commit 212522b4a2 .
* matrix: add unit tests
* matrix: add unit tests
* matrix: add unit tests
2025-11-29 08:52:20 +01:00