Skip to content

Releases: mbta/mobile_app_backend

2024-11-12-1

12 Nov 15:00
fdaf777
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump credo from 1.7.8 to 1.7.9 by @dependabot in #233
  • feat(locustfile): More realistic usage patterns by @KaylaBrady in #236
  • build(deps): bump sentry from 10.7.1 to 10.8.0 by @dependabot in #230
  • perf(ScheduleController): Fetch schedules by individual stop for more cache hits by @KaylaBrady in #231

Full Changelog: 2024-11-01-1...2024-11-12-1

2024-11-01-1

01 Nov 22:00
8380c31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-10-30-1...2024-11-01-1

2024-10-30-1

30 Oct 14:02
b35fde3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-10-28-1...2024-10-30-1

2024-10-28-1

28 Oct 14:48
87460e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-10-16-1...2024-10-28-1

2024-10-16-1

16 Oct 18:43
79abefe
Compare
Choose a tag to compare

What's Changed

  • chore: disable code coverage reporting by @KaylaBrady in #218
  • fix(Store.Predictions): Only remove trips if there are no other predictions by @KaylaBrady in #217

Full Changelog: 2024-10-11-01...2024-10-16-1

2024-10-11-01

11 Oct 17:55
22a2bd2
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump credo from 1.7.7 to 1.7.8 by @dependabot in #212
  • feat: Add new multi-route vehicles channel by @EmmaSimon in #214
  • chore(Store.Predictions): Add log when record removed for debugging by @KaylaBrady in #216

Full Changelog: 2024-10-07-1...2024-10-11-01

2024-10-07-1

07 Oct 15:53
1ef2d3e
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump dialyxir from 1.4.3 to 1.4.4 by @dependabot in #209
  • perf(Predictions.PubSub): Read stops + routes from global cache instead of API by @KaylaBrady in #206
  • build(deps): bump plug_cowboy from 2.7.1 to 2.7.2 by @dependabot in #207
  • build(deps-dev): bump credo from 1.7.6 to 1.7.7 by @dependabot in #148
  • fix: increase amount of stops returned from search by @BrandonTR in #213

New Contributors

Full Changelog: 2024-09-30-1...2024-10-07-1

2024-09-30-1

30 Sep 16:00
42cbf5a
Compare
Choose a tag to compare

What's Changed

  • fix(GlobalDataCache): trigger timed fetch on startup by @KaylaBrady in #208
  • feat(HealthController): wait for GlobalDataCache to be populated by @paulswartz in #210
  • fix(Store.Predictions): insert trips before predictions by @KaylaBrady in #211

New Contributors

Full Changelog: 2024-09-25-1...2024-09-30-1

2024-09-25-1

25 Sep 17:54
ae7991f
Compare
Choose a tag to compare

What's Changed

  • feat(Predictions.PubSub): Publish predictions data periodically & on reset by @KaylaBrady in #195
  • feat(Predictions.PubSub): publish related trip data by @KaylaBrady in #197
  • feat(Predictions.PubSub): Include related vehicles by @KaylaBrady in #198
  • feat: cache global data instead of recomputing on demand by @boringcactus in #200
  • fix(Store.Predictions): If there are no associated vehicles, return no vehicles by @KaylaBrady in #202
  • feat(MBTAV3API): Use ets cache instead of disk cache by @KaylaBrady in #199
  • test: fix some flaky tests by @boringcactus in #205
  • feat: Add enum value fallbacks for backend object parsing by @EmmaSimon in #204
  • refactor(PubSub): Add stop ID as a message field for easier KMM parsing by @KaylaBrady in #203

Full Changelog: 2024-09-19-1...2024-09-25-1

2024-09-19-1

19 Sep 16:18
a01c475
Compare
Choose a tag to compare

Behavior Changes

  • feat: Fetch schedules for the entire current service day by @EmmaSimon in #194

Internals Changes

  • build(deps): bump sentry from 10.7.0 to 10.7.1 by @dependabot in #187
  • build(deps): bump server_sent_event_stage from 1.2.0 to 1.2.1 by @dependabot in #172
  • feat(Stream): Add alternative consumer type that writes to a store by @KaylaBrady in #184
  • chore(load_testing): Update script to approximate nearby stops from V… by @KaylaBrady in #188
  • feat(Store.Predictions): Add support for writing + reading predictions by @KaylaBrady in #190
  • util: Add VS Code configs for running mix tasks by @EmmaSimon in #192
  • feat: log finch pool health stats periodically by @KaylaBrady in #191
  • fix: restart ServerSentEventStage if Stream.Consumer crashes by @boringcactus in #196

Full Changelog: 2024-09-04-1...2024-09-19-1