parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.84k stars 4.77k forks source link

PagesRouter in 4.5.2 #7503

Closed Fredbellano closed 3 years ago

Fredbellano commented 3 years ago

New Issue Checklist

Issue Description

I can't find the PagesRouter in the last release

Steps to reproduce

Explore node_modules after run 'npm install'

Actual Outcome

PagesRouter doesn't exists

Expected Outcome

Find PagesRouter in src/Routers

Failing Test Case / Pull Request

Environment

Server

Database

Client

Logs

mtrezza commented 3 years ago

The PagesRouter is not part of release 4.5.2, it will be part of the next major release. See the changelog.

Fredbellano commented 3 years ago

Ok, so I don't have the possibility to test this feature on my project?

mtrezza commented 3 years ago

Sure you do, you can simply point your Parse Server dependency to a specific GitHub commit, until Parse Server 5.0 is released that will officially include this feature. We will also release a beta version in a few weeks where you can point to an npm package.

Fredbellano commented 3 years ago

Thank you so much for your answers and the work you do!