Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated changelog #402

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Pear Runtime Changelog

## v1.6.0

### Features

* Internal - Added sidecar logs
* Performance - Added DHT persistent cache

### Fixes

* Desktop - Forced teardown fix for Pear Desktop apps that take longer than 15 seconds to close
* Dependencies - udx-native updated to 1.13.3
* Internal - Block of spindown while platform is updating
* Desktop - Fix teardown of worker on app exit

### Improvements

* API - Removed deprecated preferences methods from Pear API
* CLI - Added --force flag to `dump`
* Internal - Added RocksDB native support

## v1.5.0

### Features
Expand Down
Loading