v1 - Release notes
The release notes for updates to v1 of the Propeller Platform.
Version 1.3 - 27th February
This is a minor release without any breaking changes.
Sort Order Fixes
We've made a series of updates regarding sort order validation. These mostly address some field type inconsistencies between services and introduce valid sorting to support our new backoffice user interface.
The changes have been rolled out to the following services:
- PayMethods
- Orderlists
- User Management
- Carriers
- Categories
Surcharges Service
As a continuation from our previous release, we've added guards to the Surcharges service to bring it in line with the latest standard of our internal services. As before, this shouldn't have any impact on current project, but should you experience any access issues, please let us know.
We've also made a bugfix to this service resolving an issue with the input.type that was previously a string and is now an enum as expected.
Version 1.2 - 20th February 2024
This is a minor release without any breaking changes.
Orderlist & Valueset Services
Added REST Endpoints to these services to accompany the GraphQL endpoints released last week.
These endpoints should be functional but are not yet fully documented, which will be added soon. The equivalent fields are part of the GraphQL documentation, but if you have any further questions, please reach out on our partner discord.
Carrier, Shop and Warehouse Services
We have enabled the authorization guards on these services to bring them into line with current platform requirements.
The authorization guards prevent unauthorized access to services by applying the available permissions from the API or user roles. If you experience any issues with accessing these services, please reach out to us.
Spare Parts Service
The SpareParts service was not updated this release after some minor issues were noticed during testing. This change will be queued for the next release
v1.1 - 12th February 2024
Paymethod Service
We've released the first version of the paymethod service that supports storing and managing different payment methods.
Gateway Service
Deployed the Orderstatus service to the full pipeline.
Warehouse Service
Made the opening and closing time details for Warehouses nullable to allow removing these details from an entry.
Valueset Service
Fixed a few minor bugs related to ValueSetItem options and field types.
Orderlist Service
Finalized implementation by including Orderlist details in ProductSearch and UserManagement features.
Category Service
We're replaced the Sort Order enum with a common entry from the ValueSet Service.