This is the first release of 2022, which includes some enhancements and bug fixes. You can find more details below:
Enhancements:
- Allows to define database engine pool size and max overflow values (#1899, #1900) by @mvilanova
- Updates pinned version for scipy package (#1849) by @mvilanova
- Removes commander and liaison service columns from incident type table (#1830) by @mvilanova
- Makes the monaco editor load lazily reduces bundle size by 3x (#1825) by @kevgliss
Bug Fixes:
- Reverts to IncidentRead in IncidentPagination Pydantic model (#1907) by @mvilanova
- Replaces localhost with 127.0.0.1 in devServer vue.config.js (#1906) by @mvilanova
- Skips plugin create instance test until we have a fix (#1866) by @mvilanova
- Fix spelling error on feedback button (#1862) by @forestmonster
- Fixes schemathesis tests (#1847) by @mvilanova
- Don't send update notifications on closed incidents. (#1846) by @kevgliss
- Fixes typo in subscribe to incident messaging (#1845) by @mvilanova
- Fixes an issue were flow breaks when no group plugin exists (#1838) by @kevgliss
- Fixes a bug were settings couldn't be filled on plugin creation (#1837) by @kevgliss
- Makes project owner optional (#1836) by @kevgliss
- Removes duplicated Pydantic fields (#1831) by @mvilanova
- Removes status code check (#1824) by @kevgliss
- Fixes issue with the incident type dashboard not rendering (#1821, #1823) by @kevgliss
- Fixes an issue with missing reported at (#1817) by @kevgliss
- Fixes an issue with marking storage readonly when there is none (#1816) by @kevgliss
- Adds some activity for old incidents (#1815) by @kevgliss
Tests:
- Skips plugin create instance test until we have a fix (#1866) by @mvilanova