Skip to content

[1.0] feat(build): shared library version - #2103

Open
jpnurmi wants to merge 1 commit into
masterfrom
jpnurmi/build/so-version
Open

jpnurmi wants to merge 1 commit into
masterfrom
jpnurmi/build/so-version

Conversation

@jpnurmi

@jpnurmi jpnurmi commented Sep 17, 2026

Copy link
Copy Markdown
Collaborator

Set CMake VERSION and SOVERSION properties to indicate the major release and ABI-compatibility versions.

Caution

Breaking / Important behavior change

macOS/Linux: shared libraries now use ABI-versioned filenames, such as libsentry.1.dylib or libsentry.so.1 for 1.x. Windows, Android, and static libraries remain unchanged.

NOTE: Applications must package the real versioned library and its symlinks, including libsentry.1.dylib or libsentry.so.1, because they link to and load the ABI-versioned name.

Close: #1428

@jpnurmi jpnurmi mentioned this pull request Sep 17, 2026
21 tasks

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale Bugbot comment from a previous run.

Comment thread tests/test_build.py
@jpnurmi
jpnurmi added this pull request to stack #2106 September 17, 2026 13:24
@jpnurmi
jpnurmi force-pushed the jpnurmi/build/so-version branch 2 times, most recently from 076dc30 to c0987c9 Compare September 17, 2026 14:13
Comment thread .craft.yml Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale Bugbot comment from a previous run.

Comment thread .craft.yml Outdated
@jpnurmi
jpnurmi force-pushed the jpnurmi/build/so-version branch 2 times, most recently from 3dfb508 to 5b4b6de Compare September 17, 2026 16:01
Comment thread CMakeLists.txt Outdated
@jpnurmi
jpnurmi force-pushed the jpnurmi/build/so-version branch from 5b4b6de to 7ef38df Compare September 17, 2026 16:11
Comment thread CMakeLists.txt

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7ef38df. Configure here.

Comment thread tests/test_integration_crashpad.py
@jpnurmi
jpnurmi force-pushed the jpnurmi/build/so-version branch from 7ef38df to 584534b Compare September 17, 2026 16:27
@jpnurmi
jpnurmi force-pushed the jpnurmi/build/so-version branch from 584534b to 54e9245 Compare September 17, 2026 16:31
@codecov

codecov Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.85%. Comparing base (4d570f3) to head (54e9245).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2103      +/-   ##
==========================================
+ Coverage   74.83%   74.85%   +0.01%     
==========================================
  Files         103      103              
  Lines       27386    27386              
  Branches     4944     4944              
==========================================
+ Hits        20494    20499       +5     
+ Misses       5543     5539       -4     
+ Partials     1349     1348       -1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Feature Request: Provide ABI version information to ELF, Mach-O and PE artifacts

1 participant