Skip to main content

Versioning

Fidbek SDKs follow semantic versioning:

  • MAJOR: backward-incompatible change
  • MINOR: backward-compatible feature addition
  • PATCH: 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, and autoAttachScreenshot from 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.