Skip to content

Commit

Permalink
Prepare version v11.0.0-alpha.0 (#1417)
Browse files Browse the repository at this point in the history
* Prepare version v11.0.0-alpha.0

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Brian Munkholm <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Jenkins CI <[email protected]>
Co-authored-by: Kræn Hansen <[email protected]>
Co-authored-by: Brian Munkholm <[email protected]>
  • Loading branch information
4 people authored May 3, 2021
1 parent ff80f32 commit b9123ba
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Release 11.0.0-alpha.0 (2021-05-03)

[Changes since v10.1.2](https://github.com/realm/realm-studio/compare/v10.1.2...v11.0.0-alpha.0)

### Breaking Changes

- Added support for reading / writing Realm files using Realm file format v21 (This supports a number of new datatypes available with beta versions of realm-js v?.?.?, realm-java v?.?.?, realm-cocoa v?.?.? and realm-dotnet v?.?.?). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v21.

### Enhancements

- Added the ability to choose "All Files" when opening a Realm file, enabling opening files regardless of their file extension. ([#1410](https://github.com/realm/realm-studio/pull/1410))
- Added reading and writing properties of type "UUID". ([#1404](https://github.com/realm/realm-studio/pull/1404))

### Fixed

- None

### Internals

- None

### Compatibility

- File format: Generates Realms with file format v21. Earlier file formats can be read and automatically upgraded to v21. But you will not be able to edit older file formats.


## Release 10.1.2 (2021-02-17)

[Changes since v10.1.1](https://github.com/realm/realm-studio/compare/v10.1.1...v10.1.2)
Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Enhancements

- Added the ability to choose "All Files" when opening a Realm file, enabling opening files regardless of their file extension. ([#1410](https://github.com/realm/realm-studio/pull/1410))
- None

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm-studio",
"productName": "MongoDB Realm Studio",
"version": "10.1.2",
"version": "11.0.0-alpha.0",
"description": "A tool for everything MongoDB Realm!",
"author": {
"name": "Realm",
Expand Down

0 comments on commit b9123ba

Please sign in to comment.