800d7d0efe
api: Upgrade io.grpc dependencies in Java API. ( #494 )
...
This fixes a compatibility issue with Netty.
---
Co-authored-by: Guillaume Milani <guillaume.milani@sontex.ch >
2024-08-21 14:49:08 +01:00
489a35e0ec
Bump version to 4.9.0
api/go/v4.9.0
v4.9.0
2024-08-15 09:06:19 +01:00
1848097e6c
Fix missing last_seen_at field update of relay gateway.
2024-08-13 15:54:51 +01:00
76b7ec4881
Add signal handling.
...
Fixes #480 .
2024-08-13 13:04:06 +01:00
3aaa114f46
Update deadpool-redis.
2024-08-08 16:53:07 +01:00
a811ec5c80
Bump version to 4.9.0-test.6
api/go/v4.9.0-test.6
v4.9.0-test.6
2024-08-07 15:11:09 +01:00
5794f41324
Fix clippy feedback (cargo clippy --fix).
2024-08-07 14:59:25 +01:00
7158c0c610
ui: Update codec template with JSDoc ( #473 )
2024-08-05 11:17:13 +01:00
eda6646b18
Update dependencies.
2024-08-05 10:15:23 +01:00
40a2b83bf5
Update redis dependency.
2024-08-05 10:06:48 +01:00
4e0106a4e8
Replace warp with axum.
...
The warp dependency was causing some issues with upgrading dependencies
as it depends on http v0.2, where other dependencies (e.g. tonic) have
already upgraded to http v1+.
2024-08-01 11:33:57 +01:00
98978135c4
ui: Fix formatting template after merging #460 .
2024-07-30 11:18:52 +01:00
6a691c62e2
Update dependencies.
2024-07-24 14:12:50 +01:00
66ab41036b
Update lapin crate.
...
This disables the default features (rustls), because lapin enables the
default rustls features, which pulls in the aws-lc-rs dependency besides
ring.
Most likely, the next lapin version will fix this by exposing feature
flags to either enable aws-lc-rs or ring backend for rustls.
2024-07-24 14:05:46 +01:00
dc57e6fe51
Update rustls to 0.23.
2024-07-23 14:03:09 +01:00
ebc4065ca2
Bump version to 4.9.0-test.5
api/go/v4.9.0-test.5
v4.9.0-test.5
2024-07-23 11:03:39 +01:00
a23797ddbb
Fix updating dependencies.
...
The previous update dependencies commit contained a dependency that
pulled in the aws-lc-rs crate, which fails to build on ARMv7. See also
370b84cb09
.
This commit reverts the updates and only updates part of the crates.
A proper fix will be to update all dependencies to rustls 0.23 such that
we can enable the ring feature flag (which is the 0.22 default).
2024-07-23 10:39:58 +01:00
8fabfd925e
Bump version to 4.9.0-test.4
api/go/v4.9.0-test.4
v4.9.0-test.4
2024-07-22 14:40:01 +01:00
2eb17bde92
Update install-nix-action workflow step.
2024-07-22 11:51:00 +01:00
a22ed43883
Update dependencies.
...
There are still a few dependencies left to update, but these updates
require additional code changes.
2024-07-22 11:48:08 +01:00
de656cf885
Add user_info config to region_... + format TOML.
...
Closes #462 .
2024-07-22 10:48:43 +01:00
2a8e49bf8d
ui: Replace moment with date-fns. ( #460 )
2024-07-22 10:16:08 +01:00
262f51da3f
Update main.yml workflow. ( #461 )
2024-07-22 10:14:37 +01:00
4f0d2126d8
ui: Migrate from create-react-app to vite ( #459 )
2024-07-16 14:10:19 +01:00
3777de706d
Make OIDC and OAuth2 scopes configurable. ( #445 )
...
Co-authored-by: Orne Brocaar <info@brocaar.com >
2024-07-11 10:51:37 +01:00
f76a4b7f83
lrwn: Allow empty string for AES128Key, DevAddr, EUI64 and NetID.
...
In case an empty string is provided, the default "null" value will be
used.
Fixes #453 .
2024-07-11 10:05:23 +01:00
920f485734
Update openidconnect dependency.
...
Fixes #423 .
2024-07-11 09:56:13 +01:00
2737284d2d
Update oauth2 dependency.
2024-07-11 09:56:13 +01:00
d39fbea7af
Fix typo in gateway stats handling. ( #458 )
2024-07-11 09:01:20 +01:00
15461d8cc5
Improved device activation api documentation ( #454 )
2024-07-10 15:06:01 +01:00
ad2fecd1d2
ui: Make tileserver + attribution configurable. ( #451 )
...
Co-authored-by: Orne Brocaar <info@brocaar.com >
2024-07-10 15:05:33 +01:00
4ef0fbbd8f
Bump curve25519-dalek from 4.1.2 to 4.1.3 ( #442 )
...
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases )
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/curve25519-4.1.2...curve25519-4.1.3 )
---
updated-dependencies:
- dependency-name: curve25519-dalek
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:22:35 +01:00
264f51a190
Bump ws from 7.5.9 to 7.5.10 in /ui ( #441 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:21:54 +01:00
abde97f46d
Bump braces from 3.0.2 to 3.0.3 in /ui ( #436 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:21:35 +01:00
6c8e87f505
Bump @grpc/grpc-js from 1.10.4 to 1.10.9 in /api/js ( #434 )
...
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.10.4 to 1.10.9.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.4...@grpc/grpc-js@1.10.9 )
---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:21:16 +01:00
c173ace8bc
api: Remove generated PHP code. ( #452 )
2024-07-09 12:15:16 +01:00
f153eb8ca0
lrwn: Fix typo in snr clamp.
2024-07-09 11:57:20 +01:00
4a33f67ed6
lrwn: Fix cargo clippy feedback.
2024-07-09 11:39:32 +01:00
63bc1b57de
ui: Fix isGatewayAdmin build error.
2024-07-09 11:25:10 +01:00
f854236b79
Bump version to 4.9.0-test.3
api/go/v4.9.0-test.3
v4.9.0-test.3
2024-06-26 14:57:17 +01:00
d25cc3ca6d
Update mesh heartbeat MQTT topic.
2024-06-25 13:57:13 +01:00
68473906c9
Bump version to 4.9.0-test.2
api/go/v4.9.0-test.2
v4.9.0-test.2
2024-06-25 12:27:28 +01:00
3f1a47e1e2
Integrate Gateway Mesh feature.
...
This adds a Gateway Mesh section to the web-interface (+ API endpoints)
to see the status op each Relay Gateway within the Gateway Mesh.
The Gateway Mesh (https://github.com/chirpstack/chirpstack-gateway-mesh )
is an experimental feature to extend LoRaWAN coverage throug Relay
Gateways.
2024-06-25 11:37:57 +01:00
c0b148fecb
Fix exposing full JS codec error.
...
In some cases tests would fail (I assume based on load / running
concurrent tests) without the full JS codec error.
Fixes #440 .
2024-06-19 09:34:09 +01:00
6b9f7a9ea1
Fix cargo check / clippy warnings.
2024-06-19 09:27:15 +01:00
3b95a413a6
Update Rust, Diesel CLI and dev. environment.
2024-06-18 13:56:31 +01:00
38d544a5f7
api: add grpc php support ( #431 )
2024-06-11 11:50:02 +01:00
880b319bfd
Update sslmode options in config template. ( #433 )
2024-06-10 15:09:34 +01:00
a0abd4a4bb
ui: Fix empty string in revision column ( #432 )
2024-06-10 14:59:18 +01:00
52a08acf81
Add passive_roaming_validate_mic option.
...
This option does two things:
1) In case the passive-roaming agreement is not state-less, it will
trigger the validation of MIC (this was already implemented at the
roaming-session retrieval, but never used).
2) On PRStartAns, it will return the NwkSKey / FNwkSIntKey to the
requester (such that the MIC validation can be performed).
For state-less passive-roaming, it is recommended to leave this option
set to false, such that no session-keys are exposed.
2024-05-27 11:27:26 +01:00