Skip to content

Commit

Permalink
chore(release): v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Jun 22, 2024
1 parent 8c0f23e commit 06a63b3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v1.4.3

[compare changes](https://github.com/esp-admin/sdk/compare/v1.4.2...v1.4.3)

### 🔥 Performance

- Store static log messages in Flash ([4822153](https://github.com/esp-admin/sdk/commit/4822153))

### 🩹 Fixes

- **HTTP:** Correctly set response buffer size ([b6c6eb5](https://github.com/esp-admin/sdk/commit/b6c6eb5))
- **Logger:** Correctly set message buffer size ([757eeac](https://github.com/esp-admin/sdk/commit/757eeac))
- **OTA:** Close HTTP connection before sending update status ([00a56ed](https://github.com/esp-admin/sdk/commit/00a56ed))

### 🏡 Chore

- Bump version ([f0d0e29](https://github.com/esp-admin/sdk/commit/f0d0e29))
- **HTTP:** Log reason on open connection fail ([4e7d619](https://github.com/esp-admin/sdk/commit/4e7d619))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v1.4.2

[compare changes](https://github.com/esp-admin/sdk/compare/v1.4.1...v1.4.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp-admin-sdk",
"version": "1.4.2",
"version": "1.4.3",
"description": "The sdk for [ESP Admin](https://github.com/becem-gharbi/esp-admin) platform",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 06a63b3

Please sign in to comment.