description |
---|
This page introduces the release cycle and versioning approach used in Aidbox development |
Aidbox docker images are available on Docker Hub.
The most recent Aidbox build. We highly recommend using the edge channel in staging and dev environments to get access to new functionality and detect potential issues as soon as possible. Every commit into the Aidbox code base after successful CI is published to the edge channel. The edge channel may have issues and/or regressions.
Latest releases contain new functionality, bugfixes, and optimizations and passed all available QA and review processes by the Health Samurai team. If you're actively developing we recommend using latest. These releases are updated monthly.
Stable releases are ready for production. The current stable is the previous latest release. These releases are updated monthly.
For every :stable
release, we also create a tag in the format YYMM (for example it will be 2107 for the 2021 July release) if you want to check out to a specific Aidbox version.
Starting in January 2022 we are introducing long-term support releases. The Aidbox team will backport security and critical bug fixes to LTS releases throughout a two-year support window.
Aidbox LTS releases are scheduled to be published twice a year. If you are not interested in getting new features on a monthly basis but want to get critical bug fixes, please consider switching to LTS releases.
Aidbox version | Support | Availability starts | End of life |
---|---|---|---|
2306-lts | ✔ | 2023-08 | 2025-08 |
2302-lts | ✔ | 2023-04 | 2025-04 |
2206-lts | — | 2022-08 | 2023-08 |
2202-lts | — | 2022-04 | 2023-04 |
Aidbox version | Date | Reason |
---|---|---|
2306-lts, 2302-lts | 2024-01-18 | Fixed recursion in transaction bundles. Fixed missing search modifier. |
2306-lts, 2302-lts | 2024-01-16 | Supported JWT without kid signature check |
2206-lts, 2302-lts | 2023-11-01 | Updated dependencies |
2302-lts | 2023-09-11 | Updated dependencies |
2302-lts | 2023-07-12 | Fixed security issue |
2206-lts | 2023-06-29 | Fixed critical vulnerabilities |
2302-lts | 2023-06-07 | Fixed security issue |
2302-lts | 2023-05-29 | Fixed critical vulnerabilities |
2302-lts | 2023-04-28 | Fixed security issue |
2202-lts, 2206-lts | 2023-04-05 | Fixed critical vulnerabilities |
2202-lts, 2206-lts | 2023-02-03 | Fixed critical vulnerabilities |
2202-lts, 2206-lts | 2022-11-03 | Fixed security issues in Search API. |
2202-lts, 2206-lts | 2022-10-10 | Fixed critical issue on subscriptions in DB transaction that can break DB connection. |