Skip to content

Moved Release Notes from root README.md to packages/core/README.md #164

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

Merged
merged 3 commits into from
May 23, 2025

Conversation

neelkanth-kaushik
Copy link
Contributor

Release Notes

Version 1.1.7 (21 May 2025)

  1. Fixes Github Issue #144 - Up to version 1.1.6, the setFlushPolicies method inadvertently overwrote the Configuration.collectDeviceIdproperty. This issue has been resolved in version 1.1.7.

  2. Fixes Github Issue #147 - The compileSdkVersion in the build.gradle file has been updated from 31 to 35. Previously, this caused the following error:
    Android build error "Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type 'android.content.pm.ApplicationInfo?" . This update resolves the issue with compileSdkVersion 35.

  3. Fixes Github Issue #138 - Prior to version 1.1.7, the version field returned the browser's version string instead of the app version from pubspec.yaml. Since pubspec.yaml is a build-time configuration file and not accessible at runtime (especially in browser environments), this was expected behavior.
    As of version 1.1.7, if the following tag is added to <project-root>/web/index.html: <meta name="app-version" content="1.2.3">
    the app will return the value in the content attribute.
    Note: This value should be manually synchronized with the version in pubspec.yaml.

  4. Fixes Github Issue #152 and #98 - Until version 1.1.6, the integrations: {} field was missing in the data payload sent to the Segment server. This has been addressed in version 1.1.7.

  5. Fixes Github Issue #157 - Resolves the Concurrent modification during iteration: Instance(length: 6) of '_GrowableList' error that occurred when multiple plugins were added simultaneously.

@MichaelGHSeg MichaelGHSeg merged commit b01303e into main May 23, 2025
4 checks passed
@MichaelGHSeg MichaelGHSeg deleted the neelkanth-kaushik/release-notes-v1.1.7 branch May 23, 2025 19:07
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.

2 participants