Skip to content

Commit acd67e6

Browse files
chore(main): release 1.1.0
1 parent 2790af0 commit acd67e6

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/AustralianBioCommons/aai-backend/compare/v1.0.0...v1.1.0) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* add admin route for capturing revoke reasonings ([e21d4fd](https://github.com/AustralianBioCommons/aai-backend/commit/e21d4fd84ec0346bc4ac83801e093cfa755ccf35))
9+
* add allowed email domains for SBP registration to settings ([775fefd](https://github.com/AustralianBioCommons/aai-backend/commit/775fefd744f8e870111dea7f586f4743e3a48f06))
10+
* add filters to /admin/users endpoint and allow combining multiple filters AAI-420 ([#86](https://github.com/AustralianBioCommons/aai-backend/issues/86)) ([1eb5993](https://github.com/AustralianBioCommons/aai-backend/commit/1eb59935dcaddf585a67c7e10410e94d8b92fe82))
11+
* add version to GET / ([0c4df2f](https://github.com/AustralianBioCommons/aai-backend/commit/0c4df2f41656224eab755f2eec16380e51d2b129))
12+
* add version to GET / ([bd46361](https://github.com/AustralianBioCommons/aai-backend/commit/bd46361c9c9976f0dfac7e2ab87d978e9b0250ea))
13+
* enable revoke access via updating db ([f3898ce](https://github.com/AustralianBioCommons/aai-backend/commit/f3898ced910767f9d0f68b380196893d1c20c5f1))
14+
* enhance email domain validation for SBP registration with improved error handling and testing ([e091a19](https://github.com/AustralianBioCommons/aai-backend/commit/e091a195b62a85c28c247e081ab99ae63ee9f1c0))
15+
* group and role sync to initialize/populate the backend database (AAI-452) ([#95](https://github.com/AustralianBioCommons/aai-backend/issues/95)) ([e884e14](https://github.com/AustralianBioCommons/aai-backend/commit/e884e14bc8f398de24bbe2867236f5c37a2fb7f9))
16+
* implement email domain validation for SBP registration ([6f762bb](https://github.com/AustralianBioCommons/aai-backend/commit/6f762bb6f07df81e96fdc3c28f860800fae57d73))
17+
* seperate approve / revoke in platforms and groups ([5a18831](https://github.com/AustralianBioCommons/aai-backend/commit/5a18831e00a9f32fe5f9e7e84fa34cdccef5abe0))
18+
* update allowed email domains for SBP registration in .env.example ([20494d2](https://github.com/AustralianBioCommons/aai-backend/commit/20494d29e8a991e080e9c5f1c97e09ea3a942816))
19+
* update allowed email domains for SBP registration in config and .env.example ([19b8b52](https://github.com/AustralianBioCommons/aai-backend/commit/19b8b5286278b235220fa10baf62921370a15f65))
20+
21+
22+
### Bug Fixes
23+
24+
* add missing migration script ([2b079e9](https://github.com/AustralianBioCommons/aai-backend/commit/2b079e92fc3932c2eca1827913c219a73a35cb5b))
25+
* admin routes and tests ([fd86c35](https://github.com/AustralianBioCommons/aai-backend/commit/fd86c35a09795f091e59119b4cb94138272adead))
26+
* autodeploy ([27f7d73](https://github.com/AustralianBioCommons/aai-backend/commit/27f7d73a7fd37ae91a407bd20acfa87c051d3f66))
27+
* autodeploy ([0ce3bd3](https://github.com/AustralianBioCommons/aai-backend/commit/0ce3bd3b69352c1512d4283999c895d5067aa00e))
28+
* autodeploy ([6963672](https://github.com/AustralianBioCommons/aai-backend/commit/6963672a979e789994f06dc167dad6746cf96f3c))
29+
* build and deploy ([1b43a40](https://github.com/AustralianBioCommons/aai-backend/commit/1b43a40f2912804e4240af6423c69cf75701b6a9))
30+
* check admin roles for approval/revoke access ([f966774](https://github.com/AustralianBioCommons/aai-backend/commit/f9667744f488576eb595227a212981757fa4c7c0))
31+
* dev version id PEP440 compliancy ([caba34b](https://github.com/AustralianBioCommons/aai-backend/commit/caba34b9ad14d07e452a9ce6dc4cc6dfc2e50a91))
32+
* dev version id PEP440 compliancy ([d62c655](https://github.com/AustralianBioCommons/aai-backend/commit/d62c655817b7a5921fac263d7c08029d433fcf90))
33+
* dev version id PEP440 compliancy ([28da907](https://github.com/AustralianBioCommons/aai-backend/commit/28da90767738e5f6842deb4e91f73cdfc1d18543))
34+
* dev version id PEP440 compliancy ([c4484d7](https://github.com/AustralianBioCommons/aai-backend/commit/c4484d73f018c7b3aa2af8abd2a47fc2a7c8a79a))
35+
* don't use group or platform mapping ([9d9218c](https://github.com/AustralianBioCommons/aai-backend/commit/9d9218caf3f391192f0e06dd2118033ca854384a))
36+
* duplicated instructions in README ([49f36c6](https://github.com/AustralianBioCommons/aai-backend/commit/49f36c6b42662c070b093986acc46bfba21f7474))
37+
* fix migrations, add a migration for revoke reason without deleting platform migrations ([bc54840](https://github.com/AustralianBioCommons/aai-backend/commit/bc548401134551b99e0ca262f860495d23fb6bb3))
38+
* incorrect command for running the script ([afc8657](https://github.com/AustralianBioCommons/aai-backend/commit/afc8657ae4b693e3d1a36919863aa3bf9fcb8f8b))
39+
* make pre-commit consistent with gh action ([186aca4](https://github.com/AustralianBioCommons/aai-backend/commit/186aca49b261f00123479d990b1d5cf2d3a03d97))
40+
* make ruff happy ([8abd9be](https://github.com/AustralianBioCommons/aai-backend/commit/8abd9be204e39f78fd6ff785a1f0d4f8bc5581c8))
41+
* make ruff happy ([0890d6b](https://github.com/AustralianBioCommons/aai-backend/commit/0890d6be15ff16a1be36c4d728816a72b99aa12c))
42+
* migration files ([18c7a84](https://github.com/AustralianBioCommons/aai-backend/commit/18c7a84fb3d95c46525e68cf3c39a2653a017e62))
43+
* migration files and lints ([2ed5011](https://github.com/AustralianBioCommons/aai-backend/commit/2ed5011c6e3952ee0ef9cd58b8c85d42d581a313))
44+
* publish upon version tag, instead of published release ([59d0d2f](https://github.com/AustralianBioCommons/aai-backend/commit/59d0d2fd50cdada23c97f8c1681b797159aea9d9))
45+
* remove unused resources and services routes ([ea637e9](https://github.com/AustralianBioCommons/aai-backend/commit/ea637e94b4bb6d2eb8d5212f125534ce21ecfee5))
46+
* run schema generation with uv so required packages are installed ([7405a53](https://github.com/AustralianBioCommons/aai-backend/commit/7405a538ee59bbb9ae4a3200603c0eab2fefce75))
47+
* run_scheduler.py --immediate on empty database causes exception ([#96](https://github.com/AustralianBioCommons/aai-backend/issues/96)) ([2790af0](https://github.com/AustralianBioCommons/aai-backend/commit/2790af0003a82796248221165762025f73fcdc2f))
48+
* switch release please to python release type ([1023c4b](https://github.com/AustralianBioCommons/aai-backend/commit/1023c4b56b44d9a7ec18fc73a30270cc9f48ab1c))
49+
* switch to python version string ([d844bc2](https://github.com/AustralianBioCommons/aai-backend/commit/d844bc29a26303f0354010b11988b87cb0e8d626))
50+
* tests ([97fe40e](https://github.com/AustralianBioCommons/aai-backend/commit/97fe40e2a9d9dc5342d69f416a1e4d6cf65968b6))
51+
* url to repo github secrets ([ecbde09](https://github.com/AustralianBioCommons/aai-backend/commit/ecbde092031f1eada06cbecbc8a390d8b0d21422))
52+
* use migration task for migration ([d89fa08](https://github.com/AustralianBioCommons/aai-backend/commit/d89fa08754ea182f076e4f83d71178683a729e83))
53+
54+
55+
### Documentation
56+
57+
* add missing Platform model in diagram ([dce9033](https://github.com/AustralianBioCommons/aai-backend/commit/dce9033cff4b2e2bbb96a8026131b97c36bbcac9))
58+
* add more details for migration changes ([587329d](https://github.com/AustralianBioCommons/aai-backend/commit/587329d15ed9ee1723862eeb2e4a8ffff9ce8349))
59+
* add reminder to update secrets ([28e2ff0](https://github.com/AustralianBioCommons/aai-backend/commit/28e2ff0f46d00b85dfa9f6ac9e987dbec5e69ab3))
60+
* add reminder to update secrets ([db28c41](https://github.com/AustralianBioCommons/aai-backend/commit/db28c417fe6ff788bfd4876614d222675e08002e))
61+
* add sample pull request for updating database schema diagram ([563da82](https://github.com/AustralianBioCommons/aai-backend/commit/563da825e36fd4c0cfd46f0fa7032638a81559c6))
62+
* add sample pull request for updating database schema diagram ([d59f7ae](https://github.com/AustralianBioCommons/aai-backend/commit/d59f7ae41b5b69cc61a00f31dfcc715d5ec3200b))
63+
* update database schema diagrams ([a674c5a](https://github.com/AustralianBioCommons/aai-backend/commit/a674c5a46a5e16aa44e740f249096341dbbc48e4))
64+
* update database schema diagrams ([a44120b](https://github.com/AustralianBioCommons/aai-backend/commit/a44120b078c071a98538f3369bfe92f3498e69b1))
65+
366
## 1.0.0 (2025-09-26)
467

568

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aai-backend"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)