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: update project dependencies and code refactoring #1147

Merged
merged 23 commits into from
Nov 25, 2021

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 25, 2021

Re-merging #1141 because it was not merged as breaking change, missing the breaking change release notes and the major version bump.

@parse-github-assistant
Copy link

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@codecov
Copy link

codecov bot commented Nov 25, 2021

Codecov Report

Merging #1147 (5a482ba) into master (d420371) will increase coverage by 0.53%.
The diff coverage is 52.63%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1147      +/-   ##
============================================
+ Coverage     66.27%   66.81%   +0.53%     
+ Complexity     2251     2249       -2     
============================================
  Files           122      121       -1     
  Lines          9983     9892      -91     
  Branches       1343     1332      -11     
============================================
- Hits           6616     6609       -7     
+ Misses         2850     2771      -79     
+ Partials        517      512       -5     
Impacted Files Coverage Δ
parse/src/main/java/com/parse/Parse.java 61.68% <ø> (+0.28%) ⬆️
parse/src/main/java/com/parse/ParseConfig.java 95.53% <ø> (ø)
.../src/main/java/com/parse/ParseEventuallyQueue.java 10.95% <0.00%> (ø)
parse/src/main/java/com/parse/ParseObject.java 61.35% <ø> (ø)
parse/src/main/java/com/parse/ParsePlugins.java 31.25% <0.00%> (+1.48%) ⬆️
parse/src/main/java/com/parse/ParsePolygon.java 82.27% <ø> (ø)
...ain/java/com/parse/ParsePushBroadcastReceiver.java 45.16% <0.00%> (+1.75%) ⬆️
parse/src/main/java/com/parse/ParseQuery.java 76.99% <ø> (ø)
parse/src/main/java/com/parse/PushRouter.java 0.00% <0.00%> (ø)
...rse/src/main/java/com/parse/ParseCommandCache.java 8.12% <50.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b065eff...5a482ba. Read the comment docs.

@mtrezza mtrezza merged commit 7d0faa3 into parse-community:master Nov 25, 2021
parseplatformorg pushed a commit that referenced this pull request Nov 25, 2021
# [3.0.0](2.1.0...3.0.0) (2021-11-25)

### Features

* update project dependencies and code refactoring ([#1147](#1147)) ([7d0faa3](7d0faa3))

### BREAKING CHANGES

* The required minimum API level changes from 16 to 21. The following deprecated methods are removed: `Parse.getParseDir()` (use `getParseCacheDir(String)` or `getParseFilesDir(String)` instead), `ParseTwitterUtils.link(ParseUser, Context)` (use `linkInBackground(Context, ParseUser)` instead), `ParseTwitterUtils.link(ParseUser, String, String, String, String)` (use `linkInBackground(ParseUser, String, String, String, String)` instead). ([7d0faa3](7d0faa3))
@parseplatformorg
Copy link

🎉 This change has been released in version 3.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 25, 2021
@mtrezza mtrezza deleted the remerge-pr-1141 branch May 16, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants