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

Upcoming Release #57

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Upcoming Release #57

merged 1 commit into from
Apr 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 18, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@capacitor/background-runner@1.1.0

Minor Changes

  • 142e96d: (iOS) KV: calling get on an non-existent key returns null instead of empty object
    (iOS) Fixed an issue within Runner that could potentially cause EXC_BAD_ACCESS crashes

  • 18f72b6: More reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Fixes in runtime during background execution
    • (Android) Improvements in native lib handling for testing

    When updating, if you have an existing Android app, be sure to delete the android-js-engine-release.aar from android/src/main/libs, and add the following to android/app/build.gradle:

    ...
    
    repositories {
        flatDir{
            dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs'
    +		dirs '../../node_modules/@capacitor/background-runner/android/src/main/libs', 'libs'
        }
    }
    ...
    
  • d6511b2: (Android): Fixing issue that disabled appStateChange events

  • b09f30e: Reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Improvements to QuickJS integration
    • (Android / iOS) Improvements in the handling of multiple dispatched events

Patch Changes

  • 174f2fe: Fixing incorrect method name in CapacitorGeolocation
  • 11124d2: (iOS): Removing unnecessary run loop thread causing spike in CPU while the app was in the foreground

android-js-engine@1.1.0

Minor Changes

  • 18f72b6: More reliability fixes for the JS Engine used in the Background Runner:

    • (Android) Fixes in runtime during background execution
    • (Android) Improvements in native lib handling for testing

    When updating, if you have an existing Android app, be sure to delete the android-js-engine-release.aar from android/src/main/libs, and add the following to android/app/build.gradle:

    ...
    
    repositories {
        flatDir{
            dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs'
    +		dirs '../../node_modules/@capacitor/background-runner/android/src/main/libs', 'libs'
        }
    }
    ...
    

ios-engine@1.1.0

Minor Changes

  • 142e96d: (iOS) KV: calling get on an non-existent key returns null instead of empty object
    (iOS) Fixed an issue within Runner that could potentially cause EXC_BAD_ACCESS crashes

Patch Changes

  • 11124d2: (iOS): Removing unnecessary run loop thread causing spike in CPU while the app was in the foreground

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

example-app@1.0.6

Patch Changes

  • Updated dependencies [174f2fe]
  • Updated dependencies [11124d2]
  • Updated dependencies [142e96d]
  • Updated dependencies [18f72b6]
  • Updated dependencies [d6511b2]
  • Updated dependencies [b09f30e]
    • @capacitor/background-runner@1.1.0

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

@davisCrabbBrandt
Copy link

Looking forward to this release!

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 86e5326 to ad526da Compare April 9, 2024 14:43
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 8a61eb5 to d323e85 Compare April 18, 2024 18:21
@theproducer theproducer merged commit 83f21e3 into main Apr 23, 2024
@theproducer theproducer deleted the changeset-release/main branch April 23, 2024 16:03
@saulojg
Copy link

saulojg commented Jun 7, 2024

Hello, we're just wondering if any of these changes are related to #71

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

Successfully merging this pull request may close these issues.

None yet

3 participants