-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Middleware version to QueueItem entity #361
Comments
Do we also want this for 1.2? We need to make sure the queue assembly version detection works in all our launchers (1.3, 2.0, androud, byodc, cloudcashbox). |
@volllly Good point with the testing, added tasks for this 👍🏻 I don't think that I would add this to 1.2, the benefit seems pretty limited to me there as anyone nobody is updating their MW 🤔 what do you think? |
👍 I guess this will anyways need to be nullable since we don't have it for historic data so it's no problem if we don't have it for 1.2 |
…ueueItem-entity' into #361-Add-Middleware-version-to-QueueItem-entity
…to-QueueItem-entity #361 - Add Middleware version to QueueItem entity
Context
Currently, we cannot know in retrospective which version of the Middleware processed a QueueItem. Knowing this would be very practical though, e.g. in reports and also to make specific features (for example in exports) based on this version.
Solution
We will add a new field to the
ftQueueItem
entity, both in the Middleware's local storages as well as in our Azure storage. The field will be set to the full version of the current Middleware, e.g.1.3.45
or1.3.45-rc1-123123-12312321
.Tasks
ProcessingVersion
toftQueueItem
entity in thefiskaltrust.storage
packageThe text was updated successfully, but these errors were encountered: