This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1368 from yahoo/rs-optimizations
Resource Store Optimizations
- Loading branch information
Showing
6 changed files
with
170 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
version 0.9.3 | ||
============= | ||
|
||
Notes | ||
----- | ||
|
||
* Various improvements to the Resource Store, which reduce start up time. | ||
* Yahoo Arrow dependency was upgraded to [email protected] | ||
|
||
version 0.9.2 | ||
================= | ||
============= | ||
|
||
Notes | ||
----- | ||
|
@@ -14,7 +23,7 @@ Notes | |
* Express devDependency was upgraded to [email protected] | ||
|
||
version 0.9.1 | ||
================= | ||
============= | ||
|
||
Notes | ||
----- | ||
|
@@ -29,18 +38,18 @@ Notes | |
* Express devDependency was upgraded to [email protected] | ||
|
||
version 0.9.0 | ||
================= | ||
============= | ||
|
||
Notes | ||
------------ | ||
----- | ||
|
||
This release introduces a set of new APIs and concepts. | ||
|
||
Please refer to some of the examples apps under the [`examples/`](https://github.com/yahoo/mojito/tree/develop/examples) folder to get | ||
an overview of what has changed. | ||
|
||
Deprecations, Removals | ||
------------ | ||
---------------------- | ||
|
||
* Mojito no longer supports `index.js` and `server.js` to start up the server. | ||
Applications will instead instantiate Mojito as follows: | ||
|
@@ -99,7 +108,7 @@ Deprecations, Removals | |
|
||
|
||
Features | ||
------------ | ||
-------- | ||
|
||
* To register Mojito routes programmatically instead of using `routes.json`: | ||
|
||
|
@@ -142,7 +151,7 @@ New Dependencies | |
[`express-annotations`](https://github.com/yahoo/express-annotations#express-annotations) | ||
|
||
version 0.8.3 | ||
================= | ||
============= | ||
|
||
Bug Fixes | ||
--------- | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.