Skip to content

Commit

Permalink
Merge commit '50797be5a0dfde9b4eb5c00a528c04b49d5706d6' into ct/remov…
Browse files Browse the repository at this point in the history
…e_sync

# Conflicts:
#	CHANGELOG.md
#	buildSrc/src/main/kotlin/Config.kt
#	packages/plugin-compiler/src/main/kotlin/io/realm/kotlin/compiler/SyncLoweringExtension.kt
  • Loading branch information
clementetb committed Sep 17, 2024
2 parents 55476bf + 50797be commit 41924a5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
## 2.3.0-SNAPSHOT (YYYY-MM-DD)

## 3.0.0-SNAPSHOT (YYYY-MM-DD)

### Breaking Changes
* [Sync] All sync functionality has been removed.

### Enhancements
* None.

### Fixed
* None.

### Compatibility
* File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
* Realm Studio 15.0.0 or above is required to open Realms created by this version.
* This release is compatible with the following Kotlin releases:
* Kotlin 2.0.20 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`.
* Ktor 2.1.2 and above.
* Coroutines 1.7.0 and above.
* AtomicFu 0.18.3 and above.
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
* Minimum Kbson 0.4.0.
* Minimum Gradle version: 7.2.
* Minimum Android Gradle Plugin version: 7.1.3.
* Minimum Android SDK: 16.
* Minimum R8: 8.0.34.

### Internal
* None.


## 2.3.0 (2024-09-16)

### Breaking Changes
* None.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()

object Realm {
val ciBuild = (System.getenv("CI") != null)
const val version = "2.3.0-SNAPSHOT"
const val version = "3.0.0-SNAPSHOT"
const val group = "io.realm.kotlin"
const val projectUrl = "https://realm.io"
const val pluginPortalId = "io.realm.kotlin"
Expand Down

0 comments on commit 41924a5

Please sign in to comment.