Skip to content

Commit

Permalink
Prepare version v5.0.0 (#1336)
Browse files Browse the repository at this point in the history
* Prepare version v4.0.0

* Update CHANGELOG.md

* Update package.json

* Update package-lock.json

Co-authored-by: Jenkins CI <ci@realm.io>
Co-authored-by: Kræn Hansen <mail@kraenhansen.dk>
Co-authored-by: Kræn Hansen <kraen.hansen@realm.io>
  • Loading branch information
4 people committed Sep 22, 2020
1 parent efae7d0 commit a504fda
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 19 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ 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 5.0.0 (2020-09-22)

[Changes since v4.0.0](https://github.com/realm/realm-studio/compare/v4.0.0...v5.0.0)

### Breaking Changes

- Added support for reading / writing Realm files using Realm file format v11 (used by realm-js v6.1.1, realm-java v7.0.4, realm-cocoa v5.4.0 and realm-dotnet v5.0.1). 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 v11. ([#1331](https://github.com/realm/realm-studio/pull/1331))

### Enhancements

- None

### Fixed

- None

### Compatibility

Use this version of Realm Studio to read and write Realm database files, using the same file format as:

| SDK | Version |
| ---------------- | ---------- |
| Realm JavaScript | 6.1.1 - ? |
| Realm Java | v7.0.4 - ? |
| Realm Cocoa | v5.4.0 - ? |
| Realm .NET | v5.0.1 - ? |

### Internals

- Upgraded Realm to v6.1.2. ([#1331](https://github.com/realm/realm-studio/pull/1331))
- Upgraded Electron to v9.3.1 and Spectron to v11.1.0 ([#1332](https://github.com/realm/realm-studio/pull/1332))


## Release 4.0.0 (2020-09-22)

[Changes since v3.10.0](https://github.com/realm/realm-studio/compare/v3.11.0...v4.0.0)
Expand Down
18 changes: 1 addition & 17 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[Changes since {PREVIOUS_VERSION}](https://github.com/realm/realm-studio/compare/{PREVIOUS_VERSION}...{CURRENT_VERSION})

### Breaking Changes

- Added support for reading / writing Realm files using Realm file format v11 (used by realm-js v6.1.1, realm-java v7.0.4, realm-cocoa v5.4.0 and realm-dotnet v5.0.1). 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 v11. ([#1331](https://github.com/realm/realm-studio/pull/1331))

### Enhancements

- None
Expand All @@ -12,18 +8,6 @@

- None

### Compatibility

Use this version of Realm Studio to read and write Realm database files, using the same file format as:

| SDK | Version |
| ---------------- | ---------- |
| Realm JavaScript | 6.1.1 - ? |
| Realm Java | v7.0.4 - ? |
| Realm Cocoa | v5.4.0 - ? |
| Realm .NET | v5.0.1 - ? |

### Internals

- Upgraded Realm to v6.1.2. ([#1331](https://github.com/realm/realm-studio/pull/1331))
- Upgraded Electron to v9.3.1 and Spectron to v11.1.0 ([#1332](https://github.com/realm/realm-studio/pull/1332))
- None
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": "Realm Studio",
"version": "3.11.0",
"version": "5.0.0",
"description": "A tool for everything Realm!",
"author": {
"name": "Realm Inc.",
Expand Down

0 comments on commit a504fda

Please sign in to comment.