Skip to content

Commit 706ca16

Browse files
committed
Release 0.1.0
1 parent bc3287d commit 706ca16

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Fixed
9-
- API
10-
- support messages with DispatcherBody data longer than 256 bytes
11-
12-
### Changed
13-
- properly initialize Messages in the MessageCoder
148

9+
## [0.1.0] - 2023-03-29
1510
### Added
1611
- Initial support for SAIC API
12+
- Initial HTTP Gateway
1713
- Initial MQTT Gateway
1814
- Support for A Better Routeplaner Telemetry update
19-
- Initial HTTP Gateway
20-
- Native MQTT Gateway Docker build
21-
- MQTT
22-
- added --saic-uri configuration option
2315
- automatically register for all alarm types
2416
- create Docker image
2517
- create Debian package
2618
- support `climate/remoteClimateState/set` with `off`, `on` and `front`
27-
- support `doors/locked/set` with `true` and `false`
19+
- support `doors/locked/set` with `true` and `false`
20+
21+
[Unreleased]: https://github.com/SAIC-iSmart-API/saic-java-client/compare/v0.1.0...HEAD
22+
[0.1.0]: https://github.com/SAIC-iSmart-API/saic-java-client/releases/tag/v0.1.0

0 commit comments

Comments
 (0)