Skip to content

chore(release): bump to v1.0.25 - #89

Merged
mahmutkaya merged 1 commit into
developfrom
chore/bump-v1.0.25
Jul 27, 2026
Merged

chore(release): bump to v1.0.25#89
mahmutkaya merged 1 commit into
developfrom
chore/bump-v1.0.25

Conversation

@mahmutkaya

Copy link
Copy Markdown
Collaborator

Summary

Type

  • chore

Why release ahead of the backend

Backend PR piwas-21/restaurant-app-backend#237 — which makes OrderDto.Items root-only — is on backend develop, not main, so the bug is not live yet. Shipping the printer-app first gives the client workstations time to auto-update before the backend flips.

The fix is backward compatible: against today's production backend the printer feed returns SideItems: null on every order (that was the defect #237 fixed), so every line is a root carrying its own KitchenType, and KitchenTicketFilter reduces to exactly the old top-level Where(KitchenType == kitchen)byte-identical receipts. The new nested layout only appears once the backend release lands.

NFR triage

  • Rest: n/a because this is a version-string change only.

Standard checklist

  • Android version code strictly increases (24 → 25) so updates install
  • No source change
  • Branch off develop; targets develop

Release notes

  • New config keys / secrets: none
  • Auto-update compatibility: forward-compatible

Ships #87: kitchen-ticket routing walks the nested item tree, so a bundle
component whose kitchen differs from its parent's reaches its own kitchen
instead of no kitchen at all.

Deliberately released AHEAD of backend PR #237, which is what makes
OrderDto.Items root-only and is still on backend `develop`. The fix is
backward compatible: against today's production backend the printer feed
returns SideItems: null on every order, so every line is a root with its
own KitchenType and the filter reduces to exactly the old top-level
`Where(KitchenType == kitchen)` — byte-identical receipts. The new nested
layout only appears once the backend release lands, by which time the
client workstations will already have auto-updated.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@sonarqubecloud

Copy link
Copy Markdown

@mahmutkaya
mahmutkaya merged commit 973f4e3 into develop Jul 27, 2026
6 checks passed
@mahmutkaya
mahmutkaya deleted the chore/bump-v1.0.25 branch July 27, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant