feathers v5.0.0-beta.0 Release Notes

Release Date: 2021-03-28 // about 3 years ago
  • 🐛 Bug Fixes

    • adapter-commons: Always respect paginate.max (#2267) (f588257)
    • transport-commons: Do not error when adding an undefined connection to a channel (#2268) (28114c4)
    • Resolve some type problems (#2260) (a3d75fa)
    • ⚡️ Update Grant usage and other dependencies (#2264) (7b0f8fa)
    • adapter-commons: Return missing overloads (#2203) (bbe7e2a)
    • socketio-client: Fix client transport-commons reference (#2164) (3a42c54)

    🔋 Features

    • core: Public custom service methods (#2270) (e65abfb)
    • 0️⃣ Application service types default to any (#1566) (d93ba9a)
    • 🔨 Feathers v5 core refactoring and features (#2255) (2dafb7c)
    • authentication-client: Throw separate OauthError in authentication client (#2189) (fa45ec5)
    • core: Remove Uberproto (#2178) (ddf8821)
    • transport-commons: New built-in high performance radix router (#2177) (6d18065)

    💥 BREAKING CHANGES

    • core: Services no longer extend Uberproto objects and service.mixin() is no longer available.