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

Bump gl-native to v10.9.0-rc.1 #1729

Merged
merged 5 commits into from
Oct 7, 2022
Merged

Conversation

kiryldz
Copy link
Contributor

@kiryldz kiryldz commented Oct 7, 2022

Summary of changes

Features ✨ and improvements 🏁

  • Eliminate tiles re-creation and re-layout on zooming map with globe, when the camera is trespassing the zoom projection border.

Bug fixes 🐞

  • Fix "phantom tiles" artefacts after GeoJSON source update when asynchronous tile loading is enabled.
  • Mitigate symbol flickering on zooming out globe map.
  • Fix random crash on tiles update when asynchronous uploading is enabled.
  • Fix a crash when Google location service is started in background but stopped in foreground.
  • Fix an issue where mock field is missing from the LocationEngine updates.

User impact (optional)

Pull request checklist:

  • Briefly describe the changes in this PR.
  • Include before/after visuals or gifs if this PR includes visual changes.
  • Write tests for all new functionality. If tests were not written, please explain why.
  • Optimize code for java consumption (@JvmOverloads, @file:JvmName, etc).
  • Add example if relevant.
  • Document any changes to public APIs.
  • Run make update-api to update generated api files, if there's public API changes, otherwise the verify-api-* CI steps might fail.
  • Update CHANGELOG.md or use the label 'skip changelog', otherwise check changelog CI step will fail.
  • If this PR is a v10.[version] release branch fix / enhancement, merge it to main firstly and then port to v10.[version] release branch.

Fixes: < Link to related issues that will be fixed by this pull request, if they exist >

PRs must be submitted under the terms of our Contributor License Agreement CLA.

@kiryldz kiryldz self-assigned this Oct 7, 2022
@kiryldz kiryldz marked this pull request as ready for review October 7, 2022 07:52
@kiryldz kiryldz requested a review from a team as a code owner October 7, 2022 07:52
@kiryldz kiryldz force-pushed the kdz-bump-gl-native-10.9.0-rc.1 branch from 096c850 to ee95e95 Compare October 7, 2022 08:13
CHANGELOG.md Show resolved Hide resolved
@kiryldz kiryldz requested a review from pengdev October 7, 2022 08:26
@kiryldz kiryldz force-pushed the kdz-bump-gl-native-10.9.0-rc.1 branch from 310ec6c to 133f7fa Compare October 7, 2022 09:51
@kiryldz kiryldz merged commit 1269b70 into main Oct 7, 2022
@kiryldz kiryldz deleted the kdz-bump-gl-native-10.9.0-rc.1 branch October 7, 2022 10:45
kiryldz pushed a commit that referenced this pull request Aug 2, 2023
* update gl-native deps

* refactor events api changes

* fix style tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants