Skip to content

Releases: City-of-Helsinki/linkedevents

linkedevents: v3.10.2

04 Feb 14:08
Compare
Choose a tag to compare

3.10.2 (2025-02-04)

Bug Fixes

  • Add grace period to seat reservations expiration (ea8ee57)
  • registration: Reapply allow customer groups with zero price (9725673)

Miscellaneous Chores

  • Switch to City of Helsinki's ubi gdal image (e2f504b)

linkedevents: v3.10.1

15 Jan 08:57
Compare
Choose a tag to compare

3.10.1 (2025-01-15)

Bug Fixes

  • events: Use espoo api days back conf as int (35abc25)
  • Gaierror when attempting to resolve unresolvable hostname in DEBUG (189864c)

Dependencies

  • Bump django to 4.2.18 (3ca0b0a)
  • Bump jinja2 from 3.1.4 to 3.1.5 (408ba97)

linkedevents: v3.10.0

08 Jan 10:19
Compare
Choose a tag to compare

3.10.0 (2025-01-08)

Features

  • registrations: Add ordering for registrations view (36d8a0b)
  • Remove GDPR_DISABLE_API_DELETION setting (4432550)

Bug Fixes

  • Always update offer info_url when creating new registration (6eef8ec)
  • registration: Order signups by signup order in excel (122d6cf)

Reverts

  • "fix(registrations): order signups in descending order" (2f7abe8)

linkedevents: v3.9.2

11 Dec 09:03
Compare
Choose a tag to compare

3.9.2 (2024-12-11)

Bug Fixes

  • registrations: Order signups in descending order (7b8c47f)

Dependencies

  • Bump django from 4.2.16 to 4.2.17 (ed18f6a)

linkedevents: v3.9.1

05 Nov 07:05
Compare
Choose a tag to compare

3.9.1 (2024-11-05)

Bug Fixes

  • events: Use django qs functions in max_* and min_duration filters (07b27b3)
  • Use django's static root in swagger schema url config (ea21c23)

Dependencies

  • Bump werkzeug from 3.0.4 to 3.0.6 (c1f7909)

linkedevents: v3.9.0

10 Oct 07:20
Compare
Choose a tag to compare

3.9.0 (2024-10-10)

Features

  • gdpr-api: In deletion check for upcoming signups (50b4e48)
  • gdpr-api: Prevent deletion when payments ongoing (ac27878)

Bug Fixes

  • registration: Order signups by id (3058608)
  • Remove matko importer (4efdee9)

linkedevents: v3.8.0

25 Sep 07:31
Compare
Choose a tag to compare

3.8.0 (2024-09-25)

Features

  • espoo-importer: Restrict importing old espoo events (5b6364d)
  • events: Add has_user_editable_resources to API (d802de2)
  • events: Only superusers can edit org users (eae9327)
  • events: Use noreply address for feedback (40cdd77)
  • registration: Add lang attr to email base template (6bc7b3c)
  • registration: Add title elem to email templates (77c488e)
  • registration: Authentication for web store webhooks (f53ddf6)
  • registration: Check refund status from a new endpoint (77000ed)
  • registration: Only admins can delete signup after event start_time (9d2cdcd)
  • registration: Order XLSX primarily by attendee_status (bc345aa)
  • registration: Replace general VAT percentage with 25,5 (73a4cf8)
  • registration: Suomi.fi info text to invitation email (4cc3610)
  • registration: User-friendlier web store API error message (69da441)

Bug Fixes

  • Allow to patch presence_status regardless of price groups (0d7a4c0)
  • analytics: Properly use the swappable knox token model (8452c85)
  • analytics: Unregister knox.AuthToken from admin site (bae087f)
  • Change logger error to info (bacec67)
  • Clean all html tags from non-allowed fields (cd2c469)
  • Disable GDPR feature not working as intended (cdfaaa5)
  • docs: Generate OpenAPI schema in staticbuilder (ebc2794)
  • docs: Remove unnecessary description parentheses (b1e0a13)
  • Enkora course expiry check and service image urls (4155efe)
  • espoo: Sanitize html from incoming texts (91fca34)
  • events: Fix error with x_ongoing_OR_set (1453144)
  • events: Modeltranslation field reference fixes (dde1994)
  • events: Proper ValidationError for invalid image id (3fb28db)
  • events: Validation for duplicate event links (8df7b1b)
  • regisration: Check ancestor perms for accounts and merchants (0510fcd)
  • registration: Allow customer groups with zero price (9a3e035)
  • registration: Safer mandatory field validation (85a152d)
  • registration: Send VAT as decimal to Talpa (854941b)
  • Terms_to_regex outputs correct regex for OR operator (4e39021)

Performance Improvements

  • registration: Fix a couple of slow tests (5bd124e)

Dependencies

Documentation

  • Add missing example for show_all_places parameter (a7ab109)
  • espoo: Add docstrings, typehints, comments (776fa83)
  • Integrated swagger documentation (834c7b3)
  • Remove links for trying out the filters in swagger docs (0555ecb)
  • Static OpenAPI yaml generation (c74cf99)

linkedevents: v3.7.2

30 Jul 05:27
Compare
Choose a tag to compare

3.7.2 (2024-07-30)

This is a hotfix release for Linked Events, which fixes the Enkora importer.

Bug Fixes

  • Enkora course expiry check and service image urls (4155efe)

linkedevents: v3.7.1

26 Jun 11:05
Compare
Choose a tag to compare

3.7.1 (2024-06-26)

Bug Fixes

  • Changes to Enkora place_map and error logging (bb4328d)
  • Handle uncaught expection while processing Enkora event timestamps (430522b)
  • registration: Allow large remaining capacities (4a841e3)

linkedevents: v3.7.0

25 Jun 06:21
Compare
Choose a tag to compare

3.7.0 (2024-06-24)

Features

  • analytics: Data_source endpoint to analytics api (2e513f4)
  • registration: Ics support for recurring events (b355998)
  • registration: Mandatory maximum attendee capacity (b5e7fc2)
  • Scrub sensitive data through sentry_sdk (7658f0e)

Bug Fixes

  • Ensure correct default for checkout language (6d388b2)
  • Ensure correct default for order language (a8ce79f)
  • registration: Validate PriceGroup description max_length (c03ccd4)
  • Use correct timezone for lastValidPurchaseDateTime (2531a92)
  • Use geomodelserializer in analytics api (6e2e6f0)