Releases: COSCUP/COSCUP-Volunteer
Releases · COSCUP/COSCUP-Volunteer
23.02.18
[Platform]
- Upgrade python to
3.11.2
. - Check suspend in API.
- Oauth login
state
usingsecrets.token_urlsafe(64)
. - Add more sitemap info.
[Docker-Compose]
- Create volumes for each apps.
- Add
docs
container.
Full Changelog: 23.01.18...23.02.18
23.01.18
23.01.03
[Doc]
- Updated handbooks.
[platform]
- Updated the contents of new members joined.
- Fixed the textarea of apply form by using
textarea.minlength
. - Fixed not to show the suspended accounts on lists.
- Fixed the resend welcome mail in HTTP methods.
- Upgraded packages.
22.12.18
[platform]
- Upgrade Python to 3.11 by using
python:3.11.1-alpine3.17
. - Upgrade Poetry to 1.3.1
- Upgrade RabbitMQ to 3.11.5
- Upgrade MongoDB to 6.0.3
- Upgrade nginx to 1.23.3
- Rewrited the
Dockerfile-app
,Dockerfile-app-dev
for the limit of layers. - Fixed the field type check and alert at setting/profile page.
- Implemented the requirement check when join to the team as member.
[doc]
22.11.27
22.11.10
22.10.27
- Support development in VSCode. (add
.vscode/settings.json
) - [actions] upgrade to
actions/checkout@v3
,actions/setup-python@v4
,github/codeql-action/init@v2
,github/codeql-action/autobuild@v2
, and usingactions/cache@v3
. - [API] add
/tasks
in create, update./teams
in update chiefs, members. - [user.setting] Add resent the welcome of mattermost.
- [Fixed] using
Arrow.naive
instead ofArrow.datetime
. - [mypy] in
/view
,/celery_task
- [pylint] in
/view
,/celery_task
- [poetry] using
in-project
for install the dependencies. - [libs] update to the latest version of the dependencies.