Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 982008a

Browse files
authored
Release 0.6.3 (#118)
1 parent c16fe0f commit 982008a

39 files changed

+17
-1
lines changed

docs/release_notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 0.6.3 - 23.05.2024
4+
5+
### Bugfixes
6+
* Fallback to `JF_DIST_*` env vars when `FJ_DIST_*` ones are missing.
7+
We missed a couple of env vars related to distribution when fixing
8+
backward compatibility in `0.6.1`.
9+
310
## 0.6.2 - 22.05.2024
411

512
### Features
@@ -20,6 +27,7 @@ This behaviour will be removed in version 0.8.0. **[BREAKING]**
2027
* Make allowed components configurable - from now, all components are by default
2128
disabled and have to be enabled with `FJ_COMPONENTS_USED`.
2229
For example, `FJ_COMPONENTS_USED=hls recording sip`. **[BREAKING]**
30+
* Metrics changed their prefix from `jellyfish` to `fishjam` e.g. `jellyfish_traffic_ingress_webrtc_total_bytes` -> `fishjam_traffic_ingress_webrtc_total_bytes` **[BREAKING]**
2331

2432
## 0.5.0 - 15.05.2024
2533

versioned_docs/version-0.6.2/release_notes.md renamed to versioned_docs/version-0.6.3/release_notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 0.6.3 - 23.05.2024
4+
5+
### Bugfixes
6+
* Fallback to `JF_DIST_*` env vars when `FJ_DIST_*` ones are missing.
7+
We missed a couple of env vars related to distribution when fixing
8+
backward compatibility in `0.6.1`.
9+
310
## 0.6.2 - 22.05.2024
411

512
### Features
@@ -20,6 +27,7 @@ This behaviour will be removed in version 0.8.0. **[BREAKING]**
2027
* Make allowed components configurable - from now, all components are by default
2128
disabled and have to be enabled with `FJ_COMPONENTS_USED`.
2229
For example, `FJ_COMPONENTS_USED=hls recording sip`. **[BREAKING]**
30+
* Metrics changed their prefix from `jellyfish` to `fishjam` e.g. `jellyfish_traffic_ingress_webrtc_total_bytes` -> `fishjam_traffic_ingress_webrtc_total_bytes` **[BREAKING]**
2331

2432
## 0.5.0 - 15.05.2024
2533

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"0.6.2",
2+
"0.6.3",
33
"0.5.0",
44
"0.4.2",
55
"0.3.0",

0 commit comments

Comments
 (0)