Skip to content

Commit d5ef0eb

Browse files
authored
Update CHANGELOG.md
1 parent 30d1208 commit d5ef0eb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
## Changes by Version
2+
3+
### 1.3.0 (2023-01-06)
4+
* update proto: bluetooth support included ([#7](https://github.com/mycontroller-org/esphome_api/pull/7), [@jkandasa](https://github.com/jkandasa))
5+
* support encrypted connection ([#5](https://github.com/mycontroller-org/esphome_api/pull/5), [@jkandasa](https://github.com/jkandasa))
6+
7+
**Contains BREAKING CHANGES**
8+
* get new client function name changed and encryption key argument added on the new function
9+
```
10+
old: func Init(clientID, address string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error)
11+
new: GetClient(clientID, address, encryptionKey string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error)
12+
```
13+
214
### 1.2.0 (2022-07-06)
315
* rename pkg model to types, upgrade go version ([#2](https://github.com/mycontroller-org/esphome_api/pull/2), [@jkandasa](https://github.com/jkandasa)) **Contains BREAKING CHANGES**
416
### 1.1.0 (2022-06-13)

0 commit comments

Comments
 (0)