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

feat: Deprecate PublicAPIRouter in favor of PagesRouter #9526

Merged
merged 7 commits into from
Jan 12, 2025

Conversation

dblythy
Copy link
Member

@dblythy dblythy commented Jan 10, 2025

Pull Request

Issue

Closes: #7625

Approach

Deprecates the current publicApiRouter

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)
  • Add security check
  • Add new Parse Error codes to Parse JS SDK

Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title feat: deprecate PublicAPIRouter feat: Deprecate PublicAPIRouter Jan 10, 2025
Copy link

Thanks for opening this pull request!

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.51%. Comparing base (871e508) to head (ce0ddaa).
Report is 3 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #9526      +/-   ##
==========================================
+ Coverage   93.50%   93.51%   +0.01%     
==========================================
  Files         186      186              
  Lines       14804    14807       +3     
==========================================
+ Hits        13842    13847       +5     
+ Misses        962      960       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

DEPRECATIONS.md Outdated Show resolved Hide resolved
@mtrezza mtrezza mentioned this pull request Jan 11, 2025
21 tasks
@mtrezza mtrezza changed the title feat: Deprecate PublicAPIRouter feat: Deprecate PublicAPIRouter in favor of PagesRouter Jan 12, 2025
DEPRECATIONS.md Outdated Show resolved Hide resolved
@mtrezza mtrezza merged commit 7f66629 into parse-community:alpha Jan 12, 2025
25 of 27 checks passed
parseplatformorg pushed a commit that referenced this pull request Jan 12, 2025
# [8.0.0-alpha.4](8.0.0-alpha.3...8.0.0-alpha.4) (2025-01-12)

### Features

* Deprecate `PublicAPIRouter` in favor of `PagesRouter` ([#9526](#9526)) ([7f66629](7f66629))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 8.0.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jan 12, 2025
@dblythy dblythy deleted the deprecate-pages branch January 12, 2025 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate current pages implementation
3 participants