Skip to content

Releases: City-of-Helsinki/berth-reservations

v2.6.1: VAT 25.5% fix in TalpaEComProvider

05 Sep 10:17
Compare
Choose a tag to compare

What's Changed

  • VEN-1575 | fix: tax_percentage use in TalpaEComProvider.payload_add_to_items by @karisal-anders in #779

Full Changelog: release-2.6.0...release-2.6.1

v2.6.0: VAT 25.5% support

02 Sep 12:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-2.5.1...release-2.6.0

Platta migration

09 Mar 07:08
Compare
Choose a tag to compare

This release migrates the service to Platta environment

2.3.0

30 May 12:23
92c6b1d
Compare
Choose a tag to compare

Added

  • #681 Add management command for fetching customer email
  • #683, #684 Send payment reminders for invoices with approaching due date
  • #673 Add the current berth switch offer's customer details to BerthLeaseNode

Changed

  • #666 VEN-1484 | Update berth offer/switch offer email content
  • #676, #678, #679 Add information about the berth to sent SMS messages if it's available
  • #688 VEN-1504 | Expire old offers after 3 days

Fixed

  • #674 Improve API Float handling by patching graphene.Decimal
  • #685 Fix failing review environment build

2.2.0

07 Mar 12:50
a115eae
Compare
Choose a tag to compare

Added

  • Berth profile API-query filters
  • Excel-export features for the berth applications, the winter storage applications, the unmarked winter storage applications and the customer list. The customer excel export fetches information from Helsinki-profile.

Notes

There have been lots of issues with Helsinki-profiili data fetching (the Open city profile API, connection timeouts, etc), which are all related to the merging of the data between Helsinki-profiili and the Berth-reservations data. E.g. berth profiles API-query has filters that affects the both, on data fetched from the Open city profile API and from the Berth database. The result set from external API easily gets too big and a connection time out is raised from their end.

In this version, there are multiple temporary solutions that needs fixes as soon as possible:

  • A recursive fetch of open city profile data in a batches of 100.
  • A cache of open city profile data is missing, because we have not been able to fetch the data in full.

2.1.3

21 Jan 13:28
b05beb0
Compare
Choose a tag to compare

Fixed

  • Fixed berth switch application confirmation email

2.1.2

10 Dec 08:52
902f627
Compare
Choose a tag to compare

Fixed

  • Fixed Talpa ecom verify request URL double slashes
  • Fixed Talpa ecom default URLs
  • Fixed Talpa ecom orders with an empty phone number

2.1.1

07 Dec 07:11
886b890
Compare
Choose a tag to compare

Fixed

  • Fixed the migration that populates Boat for applications

2.1.0

02 Dec 09:47
Compare
Choose a tag to compare

Added

  • Add Talpa eCom provider

Changed

  • Use Kanslia's test Tunnistamo and HKI Profile in staging and review envs
  • Move boat_* fields from application models to Boat model

Fixed

  • Fix HKI Profile myProfile query
  • Fix createMyBerthProfile mutation when profile already exists
  • Fix marked winter storage order price rounding
  • Resolve annotated props on single node calls

2.0.12-hotfix-2

07 Dec 06:44
Compare
Choose a tag to compare

Removed

  • Removed outdated python-gdal dep