Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.5 KB

SECURITY.md

File metadata and controls

40 lines (27 loc) · 1.5 KB

Releasing process

Monthly releases

A minor version is released every month.

Two major versions are released per year:

  • A technical version is released during summer which can include:

    • Upgrades of the Otter library peer dependencies, such as:
      • Angular
      • Typescript
      • RxJS
      • NgRx
      • etc...
    • Breaking changes covered by ng update code patching
    • Breaking changes with a very low migration cost can be exceptionally accepted, the code review will determine its acceptance.
  • Another one to deliver new features of the Otter library, released at the beginning of the year.

Release version support

The team will provide support on the latest minor version of major versions N (current), N-1 and N-2.

A major version will be supported as long as it relies on a non deprecated version of Angular.

Note

It is also important to note that Otter supports the same browser versions as Angular.

The following table provides the status of the Otter versions under support and each of their corresponding Angular version:

Otter version Angular version Support ends
11 18 2026-11-20
10 17 2025-05-15
9 16 2024-11-08

Reporting a Vulnerability

All bugs can be reported via the Github Issue session.