Versioning
Fidbek SDKs follow semantic versioning:
MAJOR: backward-incompatible changeMINOR: backward-compatible feature additionPATCH: backward-compatible fixes
Current versions
- iOS:
0.1.0 - Android:
0.1.0 - Flutter:
0.1.0
0.1.0 API change
- Simplified initialization APIs to token + optional shake toggle.
- Removed
baseURL/baseUrl,reportPath, andautoAttachScreenshotfrom public API. - Report endpoint is now fixed internally to
https://api.fidbek.dev/v1/sdk/reports.
Upgrade strategy
- Pin versions in production apps.
- Run staging smoke tests before rollout.
- Document behavior changes in release notes.