- page history / pass user to plugins (for specific page updates)
- break out
amphora-fs
plugin - break out
amphora-memoization
plugin - deprecate lists
- autocomplete → elasticsearch
- new page templates api
- nginx / kong
- streams!
- break out
amphora-scheduling
plugin - break out
amphora-webhooks
plugin - renderers terminate request
- amphora v5.x
- resolveMedia → renderers
- streaming renderers
- remove scheduler
- remove webhooks
- remove auth, sessions, route WAF (nginx)
Created
January 23, 2018 17:25
-
-
Save nelsonpecora/5d0df3a9f60d6cd160812e7bb26e1603 to your computer and use it in GitHub Desktop.
Possible roadmap to amphora updates
Webhooks and scheduling would be breaking changes, so that would be v5.x as well.
Last thing: we still need to underscore routes and update all the appropriate packages/services/provide a DB transition
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Number 6 can be done piecemeal, focusing on utility functions first and then just calling
.toPromise
on them. Maybe we could but down sections of the codebase in the same way we handled model.js conversions: Pick a route, pick an action (save, render, etc) and then make it's handler be streamed up until the very last possible point.