Releases: mbta/mobile_app_backend
Releases · mbta/mobile_app_backend
2024-11-12-1
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
What's Changed
- build(deps): bump req from 0.5.6 to 0.5.7 by @dependabot in #229
- fix: gracefully handle predictions v2 for empty stop list by @boringcactus in #232
Full Changelog: 2024-10-30-1...2024-11-01-1
2024-10-30-1
What's Changed
- fix: return no schedules for no stops by @boringcactus in #227
- feat(Repository.routes): overwrite colors with line colors by @KaylaBrady in #228
Full Changelog: 2024-10-28-1...2024-10-30-1
2024-10-28-1
What's Changed
- build(deps): bump nebulex from 2.6.3 to 2.6.4 by @dependabot in #221
- build(deps): bump tailwind from 0.2.3 to 0.2.4 by @dependabot in #220
- build(deps): bump esbuild from 0.8.1 to 0.8.2 by @dependabot in #219
- build(deps-dev): bump floki from 0.36.2 to 0.36.3 by @dependabot in #222
- fix: draw less-typical canonical patterns on map by @boringcactus in #223
- feat(load_testing): Load test all pages by @KaylaBrady in #224
- perf(VehiclesForRouteChannel): Use vehicles from PubSub instead of GenServer by @KaylaBrady in #225
- fix(load_testing): Set timezone to America/New_York by @KaylaBrady in #226
- build(deps-dev): bump ex_machina from 2.7.0 to 2.8.0 by @dependabot in #160
Full Changelog: 2024-10-16-1...2024-10-28-1
2024-10-16-1
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
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
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
- @BrandonTR made their first contribution in #213
Full Changelog: 2024-09-30-1...2024-10-07-1
2024-09-30-1
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
- @paulswartz made their first contribution in #210
Full Changelog: 2024-09-25-1...2024-09-30-1
2024-09-25-1
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
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