Releases: bigboxer23/switchbotapi-java
Releases · bigboxer23/switchbotapi-java
Release list
v1.2.6
What's Changed
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #136
- feat: adding missing tests for device types, api response body by @bigboxer23 in #137
- deps: bump the minor-patch-dependencies group with 3 updates by @dependabot[bot] in #138
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 in the major-dependencies group by @dependabot[bot] in #139
- deps: bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 in the minor-patch-dependencies group by @dependabot[bot] in #140
- deps: bump org.junit.jupiter:junit-jupiter-api from 5.13.4 to 6.0.0 in the major-dependencies group by @dependabot[bot] in #141
- deps: bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 in the minor-patch-dependencies group by @dependabot[bot] in #142
- deps: bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 in the minor-patch-dependencies group by @dependabot[bot] in #143
- deps: bump org.junit.jupiter:junit-jupiter-api from 6.0.0 to 6.0.1 in the minor-patch-dependencies group by @dependabot[bot] in #144
- deps: bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 in the minor-patch-dependencies group by @dependabot[bot] in #145
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #146
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 in the minor-patch-dependencies group by @dependabot[bot] in #147
- deps: bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 in the minor-patch-dependencies group by @dependabot[bot] in #148
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #149
- deps: bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 in the minor-patch-dependencies group by @dependabot[bot] in #150
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #151
- deps: bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 in the minor-patch-dependencies group by @dependabot[bot] in #152
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #153
- deps: bump the minor-patch-dependencies group with 3 updates by @dependabot[bot] in #154
- deps: bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 in the minor-patch-dependencies group by @dependabot[bot] in #155
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #156
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #157
- deps: bump org.mockito:mockito-core from 5.21.0 to 5.22.0 in the minor-patch-dependencies group by @dependabot[bot] in #158
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #159
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #160
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 in the minor-patch-dependencies group by @dependabot[bot] in #161
- deps: bump org.projectlombok:lombok from 1.18.44 to 1.18.46 in the minor-patch-dependencies group by @dependabot[bot] in #162
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.1 in the minor-patch-dependencies group by @dependabot[bot] in #163
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #164
- deps: bump the minor-patch-dependencies group with 4 updates by @dependabot[bot] in #165
- deps: bump the minor-patch-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #167
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #168
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 3.7.0 to 3.8.0 in the minor-patch-dependencies group by @dependabot[bot] in #169
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #170
- deps: bump the minor-patch-dependencies group with 2 updates by @dependabot[bot] in #171
- deps: bump the minor-patch-dependencies group with 3 updates by @dependabot[bot] in #172
- deps: bump org.junit.jupiter:junit-jupiter-api from 6.1.2 to 6.1.3 in the minor-patch-dependencies group by @dependabot[bot] in #173
- feat: add 429 awareness by @bigboxer23 in #174
- deps: bump the major-dependencies group with 5 updates by @dependabot[bot] in #175
- chore: bump codeQL by @bigboxer23 in #176
Full Changelog: v1.2.5...v1.2.6
v1.2.5
feat: adding support for roller shutter (#135)
v1.2.4
feat: add support for roller curtains (#126)
v1.2.3
Add content type header (#121) * fix: switchbot api is stricter, add missing content-type header
v1.2.1
v1.2.0
chore(deps): bump com.bigboxer23:utils from 2.0.38 to 2.0.39 (#96) Bumps [com.bigboxer23:utils](https://github.com/bigboxer23/utils) from 2.0.38 to 2.0.39. - [Release notes](https://github.com/bigboxer23/utils/releases) - [Commits](https://github.com/bigboxer23/utils/compare/v2.0.38...v2.0.39) --- updated-dependencies: - dependency-name: com.bigboxer23:utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Jones <bigboxer23@gmail.com>
v1.1.9
feat: add support for MeterPro(CO2) (#93)
v1.1.8
feat: return status from command calls (#85)
v1.1.7
feat: add a map to translate id to name, make sure to use caching so …
v1.1.6
What's Changed
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot in #40
- Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.5 by @dependabot in #41
- Bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6 by @dependabot in #43
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by @dependabot in #42
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 by @dependabot in #44
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #45
- chore: update gh actions versions by @bigboxer23 in #46
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #47
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 by @dependabot in #48
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in #49
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 by @dependabot in #50
- chore: update codeql version by @bigboxer23 in #51
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 by @dependabot in #52
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot in #54
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 by @dependabot in #53
- chore: version bump by @bigboxer23 in #55
Full Changelog: v1.1.5...v1.1.6