Skip to content

Commit

Permalink
anjay-mbedos-client 22.08
Browse files Browse the repository at this point in the history
Improvements:
- Updated Anjay-mbedos to version 3.1.2,
  fixing memory leak present in previous version
  • Loading branch information
anuar2k committed Aug 24, 2022
1 parent a8f6d5b commit debcc98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 22.08-rc1 (Fri 12th, 2022)
## 22.08 (Aug 24th, 2022)

### Improvements
- Updated Anjay-mbedos to version 3.1.2,
fixing memory leak present in previous version

## 22.08-rc1 (Aug 12th, 2022)

### Known issues
- Memory leak in integration layer (heap usage steadily increasing)
Expand All @@ -14,7 +20,7 @@
- Added support for SMS binding (commercial feature)

### Improvements
- Updated Anjay-mbedos to version X.XX.X
- Updated Anjay-mbedos to version 3.1.1
- Added support for Mbed OS 6 and Mbed CLI 2
- More sensible model number for unsupported boards is reported in Device object
now
Expand Down
2 changes: 1 addition & 1 deletion anjay-mbedos.lib
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/AVSystem/Anjay-mbedos.git/#8fcb7fa94bc4766e06867e06ed9612807a395da8
https://github.com/AVSystem/Anjay-mbedos.git/#317a34ab21292a83d0a305b03697663d04d7f0dd
2 changes: 1 addition & 1 deletion device_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static int resource_read(anjay_t *anjay,

case RID_FIRMWARE_VERSION:
assert(riid == ANJAY_ID_INVALID);
return anjay_ret_string(ctx, "22.08-rc1");
return anjay_ret_string(ctx, "22.08");

case RID_ERROR_CODE:
assert(riid == 0);
Expand Down

0 comments on commit debcc98

Please sign in to comment.