Releases: City-of-Helsinki/kukkuu
Releases · City-of-Helsinki/kukkuu
kukkuu: v3.1.0
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
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
kukkuu: v2.0.0
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
kukkuu: v1.17.1
Release 1.17.0
What's Changed
- Azure review pipeline by @terovirtanen in #319
- KK-997 | feat: add hashes to reporting API to evaluate number of unique accounts by @karisal-anders in #318
- Remove GitGub ci and review workflow files DEVOPS-522 by @terovirtanen in #321
- Remove useless Azure pipelines by @terovirtanen in #322
- Add Lippupiste as an external ticket system by @nikomakela in #313
- Fix the Lippupiste-integration by @nikomakela in #323
Full Changelog: release-1.16.2...release-1.17.0
release-1.16.2
What's Changed
- Sastoken is used for Azure storage autentication
Full Changelog: release-1.16.1...release-1.16.2
Release 1.16.1
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
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
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]>