Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0 Breaking Changes #1474

Closed
hueniverse opened this issue Mar 8, 2014 · 0 comments
Closed

v3.0.0 Breaking Changes #1474

hueniverse opened this issue Mar 8, 2014 · 0 comments
Assignees
Labels
breaking changes Change that can breaking existing code
Milestone

Comments

@hueniverse
Copy link
Contributor

  • removed server helpers (replaced by server methods introduced in v2.5).
  • catbox 2.0
    • engine strings changed from 'memory' to 'catbox-memory' (etc. for other
      cache types). Also, projects must explicitly install the catbox-* npm module.
    • server methods result callback changed from function(err, value, isCacheable) to function(err, value, ttl). Also value no longer supports toCache() and getTtl().
  • remove DTrace support
    • probes support was never completed and unused.
    • created dependency on a module not yet ported to node 0.12.
    • will be replaced with a new instrumentation API.
@hueniverse hueniverse added this to the 3.0.0 milestone Mar 8, 2014
@hueniverse hueniverse self-assigned this Mar 8, 2014
@kpdecker kpdecker modified the milestones: 2.5.0, 3.0.0 Mar 20, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking changes Change that can breaking existing code
Projects
None yet
Development

No branches or pull requests

2 participants