Skip to content

Releases: City-of-Helsinki/kukkuu

kukkuu: v3.1.0

03 Apr 08:13
Compare
Choose a tag to compare

3.1.0 (2024-03-27)

Features

  • Add "has accepted marketing" -field to the guardian model (90cc46c)
  • Add "has accepted marketing" field to the GuadianInput (46fe887)
  • Add accept marketing field to my profile mutation with auth token decoration (826f254)
  • Add query and mutation for guardian marketing subscriptions (45a50be)
  • Add unsubscribe links to the sendings of the notifications (7d54dfb)
  • Auth verification token (2ea2635)
  • Decorator that populates context's user from auth token given as an input (242cff0)
  • Graphql api for user to unsubscribe from all notifications (7a44a4a)
  • User can unsubscribe from all the notifications at once (26ebc3e)
  • Username and email available from AdminNode (6b8f90f)

Bug Fixes

  • admin: Search and filter guardians with guardian and user emails (e218f09)
  • Build in CI fails because of factory usage during build time (e64fb28)

Documentation

kukkuu: v3.0.0

29 Feb 13:37
Compare
Choose a tag to compare

3.0.0 (2024-02-14)

⚠ BREAKING CHANGES

  • prevented email changing with the update my profile mutation

Features

  • Get active verification tokens for user (8205b26)
  • Prevented email changing with the update my profile mutation (e545b06)
  • Request email change token from the graphql-api (dc81c71)
  • Send the email change verification token to the new email (bfa37cf)
  • Update my email mutation (af91c7f)
  • Verification tokens for user email verification (e806cf6)

Bug Fixes

  • Admin site user-group-relationship shouldn't be filtered for admins only (141d308)
  • Build issues in CI environment (93c3a32)

kukkuu: v2.0.0

01 Feb 11:30
Compare
Choose a tag to compare

2.0.0 (2024-01-22)

⚠ BREAKING CHANGES

  • child update mutation input should not have birthdate field
  • reporter API's birth_year renamed to birthyear
  • change birthyear type from date to integer
  • rename the birthdate field of the child model to be birthyear
  • rename the first name field of the child model to "name"
  • remove the last name field from the Child model

Features

  • Change birthyear type from date to integer (e1b6fc2)
  • Child update mutation input should not have birthdate field (2005529)
  • Remove the last name field from the Child model (aca4664)
  • Rename the first name field of the child model to "name" (1b5c7ed)
  • Rename the birthdate field of the child model to be birthyear (d9f5b17)
  • Reporter API's birth_year renamed to birthyear (b712e73)

Bug Fixes

  • Make more consistent querysets and test for children reports API (c771380)

kukkuu: v1.17.2

02 Jan 14:22
Compare
Choose a tag to compare

1.17.2 (2023-12-15)

Bug Fixes

  • Dockerfile base on ubi image DEVOPS-560 (#329) (6c788ee)
  • Pagination of the DjangoFilterAndOffsetConnectionField and the Children-query (526055d)

kukkuu: v1.17.1

29 Jun 10:10
Compare
Choose a tag to compare

1.17.1 (2023-06-29)

Bug Fixes

Release 1.17.0

10 May 14:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-1.16.2...release-1.17.0

release-1.16.2

17 Apr 06:41
Compare
Choose a tag to compare

What's Changed

  • Sastoken is used for Azure storage autentication

Full Changelog: release-1.16.1...release-1.16.2

Release 1.16.1

09 Mar 15:23
Compare
Choose a tag to compare

What's Changed

  • Process notifications sending outside the atomic transaction of saving of events by @nikomakela in #312

Full Changelog: release-1.16.0...release-1.16.1

Release 1.16.0

08 Dec 16:55
746f024
Compare
Choose a tag to compare

Added

  • Add Platta related configurations
  • Count ticket system passwords toward yearly enrolment limit
  • Add assignTicketSystemPasswordMutation & tests
  • Add GraphQL query for fetching a child's all internal and external enrolments
  • Add import ticket system passwords mutation
  • Add ticket system password counts to event API
  • Add external ticket system event URL
  • Implement end time handling for external ticket system events

Fixed

  • Fix child enrolment counting related to Ticketmaster events
  • Fix canChildEnroll query related to Ticketmaster events
  • Fix free ticket system password detection

Release 1.15.2

08 Dec 16:43
71714f6
Compare
Choose a tag to compare
Horizontal pod autoscaler (#286)

* Load test DEVOPS-428

* horizontal pod autoscaler DEVOPS-392

* Load test workflow DEVOPS-428

* Prevent parallel deployment DEVOPS-429

Co-authored-by: Tero Virtanen <[email protected]>