Releases: SageSeekerSociety/cheese-backend-nt
0.9.2
What's Changed
- fix(task): incorrect joinability by @Nictheboy in #115
- ver: 0.9.2 by @Nictheboy in #116
- Release: 0.9.2 by @Nictheboy in #117
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- fix(task): cannot reject application after approved participant reaches limit by @Nictheboy in #111
- feat(task): auto reject participant after reaches limit by @Nictheboy in #112
- ver: 0.9.1 by @Nictheboy in #113
- Release: 0.9.1 by @Nictheboy in #114
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- feat(task): real name info in task application by @Nictheboy in #106
- feat(task): enforce task participant limit check by @Nictheboy in #107
- ver: 0.9.0 by @Nictheboy in #109
- fix(tasks): cannot modify deadline when approving by @HuanCheng65 in #110
- Release: 0.9.0 by @Nictheboy in #108
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #98
- feat(task): add 'querySpace', 'queryTeam', 'queryJoined' options and 'joined' filter by @Nictheboy in #99
- feat(task): topics of a task by @Nictheboy in #100
- feat(task): add queryJoinedApproved, queryJoinedDisapproved and queryJoinedNotApprovedOrDisapproved by @Nictheboy in #101
- fix(task): remove special logic when keywords is a number by @Nictheboy in #102
- feat(space): remove queryClassificationTopics by @Nictheboy in #103
- ver: 0.8.0 by @Nictheboy in #105
- Release: 0.8.0 by @Nictheboy in #104
Full Changelog: 0.7.1...0.8.0
0.7.1
What's Changed
Consider approve status when querying submittability.
Fix the bug that use can join unapproved task.
- fix(task): can join unapproved task by @Nictheboy in #96
- Release: 0.7.1 by @Nictheboy in #97
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
Use enum for accept/reject of task.
Fix a bug that causes Github Action to fail previously.
- fix(task): fix the bug that causes github action to fail by @Nictheboy in #86
- chore(deps): bump org.glassfish.jersey.core:jersey-client from 3.1.8 to 3.1.9 by @dependabot in #85
- chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 by @dependabot in #84
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #81
- fix(task): set default templates and announcements of space as "[]" instead of "{}" by @Nictheboy in #88
- chore(deps): bump org.glassfish.jersey.media:jersey-media-json-jackson from 3.1.8 to 3.1.9 by @dependabot in #82
- chore(deps-dev): bump org.glassfish.jersey.media:jersey-media-multipart from 3.1.8 to 3.1.9 by @dependabot in #83
- chore(ci): increase dependabot frequency to 'daily' by @Nictheboy in #87
- chore(deps): bump org.jetbrains.kotlin:kotlin-maven-allopen from 2.0.20 to 2.0.21 by @dependabot in #89
- chore(deps): bump org.glassfish.jersey.inject:jersey-hk2 from 3.1.8 to 3.1.9 by @dependabot in #90
- chore(deps): bump org.jetbrains.kotlin:kotlin-maven-noarg from 2.0.20 to 2.0.21 by @dependabot in #91
- chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0 by @dependabot in #92
- refactor(task)!: use enum to accept/reject task by @Nictheboy in #93
- ver: increase version to 0.7.0 by @Nictheboy in #95
- Release: 0.7.0 by @Nictheboy in #94
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
Use enum for participant approval state.
Add reject reason for task.
- feat(task): reject reason by @Nictheboy in #78
- refactor(task):use enum type for approve status by @nameisyui in #75
- ver: increase version to 0.6.0 by @Nictheboy in #80
- Version: 0.6.0 by @Nictheboy in #79
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
Add default deadline
- ver: increase version to 0.5.0-SNAPSHOT by @Nictheboy in #73
- feat(tasks): default deadline by @HuanCheng65 in #74
- ver: increase version to 0.5.0 by @Nictheboy in #76
- Release: 0.5.0 by @Nictheboy in #77
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
Add attributes "announcements" and "taskTemplates" to space (which are expected to store JSON).
Require task creator's approval before joining a task.
Add individual deadline for each task participant, and make "global" deadline for task nullable.
- ver: increase version to 0.4.0-SNAPSHOT by @Nictheboy in #68
- feat(space)!: add attributes "announcements" and "taskTemplates" by @Nictheboy in #69
- feat(task):deadline&participant approve by @nameisyui in #70
- ver: increase version to 0.4.0 by @Nictheboy in #71
- Release: 0.4.0 by @Nictheboy in #72
Full Changelog: 0.3.1...0.4.0
0.3.1
What's Changed
Add support for enumerating owned tasks
Add support for enumerating approved and unapproved tasks together
Fix a concurrency bug in customAuthLogic parsing
- ver: increase version to 0.4.0-SNAPSHOT by @Nictheboy in #63
- feat(tasks)!: add support for enumerating owned tasks, and enumerating approved and unapproved tasks together by @Nictheboy in #64
- fix: thread safety by @HuanCheng65 in #65
- ver: increase version to 0.3.1 by @Nictheboy in #66
- Release: 0.3.1 by @Nictheboy in #67
Full Changelog: 0.3.0...0.3.1