Skip to content

Commit b7cedfb

Browse files
committed
Prepare for release candidate 5
1 parent 0516384 commit b7cedfb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply from: gradle.oshCoreDir + '/common.gradle'
22
description = ''
33

44
allprojects {
5-
version = "3.0.0-rc.4"
5+
version = "3.0.0-rc.5"
66
}
77

88
subprojects {

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# OSCAR Build Node Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 3.0.0-rc.5 2025-12-09
5+
### Changes
6+
- Improved pagination speed on large datasets
7+
- Improved site stats by adding to previously recorded stats
8+
### Fixed
9+
- Fixed bug with HLS thread-locking which causes live video to be unavailable after some time
10+
411
## 3.0.0-rc.4 2025-12-05
512
### Changes
613
- Improved PostGIS query speed for observations

dist/config/standard/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"uiClass": "com.botts.ui.oscar.forms.OSCARServiceForm"
9595
}
9696
],
97-
"deploymentName": "OSCAR 3.0.0-rc.4",
97+
"deploymentName": "OSCAR 3.0.0-rc.5",
9898
"enableLandingPage": false,
9999
"id": "5cb05c9c-9123-4fa1-8731-ffaa51489678",
100100
"autoStart": true,

0 commit comments

Comments
 (0)