Releases: papermerge/auth-server
Releases · papermerge/auth-server
1.2
What's Changed
- Bump tar from 6.2.0 to 6.2.1 in /ui2 by @dependabot[bot] in #69
- Bump starlette from 0.41.3 to 0.47.2 by @dependabot[bot] in #70
- Bump braces from 3.0.2 to 3.0.3 in /ui2 by @dependabot[bot] in #71
- Bump vite from 7.1.1 to 7.1.2 in /ui2 by @dependabot[bot] in #91
- Bump i18next from 25.3.4 to 25.3.6 in /ui2 by @dependabot[bot] in #90
- Bump @storybook/react from 9.1.1 to 9.1.2 in /ui2 by @dependabot[bot] in #89
- Bump storybook from 9.1.1 to 9.1.2 in /ui2 by @dependabot[bot] in #88
- Bump @types/react from 19.1.9 to 19.1.10 in /ui2 by @dependabot[bot] in #86
- Bump actions/checkout from 4 to 5 in /.github/workflows by @dependabot[bot] in #85
- Bump sqlalchemy from 2.0.42 to 2.0.43 by @dependabot[bot] in #84
- Bump @mantine/core from 8.2.4 to 8.2.5 in /ui2 by @dependabot[bot] in #83
- Bump @storybook/react-vite from 9.1.1 to 9.1.2 in /ui2 by @dependabot[bot] in #80
- Bump node from 24.5-alpine to 24.6-alpine in /docker by @dependabot[bot] in #78
- Bump python from 3.13-alpine3.22 to 3.13.7-alpine3.22 in /docker by @dependabot[bot] in #79
- Bump @types/node from 24.2.1 to 24.3.0 in /ui2 by @dependabot[bot] in #81
- Bump react-router-dom from 7.8.0 to 7.8.1 in /ui2 by @dependabot[bot] in #82
- Bump typescript-eslint from 8.39.0 to 8.39.1 in /ui2 by @dependabot[bot] in #87
- Bump typer from 0.16.0 to 0.16.1 by @dependabot[bot] in #102
- Bump vite from 7.1.2 to 7.1.3 in /ui2 by @dependabot[bot] in #101
- Bump react-i18next from 15.6.1 to 15.7.2 in /ui2 by @dependabot[bot] in #100
- Bump @mantine/hooks from 8.2.4 to 8.2.7 in /ui2 by @dependabot[bot] in #99
- Bump @types/react from 19.1.10 to 19.1.11 in /ui2 by @dependabot[bot] in #98
- Bump @vitejs/plugin-react from 5.0.0 to 5.0.1 in /ui2 by @dependabot[bot] in #97
- Bump @mantine/form from 8.2.4 to 8.2.7 in /ui2 by @dependabot[bot] in #96
- Bump @eslint/js from 9.33.0 to 9.34.0 in /ui2 by @dependabot[bot] in #95
- Bump @storybook/react from 9.1.2 to 9.1.3 in /ui2 by @dependabot[bot] in #94
- Bump i18next from 25.3.6 to 25.4.2 in /ui2 by @dependabot[bot] in #93
- Bump @storybook/react-vite from 9.1.2 to 9.1.3 in /ui2 by @dependabot[bot] in #92
- group dependabot pr by @ciur in #149
- Bump the python-dependencies group with 9 updates by @dependabot[bot] in #151
- Bump the docker group in /docker with 2 updates by @dependabot[bot] in #150
- Bump the npm-dependencies group in /ui2 with 25 updates by @dependabot[bot] in #152
- Bump the npm-dependencies group in /ui2 with 14 updates by @dependabot[bot] in #154
- Bump node from 24.10-alpine to 25.0-alpine in /docker in the docker group by @dependabot[bot] in #155
- Bump the python-dependencies group with 2 updates by @dependabot[bot] in #157
- Bump the npm-dependencies group in /ui2 with 9 updates by @dependabot[bot] in #158
- Bump node from 25.0-alpine to 25.1-alpine in /docker in the docker group by @dependabot[bot] in #159
- Bump fastapi from 0.120.0 to 0.121.0 in the python-dependencies group by @dependabot[bot] in #160
- Bump the npm-dependencies group in /ui2 with 13 updates by @dependabot[bot] in #161
- Bump starlette from 0.47.2 to 0.49.1 by @dependabot[bot] in #162
- Bump the npm-dependencies group in /ui2 with 13 updates by @dependabot[bot] in #163
- Bump the python-dependencies group with 2 updates by @dependabot[bot] in #164
- Bump js-yaml from 4.1.0 to 4.1.1 in /ui2 by @dependabot[bot] in #165
- Use uv instead of poetry by @ciur in #184
- Remove ldap and OIDC overbloat by @ciur in #185
- Update ORM mapping to match PM3.6 by @ciur in #186
- Update GH action for building docker image by @ciur in #187
- minor gh action update by @ciur in #188
- fix user creation by @ciur in #189
- add entry to owner table while creating user by @ciur in #190
- fix failing tests by @ciur in #191
- adjust setting var names by @ciur in #192
New Contributors
- @dependabot[bot] made their first contribution in #69
Full Changelog: 1.1.5...1.2
v1.1.5
1.1.5 - 2025-08-11
- Update
auth_server.db.api.create_userto defer constraint check - Remove references to Sqlite (use only Postgresql)
- Updates dependencies (FE + BE)
Special thank to @ReneHezser for adding dependbot for automated updates!