File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- **v36 Breaking Change : ** PostgreSQL 17 is now required (previously 13).
4+ **v37 Breaking Changes : **
55
6- Docker Compose users with existing data: run `./migrate-pg13-to-17.sh ` before starting
7- the stack.
8- Fresh installations require no action.
6+ - Drop support for Python3.10 and Python3.11
97
10- v37.0.0 (unreleased )
8+ v37.0.0 (2026-03-11 )
119--------------------
1210
1311- Upgrade Django to release 6.x
1412
15- - Drop support for Python3.10 and Python3.11
13+ - Remove the chown service in compose file
14+ https://github.com/aboutcode-org/scancode.io/issues/2086
15+
16+ - Replace plain-text DRF token with PBKDF2-hashed API token
17+ https://github.com/aboutcode-org/scancode.io/issues/2087
18+
19+ - Rename "Grammar" optional step group to "Antlr" in d2d pipeline
20+ https://github.com/aboutcode-org/scancode.io/issues/2059
21+
22+ - Fix URL-encode programming language filter values in resource list
23+ https://github.com/aboutcode-org/scancode.io/issues/2079
24+
25+ **v36 Breaking Change: ** PostgreSQL 17 is now required (previously 13).
26+
27+ Docker Compose users with existing data: run `./migrate-pg13-to-17.sh ` before starting
28+ the stack.
29+ Fresh installations require no action.
1630
1731v36.1.0 (2026-01-22)
1832--------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scancodeio"
7- version = " 36.1 .0"
7+ version = " 37.0 .0"
88description = " Automate software composition analysis pipelines"
99readme = " README.rst"
1010requires-python = " >=3.12,<3.15"
Original file line number Diff line number Diff line change 2828
2929import git
3030
31- VERSION = "36.1 .0"
31+ VERSION = "37.0 .0"
3232
3333PROJECT_DIR = Path (__file__ ).resolve ().parent
3434ROOT_DIR = PROJECT_DIR .parent
You can’t perform that action at this time.
0 commit comments