Releases: City-of-Helsinki/berth-reservations
Releases · City-of-Helsinki/berth-reservations
v2.6.1: VAT 25.5% fix in TalpaEComProvider
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
What's Changed
- VEN-1577 | fix(docker): use Amazon ECR as source, remove helsinkitest by @karisal-anders in #773
- VEN-1575 | fix(tests): set OIDC settings, mock SMS sending, fix translation use by @karisal-anders in #774
- VEN-1575 | feat: add VAT 25.5% and 14%, make 25.5% default VAT by @karisal-anders in #775
- VEN-1575 | fix: incorrect URLs with correct ones by @karisal-anders in #776
- VEN-1575 | fix: TalpaEComPaymentDetails int -> Decimal price/tax fields by @karisal-anders in #777
Full Changelog: release-2.5.1...release-2.6.0
Platta migration
This release migrates the service to Platta environment
2.3.0
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
2.2.0
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
Fixed
- Fixed berth switch application confirmation email
2.1.2
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
Fixed
- Fixed the migration that populates
Boat
for applications
2.1.0
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 toBoat
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
Removed
- Removed outdated
python-gdal
dep