Skip to content

Commit

Permalink
Prepare version v3.8.0 (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
realm-ci authored and Kræn Hansen committed Oct 17, 2019
1 parent 6fc7736 commit 7aa05b5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ 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 3.8.0 (2019-10-17)

[Changes since v3.7.0](https://github.com/realm/realm-studio/compare/v3.7.0...v3.8.0)

### Enhancements

- Added TypeScript schema exporter ([#1185](https://github.com/realm/realm-studio/pull/1185))

### Fixed

- Fixed displaying object level permissions for the correct object when the table of objects were filtered or sorted. ([#1180](https://github.com/realm/realm-studio/pull/1180))
- Fixed exporting schemas to Java and Kotlin. The @Required annotation was incorrectly applied to lists of non-primitives. ([#1181](https://github.com/realm/realm-studio/pull/1181), since v1.8.0)
- On Windows, ensure there'll be no unnecessary local path collisions when browsing multiple Realm Cloud instances. The effect would have been that Realms with the same name that resided on different servers would need to be redownloaded every time you switched servers. ([#1184](https://github.com/realm/realm-studio/pull/1184), since v3.7.0)
- Fixed displaying fatal errors in the Realm Browser. ([#1189](https://github.com/realm/realm-studio/pull/1189), since v1.0.0-rc.2)
- Fixed URLs of the "getting started" call-to-action buttons on the server administration window. ([#1192](https://github.com/realm/realm-studio/pull/1192))

### Internals

- Upgraded Realm JS to v3.2.0. ([#1177](https://github.com/realm/realm-studio/pull/1177))


## Release 3.7.0 (2019-09-27)

[Changes since v3.6.1](https://github.com/realm/realm-studio/compare/v3.6.1...v3.7.0)
Expand Down
10 changes: 3 additions & 7 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

### Enhancements

- Added TypeScript schema exporter ([#1185](https://github.com/realm/realm-studio/pull/1185))
- None

### Fixed

- Fixed displaying object level permissions for the correct object when the table of objects were filtered or sorted. ([#1180](https://github.com/realm/realm-studio/pull/1180))
- Fixed exporting schemas to Java and Kotlin. The @Required annotation was incorrectly applied to lists of non-primitives. ([#1181](https://github.com/realm/realm-studio/pull/1181), since v1.8.0)
- On Windows, ensure there'll be no unnecessary local path collisions when browsing multiple Realm Cloud instances. The effect would have been that Realms with the same name that resided on different servers would need to be redownloaded every time you switched servers. ([#1184](https://github.com/realm/realm-studio/pull/1184), since v3.7.0)
- Fixed displaying fatal errors in the Realm Browser. ([#1189](https://github.com/realm/realm-studio/pull/1189), since v1.0.0-rc.2)
- Fixed URLs of the "getting started" call-to-action buttons on the server administration window. ([#1192](https://github.com/realm/realm-studio/pull/1192))
- None

### Internals

- Upgraded Realm JS to v3.2.0. ([#1177](https://github.com/realm/realm-studio/pull/1177))
- 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.7.0",
"version": "3.8.0",
"description": "A tool for everything Realm!",
"author": {
"name": "Realm Inc.",
Expand Down

0 comments on commit 7aa05b5

Please sign in to comment.