Releases: handymenny/uecapabilityparser
Releases · handymenny/uecapabilityparser
Nightly 2026-04-13
What's Changed
- codeql: Update JDK and Kotlin version by @handymenny in #623
- Codeql: Set kotlin version to 2.3.x by @handymenny in #624
- build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.3 to 6.0.3 by @dependabot[bot] in #610
- build(deps): bump com.github.ajalt.clikt:clikt from 5.0.3 to 5.1.0 by @dependabot[bot] in #625
- build(deps): bump com.gradleup.shadow from 8.3.6 to 9.4.1 by @dependabot[bot] in #626
- build(deps): bump gradle-wrapper from 8.14 to 9.4.1 by @dependabot[bot] in #619
- build(deps): bump javalinVersion from 6.6.0 to 7.1.0 by @dependabot[bot] in #617
- Fix gradlew.bat by @handymenny in #627
- Update web ui to support MNR log type by @handymenny in #628
Full Changelog: nightly-2026-04-12...nightly-2026-04-13
Nightly 2026-04-12
What's Changed
- feat: add MediaTek NR trace log import (MNR) by @h3nnes in #606
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #603
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #602
- build(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #599
- build(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #596
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #595
- build(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #607
- Bump action versions by @handymenny in #615
- build(deps): bump io.mockk:mockk from 1.14.0 to 1.14.9 by @dependabot[bot] in #613
- build(deps): bump org.jetbrains.kotlinx.kover from 0.9.1 to 0.9.8 by @dependabot[bot] in #620
- Update to jdk 17 by @handymenny in #621
- build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #616
- build(deps): bump com.diffplug.spotless from 7.0.3 to 8.4.0 by @dependabot[bot] in #614
- build(deps): bump kotlinVersion from 2.1.20 to 2.3.20 by @handymenny in #622
- build(deps): bump kotlinxSerializationVer from 1.8.1 to 1.11.0 by @dependabot[bot] in #618
New Contributors
Full Changelog: nightly-2025-07-06...nightly-2026-04-12
Nightly 2025-07-06
What's Changed
- Fix UEMrdcCapabilityJson filters by @handymenny in #588
Full Changelog: nightly-2025-04-26...nightly-2025-07-06
Nightly 2025-04-26
What's Changed
- build(deps): bump io.mockk:mockk from 1.13.13 to 1.14.0 by @dependabot in #563
- build(deps): bump org.jetbrains.kotlinx.kover from 0.8.3 to 0.9.1 by @dependabot in #556
- build(deps): bump javalinVersion from 6.3.0 to 6.6.0 by @dependabot in #565
- build(deps): bump kotlinVersion from 2.1.0 to 2.1.20 by @dependabot in #564
- build(deps): bump com.github.ajalt.clikt:clikt from 5.0.2 to 5.0.3 by @dependabot in #569
- build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 by @dependabot in #568
- build(deps): bump coroutinesVersion from 1.9.0 to 1.10.2 by @dependabot in #567
- build(deps): bump kotlinxSerializationVer from 1.7.3 to 1.8.1 by @dependabot in #566
- build(deps): bump org.slf4j:slf4j-nop from 2.0.16 to 2.0.17 by @dependabot in #571
- build(deps): bump com.diffplug.spotless from 7.0.0.BETA4 to 7.0.3 by @dependabot in #570
- Update gradle to 8.14 by @handymenny in #572
- docker: update scat version by @handymenny in #573
- Update asn1 to rel 18 by @handymenny in #574
Full Changelog: nightly-2024-12-12...nightly-2025-04-26
Nightly 2024-12-12
What's Changed
- make reparsing tests less prone to failure by @handymenny in #547
- Add 6rx and 8rx support for 0xB0CD/0xb826 by @handymenny in #546
- 0xb826: initial support for v22 by @handymenny in #548
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #543
- build(deps): bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2 by @dependabot in #544
- build(deps): bump kotlinVersion from 2.0.21 to 2.1.0 by @dependabot in #545
- docker: update scat commit tag by @handymenny in #549
Full Changelog: nightly-2024-11-18...nightly-2024-12-12
Nightly 2024-11-18
What's Changed
- parsing: add subtypes to metadata by @handymenny in #541
- reparsing: Add processing time to reparsing index by @handymenny in #542
Full Changelog: nightly-2024-11-11...nightly-2024-11-18
Nightly 2024-11-11
What's Changed
- 0xb826: initial support for ul tx switch by @handymenny in #538
- 0xb826: officially support v21 by @handymenny in #539
- update web-ui: hide ul tx switch column when it isn't supported by @handymenny in #540
Full Changelog: nightly-2024-11-10...nightly-2024-11-11
Nightly 2024-11-10
What's Changed
- capabilityInformation: Initial ul tx switch support by @handymenny in #537
Full Changelog: nightly-2024-11-08...nightly-2024-11-10
Nightly 2024-11-08
What's Changed
- Support supportedBandwidthDL/UL-v1710 by @handymenny in #535
- uecapability: clamp CC BW if it's above what is reported in channelBWs by @handymenny in #536
Full Changelog: nightly-2024-11-07...nightly-2024-11-08
Nightly 2024-11-07
What's Changed
- Introduce invalid BW Class, invalid bandwidth and unknown 0xb826 source by @handymenny in #532
- Update web-ui to support invalid bandwidth by @handymenny in #533
- build(deps): bump com.gradleup.shadow from 8.3.3 to 8.3.5 by @dependabot in #529
- Add annoying message by @handymenny in #534
Full Changelog: nightly-2024-11-04...nightly-2024-11-07