Ir al contenido

Changelog

33.0.1

  • fix: :arrow_up: bump handlebars to 4.5.2 (GHSA-r4gv-qr8j-p3pg path traversal)
  • fix: :bug: fail fast on missing SENTRY_AUTH_TOKEN, harden GeoIP update
  • test(google-hotel): :white_check_mark: fix stale test after Sentry-noise refactor

33.0.0

  • chore(inventory): :wrench: add travel-inventory minRate/baseRate/address/contact backfill
  • feat(grpc): :sparkles: add Spring gRPC foundation as a shared module family (#660)
  • fix(actuator): :bug: stop replacing the JSON converter’s default media types (#663)
  • fix(booking): :bug: persist roomStay.guestUser at write time instead of recomputing it
  • fix(booking): :bug: share one outcome budget across a group refund
  • fix(booking): record an obligation when a Stripe refund fails (#647)
  • fix(ci): :bug: make the deploy diagnose itself — real registry errors, sso first, and a freshness gate that works (#655)
  • fix(ci): :bug: read the ADC log line from jsonPayload, not just textPayload (#658)
  • fix(ci): :bug: skip the ADC gate for apps with no Google client, and stop lying about what deployed (#657)
  • fix(ci): :wrench: stamp the real build time into the app images (#656)
  • fix(ci): hand the pushed image tag from CI to CD, and reject stale local images (#654)
  • fix(computed): :bug: name the actual reason a property is unavailable
  • fix(google): keyless ADC for all Google clients, plus the module-boundary migration (#650)
  • fix(sellable): delete links on managing-entity removal + stop discarding status in Lightweight.from() (#653)
  • refactor: :perf: removed the biggest reason for Sentry errors
  • refactor: :zap: removed spring-boot-starter-hateoas
  • refactor(channel-manager): :fire: finish removing the legacy /api/services/channelmanager API (#659)

32.1.5

  • refactor: :recycle: made guest user available on public booking

32.1.4

  • docs: :memo: updated PageResponse to show real content

32.1.3

  • fix(http-client): :bug: stop basic-auth credentials leaking between webhook targets
  • test(http-client): :white_check_mark: pin that Boot’s RestClient.Builder arrives converter-loaded