Releases: konqi/roborock-bridge
Releases · konqi/roborock-bridge
v0.0.9
What's Changed
- Bump plugin.jpa from 2.0.0 to 2.0.21 by @dependabot in #95
- Bump com.h2database:h2 from 2.2.224 to 2.3.232 by @dependabot in #83
- Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.4 by @dependabot in #100
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Using string for schemaId (relates to #53)
- Bump org.springframework.boot from 3.2.5 to 3.3.0 by @dependabot in #48
- Get consumables by @dkneisz in #77
- fis issue with nogo areas nomop areas by @dkneisz in #71
- Bump org.springframework.boot from 3.3.0 to 3.3.2 by @dependabot in #67
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.1 to 2.17.2 by @dependabot in #64
- Bump io.spring.dependency-management from 1.1.4 to 1.1.6 by @dependabot in #65
- Bump plugin.spring from 1.9.22 to 2.0.10 by @dependabot in #75
- Bump jvm from 1.9.23 to 2.0.10 by @dependabot in #76
New Contributors
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Bump plugin.jpa from 1.9.21 to 1.9.22 by @dependabot in #14
- Bump plugin.spring from 1.8.22 to 1.9.22 by @dependabot in #9
- Bump org.springframework.boot from 3.1.5 to 3.2.3 by @dependabot in #6
- Bump vite from 5.0.10 to 5.0.12 in /src/test/resources/map-poc by @dependabot in #15
- Bump org.mock-server:mockserver-client-java from 5.14.0 to 5.15.0 by @dependabot in #16
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.3 to 2.17.0 by @dependabot in #25
- Bump jvm from 1.8.22 to 1.9.23 by @dependabot in #23
- Remove serialization plugin by @konqi in #30
- Bump io.spring.dependency-management from 1.1.3 to 1.1.4 by @dependabot in #20
- Bump plugin.jpa from 1.9.22 to 2.0.0 by @dependabot in #46
- Bump org.testcontainers:junit-jupiter from 1.19.6 to 1.19.8 by @dependabot in #43
- Bump org.awaitility:awaitility-kotlin from 4.2.0 to 4.2.1 by @dependabot in #36
- Bump org.springframework.boot from 3.2.3 to 3.2.5 by @dependabot in #39
- Bump org.testcontainers:hivemq from 1.19.6 to 1.19.8 by @dependabot in #42
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.0 to 2.17.1 by @dependabot in #51
- Bump org.testcontainers:testcontainers from 1.19.6 to 1.19.8 by @dependabot in #50
- Should no longer crash if there are additional props (Issues #53 & #54)
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Allow use of strings (via Interpreter) for enum-like fields, e.g.
fan_power
,mop_mode
,water_box_mode
, etc - It is now possible to ask the bridge for possible values by sending an empty message to a topic
.../property_name/options
- POC UI adjusted and refactored
- Cleanup mode (i.e.
fan_power
,mop_mode
,water_box_mode
) can be set via POC UI
v0.0.4
Cleanup & MQTT Improvements
- detect stale messages in request memory
- split device memory by device
- stop publishing database entities to the broker
- Allow room cleanup, pause, resume through poc app
- Replace global object mapper with Delegate
- Refactored for more concise coordinates (reduce json boilerplate in mqtt messages)
- Image data is now encapsulated in json for future interoperability
v0.0.3
v0.0.2
- Added generic interpreter, which should works for all robots that use the same apis (probably poorly and I have no way of testing)
- Documentation improved
- Map image data is exposed to MQTT so clients can create own visualisations
- POC client uses before-mentioned data to create a map with selectable rooms (room cleaning coming soon)
v0.0.1
Initial release