All Versions
267
Latest Version
Avg Release Cycle
15 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v5.26.0 Changes
๐ Released July 9, 2022 • diff
- ๐ New: #1248 by @groue: Avoid double notification of the initial value for ValueObservation on DatabasePool
- ๐ New: #1253 by @george-signal: Make memory management optional
- ๐ Fixed: DatabasePool no longer prevents database reads when UIKit posts
UIApplication.didReceiveMemoryWarningNotification
(see #1253 for more information).
-
v5.25.0 Changes
๐ Released June 11, 2022 • diff
- ๐ New: #1226 by @naveensrinivasan: Included githubactions in the dependabot config
- ๐ New: #1228 by @naveensrinivasan: Set permissions for GitHub actions
- ๐ New: #1235 by @groue: Raise default Quality of Service to
.userInitiated
. - ๐ Fixed: #1233 by @GetToSet: Fix warnings of redundant conformance constraint on Xcode 14.
-
v5.24.0 Changes
๐ Released May 1, 2022 • diff
- ๐ Fixed: #1203 by @EvanHahn: Fix changelog links
- ๐ Fixed: #1212 by @MartinP7r: Fix apple docs links
- ๐ Fixed: #1213 by @groue: Fix crash when the number of active ValueObservations is high
- ๐ฅ Breaking Change: Transactions performed during a read-only database access are no longer notified to transaction observers. This is, strictly speaking, a breaking change. However it should have no impact since read-only transactions have very little interest.
-
v5.22.2 Changes
๐ Released April 2, 2022 • diff
- ๐ Fixed a 5.22.0 regression: #1196 by @layoutSubviews: Fix a crash when an observation is quickly cancelled
-
v5.21.0 Changes
๐ Released February 6, 2022 • diff
- ๐ New: #1165 by @guidedways: Support dynamic linking via Swift Package Manager
- ๐ฅ Breaking Change: #1164 by @groue: Drop experimental async apis from DatabaseMigrator
-
v5.20.0 Changes
๐ Released February 1, 2022 • diff
- ๐ Fixed: Fixed a bug of
including(all:)
for composite foreign keys and limited requests. - ๐ Fixed: #1162 by @groue: Fix truncate optimization handling.
- ๐ New: #1160 by @groue: Hide statement arguments by default.
- ๐ New: #1161 by @groue: Target DispatchQueue for non-read-only database connections.
- ๐ Documentation Update: The [Database Configuration](README.md#database-configuration) chapter explains how to opt in for public statement arguments in DEBUG builds.
- ๐ Fixed: Fixed a bug of