Orne Brocaar
cc47958839
Bump version to 4.7.0-test.1
2024-01-11 12:48:18 +00:00
Orne Brocaar
9f67b9c221
Implement direct redirect for OIDC and OAuth login.
2023-12-19 14:31:21 +00:00
Orne Brocaar
9198d7d51b
Implement Clerk as authentication backend (OAuth2).
2023-12-19 13:49:16 +00:00
Orne Brocaar
f647949c05
Bump version to 4.6.0
2023-12-07 09:13:36 +00:00
Orne Brocaar
20e28407d0
Bump version to 4.6.0-test.4
2023-11-28 13:01:40 +00:00
Orne Brocaar
3538145e3d
Add allow roaming option to device-profile.
2023-11-23 08:53:47 +00:00
Orne Brocaar
f13a5f492c
Bump version to 4.6.0-test.3
2023-11-22 11:28:00 +00:00
Orne Brocaar
5fd56e7e3c
Bump version to 4.6.0-test.2
2023-11-20 12:33:52 +00:00
Orne Brocaar
6931e9adb5
api: Add BackendInterfacesRequest stream message.
2023-11-02 08:36:57 +00:00
Orne Brocaar
36e6d5ccb9
api: Change streams > stream to be consistent.
2023-10-31 14:03:31 +00:00
Orne Brocaar
1d38ae2544
api: Refactor api/request_log.proto to streams/api_requests.proto.
2023-10-31 11:59:07 +00:00
Orne Brocaar
a4da4ab784
api: Refactor api/frame_log.proto into streams/frames.proto.
2023-10-31 11:21:43 +00:00
Orne Brocaar
ec0ecf2044
api: Refactor meta/meta.proto to streams/meta.proto.
2023-10-31 10:19:38 +00:00
Orne Brocaar
091909e8ea
Bump version to 4.6.0-test.1
2023-10-26 15:38:37 +01:00
Orne Brocaar
fefa4f8be9
Re-generate API code.
2023-10-26 15:38:37 +01:00
Orne Brocaar
d38062aebd
Add preamble and no_crc fields to LoraModulationInfo.
2023-10-26 15:38:37 +01:00
Orne Brocaar
dc5be942d4
api: Re-generate API code.
2023-10-19 17:12:19 +01:00
Orne Brocaar
a087c4c18b
Add tags to tenants and applications.
...
Note that the integration events will contain the application +
device-profile + device tags. Integration events will NOT contain the
tenant tags. Most likely tenant tags will be used to store information
about the tenant, data that is unrelated to the integration events.
Fixes #211 .
2023-10-19 17:11:50 +01:00
Orne Brocaar
b4845b5613
api: Rename time to gw_time. Add ns_time.
...
The gw_time defines the RX time by the gateway, the ns_time defines when
it was received by the NS. The latter could for example help to debug
latency between the GW <> NS.
2023-10-16 12:11:57 +01:00
Orne Brocaar
c82bfa5a72
api: Ignore unknown fields (Rust JSON decode).
...
The JSON encoding should only be used for debugging purposes! However
this change avoids showing errors in case there are unknown fields in the
JSON payload. This would happen when for example the MQTT Forwarder
and ChirpStack uses a different API version (which in case of Protobuf
would be fine, as long as the major version remains the same).
2023-10-16 10:51:29 +01:00
Orne Brocaar
41d00cb651
Implement end-to-end app payload encryption.
...
This implements end-to-end encryption between the end-device and
end-application. The encrypted AppSKey or SessionKeyID is forwarded to
the end-application which should be able to decrypt or request the
AppSKey to decrypt the uplink payload. As well the end-application will
be able to enqueue encrypted application payloads.
Using this mechanism, ChirpStack will never have access to the uplink
and downlink application-payloads.
2023-10-05 13:06:09 +01:00
Orne Brocaar
503beaa2fd
Bump version to 4.5.1
2023-10-05 10:20:32 +01:00
Michael Jeffrey
fe131c070a
api: Re-export prost dependency. ( #285 )
2023-10-03 15:29:49 +01:00
Orne Brocaar
a402b487f8
Update dependencies.
2023-09-18 16:22:05 +01:00
Orne Brocaar
4ebee8d614
Bump version to 4.5.0
2023-09-11 16:58:25 +01:00
Orne Brocaar
81ac49ff8f
Bump version to 4.5.0-test.3
2023-09-07 16:53:20 +01:00
Orne Brocaar
f06f11334e
Bump version to 4.5.0-test.2
2023-09-05 12:14:35 +01:00
Orne Brocaar
295cd5e4b1
Bump version to 4.5.0-test.1
2023-09-04 15:06:38 +01:00
Orne Brocaar
cd57929b43
Update dependencies.
2023-09-04 14:10:27 +01:00
Orne Brocaar
7ff12f5ae7
Bump version to 4.4.3
2023-07-24 11:54:31 +01:00
Orne Brocaar
f66186bb7b
Bump version to 4.4.2
2023-07-14 10:56:00 +01:00
Orne Brocaar
9d543603d5
Bump version to 4.4.1
2023-07-05 11:18:51 +01:00
Orne Brocaar
407ebd2d3f
Bump version to 4.4.0
2023-06-26 12:05:45 +00:00
Orne Brocaar
ba7b262323
Change enabled_class > class_enabled for consistency.
2023-06-14 13:13:13 +01:00
Orne Brocaar
6480b3bbd5
Add enabled class to DeviceInfo in events.
2023-06-14 13:13:13 +01:00
Orne Brocaar
a1a34abaf7
Refactor device enabled_class to enum + expose in API.
2023-06-14 11:17:04 +01:00
Orne Brocaar
3f77203516
Bump version to 4.4.0-test.1
2023-05-30 14:08:45 +00:00
Orne Brocaar
28e940d2b7
Update api generated code.
2023-05-30 14:51:15 +01:00
Orne Brocaar
cefe61072d
Initial Relay support implementation (TS011).
...
Closes #59 .
2023-05-22 11:04:13 +01:00
Orne Brocaar
513aa7804d
Add event prefix + arbitrary JSON options for IFTTT.
2023-05-19 14:43:39 +01:00
Orne Brocaar
08d69502de
Bump version to 4.3.2
2023-04-26 13:02:10 +01:00
Orne Brocaar
683f59c063
Update Rust API dependencies.
2023-04-26 12:36:10 +01:00
Orne Brocaar
0a3fcaeb2d
Bump version to 4.3.1
2023-04-10 12:24:52 +01:00
Orne Brocaar
77051e8956
Update Rust API Cargo.lock.
2023-04-10 12:08:12 +01:00
Orne Brocaar
101b155d91
Update dependencies.
2023-04-10 11:10:52 +01:00
Orne Brocaar
8fe0c7c6c2
Improve Rust SDK build flags / reduce dependencies.
...
This reduces the amount of dependencies in case not all features are
being used. E.g. tonic is only needed if using gRPC and pbjson,
pbjson-types and serde are only needed if using the JSON serialization.
2023-03-28 21:11:54 +01:00
Orne Brocaar
1430c30ab3
Make using gateway location optional (LoRa Cloud).
2023-03-28 13:11:49 +01:00
Orne Brocaar
ef97eccf62
Update LoRa Cloud integration.
2023-03-08 17:01:11 +00:00
Orne Brocaar
50f8093c07
Bump version to 4.3.0
2023-03-08 09:20:50 +00:00
Orne Brocaar
eaad8586a1
Bump version to 4.3.0-test.3
2023-03-02 14:32:56 +00:00