Releases: OSGP/sng-crest-device-service
Releases · OSGP/sng-crest-device-service
v1.3.2
What's Changed
- FDP-2551 ~ Updates result handlers by @smvdheijden in #80
- FDP-2551 ~ Updates RSP result handlers after testing by @smvdheijden in #82
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Feature/fdp 2551 command result handler refactoring by @smvdheijden in #74
Full Changelog: v1.3...v1.3.1
v1.3
What's Changed
- FDP-2571: added endpoints to add RSP and RSP2 commands for device by @levi-h in #58
- FDP-2716 ~ Adds permissions to workflow by @smvdheijden in #59
- FDP-2684: introduced device, moved secret from PSK to device by @levi-h in #60
- Feature/fdp 2638 firmware files inlezen en naar maki by @loesimmens in #57
- FDP-2638: small cleaning up of comments by @loesimmens in #61
- FDP-2551: Implement sending firmware update to device by @sanderv in #53
- changed Spotless formatting to Kotlin standard by @levi-h in #64
- FDP-2728: update gxf java utilities by @loesimmens in #62
- FDP-2551: Change db fields back to varchar by @sanderv in #63
- FDP-1620: send firmware upload progress to Maki by @levi-h in #66
- FDP-2551: Distinct feedback functions by @sanderv in #67
- FDP-2732: typo in topic name by @LucianoFavoroso in #65
- FDP-2638: Minor bugfix, change. Added Kafka-UI for local testing by @sanderv in #68
- replaced Mockito with MockK by @levi-h in #69
- FDP-2551: added where clause so migration works by @LucianoFavoroso in #70
- FDP-2732: reverting management port by @sanderv in #71
- FDP-2766: Fix dual-port setup by @sanderv in #72
- FDP-2762: Use TOML file for versions by @Tortoaster in #73
New Contributors
- @smvdheijden made their first contribution in #59
Full Changelog: v1.2.3...v1.3
v1.2.3
v1.2.2
What's Changed
- FDP-2609: Update Spring Boot by @jasperkamerling in #47
- FDP-2551: Firmware entities by @sanderv in #49
- FDP-2318: ktfmt max width 120 by @loesimmens in #48
- FDP-2600: small readability improvement by @levi-h in #51
- FDP-2318: Fixed copyright headers by @sanderv in #52
- FDP-2659: Added build arguments to JVM by @LucianoFavoroso in #54
New Contributors
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- FDP-2602: blank downlink working by @loesimmens in #44
- OPS: Upgrade to gradle 8.10.1 by @sanderv in #43
New Contributors
Full Changelog: v1.2...v1.2.1
v1.2: Reboot command + feedback
What's Changed
- FDP-2327: Adding kubernetes probes by @JelleHoffman in #36
- FDP-2359: command handling reboot by @loesimmens in #39
- FDP-2359: command feedback avro schema updated by @loesimmens in #42
Dependency updates, technical changes
- FDP-2325: Update Kotlin, Gradle and dependencies by @jasperkamerling in #34
- FDP-2325: Correct dependencies and unify settings.gradle.kts by @jasperkamerling in #35
- FDP-2470: Update dependencies by @jasperkamerling in #37
- FDP-2359: Implement new package structure by @jasperkamerling in #38
- FDP-2593: Update Spring Boot, Kotlin and Gradle by @jasperkamerling in #40
- FDP-2318: Spotless pre-commit hook by @loesimmens in #41
New Contributors
- @JelleHoffman made their first contribution in #36
Full Changelog: v1.1...v1.2
V1.1: Add mutual TLS
What's Changed
- FDP-2217: Implement mutual TLS by @jasperkamerling in #33
Full Changelog: v1.0...v1.1
v1.0
What's Changed
- FDP-1623 initial setup by @LucianoFavoroso in #1
- FDP-1623 kebab case by @LucianoFavoroso in #2
- FDP-1612: Add error logging endpoint by @LucianoFavoroso in #3
- FDP-1678: added sonar coverage by @LucianoFavoroso in #4
- FDP-1687: Implement shared gxf libraries by @LucianoFavoroso in #5
- FDP-1614: removed proxyerror object by @LucianoFavoroso in #6
- FDP-1812: Changed avro schema by @LucianoFavoroso in #8
- FDP-1628 by @LucianoFavoroso in #7
- FDP-1619: fix startup database init by @LucianoFavoroso in #9
- FDP-1880: Upgrade to Java 21 and Spring Boot 3.2 by @jasperkamerling in #10
- FDP-1880: Correct local postgres port by @jasperkamerling in #11
- FDP-1736: Implement Device Credentials import by @jasperkamerling in #12
- FDP-1815: Implement PSK command with hash by @LucianoFavoroso in #13
- FDP-1736: Use private key for decryption by @jasperkamerling in #15
- FDP-1618: Added counter for invalid identity by @LucianoFavoroso in #14
- FDP-1919: Automatic test data initalisation by @jasperkamerling in #17
- FDP-1943: Synchronize downlink generation per device by @jasperkamerling in #19
- FDP-1942: Update build actions by @jasperkamerling in #18
- FDP-1944: Add configuration to disable initial psk change by @jasperkamerling in #20
- FDP-1884: Made method variable by @LucianoFavoroso in #21
- FDP-2004: Use : between key and has in psk set by @jasperkamerling in #22
- FDP-1961: Implement new PSK flow by @loesimmens in #23
- FDP-1961: additional review comments by @loesimmens in #24
- FDP-1961: Add semicolon before set by @jasperkamerling in #25
- FDP-2157: Use old/previous key for calculating hash by @jasperkamerling in #26
- FDP-1961: check all urc strings for error and only if no errors, then… by @loesimmens in #27
- FDP-2219: Added more logging by @LucianoFavoroso in #29
- FDP-2301: Update to Spring Boot v3.2.6 by @Tortoaster in #30
- FDP-1673: Implement Spotless by @loesimmens in #28
- FDP-2239: use new psk for calculating hash by @loesimmens in #32
- FDP-2306: handle failure urcs better by @loesimmens in #31
New Contributors
- @LucianoFavoroso made their first contribution in #1
- @jasperkamerling made their first contribution in #10
- @loesimmens made their first contribution in #23
- @Tortoaster made their first contribution in #30
Full Changelog: https://github.com/OSGP/sng-crest-device-service/commits/v1.0