Skip to content

Commit

Permalink
Update changelog (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored May 27, 2024
1 parent 156b299 commit 381f717
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
X.Y.Z Release notes (YYYY-MM-DD)
=============================================================

### Breaking changes
* None

### Enhancements
* None

### Compatibility
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10.

### Internals
* None

----------------------------------------------

2.0.0 Release notes (2024-05-24)
=============================================================

### Breaking changes
* `sync_manager::path_for_realm(const realm::sync_config&)` is now `App::path_for_realm(const realm::sync_config&)`

### Enhancements
* Added support for updating Atlas Device Sync's base url, in case the need to roam between servers (cloud and/or edge server). Add `-DREALM_ENABLE_EXPERIMENTAL=1` to your CMake command when generating the build to enable this feature.

### Compatibility
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10.

Expand All @@ -22,7 +42,6 @@

### Enhancements
* Updated default base URL to be `https://services.cloud.mongodb.com` to support the new domains (was `https://realm.mongodb.com`)
* Added support for updating Atlas Device Sync's base url, in case the need to roam between servers (cloud and/or edge server). Add `-DREALM_ENABLE_EXPERIMENTAL=1` to your CMake command when generating the build to enable this feature.

### Compatibility
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10.
Expand Down

0 comments on commit 381f717

Please sign in to comment.