Skip to content

Releases: konqi/roborock-bridge

v0.0.9

06 Dec 11:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

17 Aug 14:50
2cc2cc2
Compare
Choose a tag to compare

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

18 Jun 11:43
Compare
Choose a tag to compare

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

Full Changelog: v0.0.6...v0.0.7

v0.0.6

28 Feb 11:26
505067d
Compare
Choose a tag to compare

What's Changed

  • Add timer trigger for schema (aka scheduled schema) by @konqi in #4

Full Changelog: v0.0.5...v0.0.6

v0.0.5

24 Jan 17:30
Compare
Choose a tag to compare
  • 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

15 Jan 10:39
94ba533
Compare
Choose a tag to compare

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

10 Jan 09:44
Compare
Choose a tag to compare

What's Changed

  • Add segment/room cleaning by @konqi in #1

Full Changelog: v0.0.2...v0.0.3

v0.0.2

05 Jan 11:42
Compare
Choose a tag to compare
  • 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

03 Jan 11:51
Compare
Choose a tag to compare

Initial release