Release Notes

This section documents every release of BaseAttentive. Each version has its own page so you can jump directly to the changes that matter to you.

Versioning Policy

BaseAttentive follows Semantic Versioning:

  • MAJOR Version Change — incompatible API changes

  • MINOR Version Change — new functionality (backward-compatible)

  • PATCH Version Change — bug fixes (backward-compatible)

Release candidates are tagged rcN (e.g. 2.0.0rc1) and become stable releases once the full CI matrix is green.

Change Categories

Every entry is prefixed with one of the following badges:

  • Feature — new capabilities and enhancements

  • Bug Fix — resolved issues (also: Bug Fix or Bug Fix)

  • Dependencies — package updates and compatibility changes

  • Internal — refactoring, documentation, and architecture improvements

  • Breaking Change — breaking changes requiring user action

  • Deprecated — features scheduled for removal

  • Security — security-related updates

  • MAJOR Version Change / MINOR Version Change / PATCH Version Change — version-type indicator

Getting Help

For the complete commit-level changelog see the GitHub Releases page.