Skip to content

Releases: SageSeekerSociety/cheese-backend-nt

0.9.2

16 Nov 13:18
50f0556
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

16 Nov 11:39
fbe7702
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

15 Nov 12:10
b4b9de0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

14 Nov 08:00
a7c184b
Compare
Choose a tag to compare

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

03 Nov 14:37
db30290
Compare
Choose a tag to compare

What's Changed

Consider approve status when querying submittability.

Fix the bug that use can join unapproved task.

Full Changelog: 0.7.0...0.7.1

0.7.0

03 Nov 12:18
e3fe347
Compare
Choose a tag to compare

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

31 Oct 16:04
5ddca7a
Compare
Choose a tag to compare

What's Changed

Use enum for participant approval state.

Add reject reason for task.

Full Changelog: 0.5.0...0.6.0

0.5.0

31 Oct 16:00
27a74ca
Compare
Choose a tag to compare

What's Changed

Add default deadline

Full Changelog: 0.4.0...0.5.0

0.4.0

29 Oct 01:44
8845eba
Compare
Choose a tag to compare

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.

Full Changelog: 0.3.1...0.4.0

0.3.1

13 Oct 16:29
cd9218e
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.3.1