Skip to content

Commit 9bdce80

Browse files
update changelog for release
1 parent 78dfa07 commit 9bdce80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.6.1 (unreleased)
3+
## 1.7.0
44

55
* Update Kotlin SDK to 1.7.0.
66
* Add `close(deleteDatabase:)` method to `PowerSyncDatabaseProtocol` for deleting SQLite database files when closing the database. This includes the main database file and all WAL mode files (.wal, .shm, .journal). Files that don't exist are ignored, but an error is thrown if a file exists but cannot be deleted.
@@ -14,6 +14,9 @@ try await database.close(deleteDatabase: false)
1414
// or simply
1515
try await database.close()
1616
```
17+
* Add `PowerSyncDataTypeConvertible` protocol for casting query parameters to SQLite supported types.
18+
* [Internal] Removed unnecessary `Task` creation in Attachment helper `FileManagerStorageAdapter`.
19+
1720
## 1.6.0
1821

1922
* Update core extension to 0.4.6 ([changelog](https://github.com/powersync-ja/powersync-sqlite-core/releases/tag/v0.4.6))

0 commit comments

Comments
 (0)