Skip to content

Releases: googlemaps/fleet-debugger

v1.3.1

11 Dec 21:51
Compare
Choose a tag to compare

1.3.1 (2024-12-11)

Bug Fixes

  • Handle Restrictedlogs for request.vehicle.currentRouteSegment (#196) (156f32a)

Code Refactoring

  • Remove some nesting and simplify code, add tests. (#195) (f563822)

v1.3.0

26 Nov 20:09
Compare
Choose a tag to compare

1.3.0 (2024-11-26)

Features

  • merge restricted logs into their parent log. (#194) (badf2f8)

v1.2.1

19 Nov 17:01
Compare
Choose a tag to compare

1.2.1 (2024-11-19)

Build System

  • deps: bump cookie and express (#191) (c1fd38d)
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 (#193) (eb072db)
  • deps: bump http-proxy-middleware from 2.0.6 to 2.0.7 (#192) (e70c5d7)
  • deps: bump rollup from 2.79.1 to 2.79.2 (#189) (11d91e3)

v1.2.0

18 Sep 23:29
Compare
Choose a tag to compare

1.2.0 (2024-09-18)

Features

  • Update debugger to only load demo data when no local data is present. (#187) (9ff282f)

Build System

v1.1.1

09 Sep 17:53
Compare
Choose a tag to compare

1.1.1 (2024-09-09)

Bug Fixes

v1.1.0

09 Sep 16:42
Compare
Choose a tag to compare

1.1.0 (2024-09-09)

Features

Build System

v1.0.3

05 Sep 22:14
Compare
Choose a tag to compare

1.0.3 (2024-09-05)

Bug Fixes

  • demos so that it uses relative path to data.json (#181) (5d1d024)

v1.0.2

04 Sep 19:53
Compare
Choose a tag to compare

1.0.2 (2024-09-04)

Bug Fixes

v1.0.1

30 Aug 21:48
Compare
Choose a tag to compare

1.0.1 (2024-08-30)

Bug Fixes

Build System

  • deps: bump webpack from 5.88.2 to 5.94.0 (#178) (1765445)

v1.0.0

29 Aug 23:44
Compare
Choose a tag to compare

1.0.0 (2024-08-29)

Features

  • add a simple viewer script to the generated support bundle (#122) (f61c97a)
  • add app engine deploy support (#129) (bedd13a)
  • add eta change visualizations (#92) (53a577b)
  • add LMFS task visualizations (#132) (c977899)
  • add navigation status visualization (#94) (2a25dba)
  • add rudimentary dwell time visualization (#48) (3f33300)
  • add sample datasets and fully functional demos (#68) (436b379)
  • add support for bigquery as a log source (#110) (fbd9d82)
  • add support for cloud run (#128) (96fc59f)
  • Add tilt & streetview controls (#113) (34bc1f6)
  • add trip status visualization (#96) (0e4af47)
  • Add very basic LMFS support to the debugger (#28) (fc82b53)
  • add visualizaton for client vs server time deltas (#83) (b32f85f)
  • allow a single build react app to render multiple json files (#126) (a59cd30)
  • Allow apikey to be specified as url parameter (#56) (d5b78f2)
  • enable mapTypeControl (#111) (0244c0c)
  • improve lmfs support (#97) (0e30f7d)
  • Process logs into logical trip segments (#65) (43771c8)
  • refactor front end code to support bigquery (#125) (e8b50a4)
  • refactor logging access code (#109) (bc8b004)
  • Revamp (Local Storage, Event Linking, Layout, Error Highlights) (#177) (a0c8837)
  • Support lookup by trip instead of just vehicle (#26) (4c59192)
  • support mapId in fleet debugger (#106) (546c79c)
  • visualize jumps (#78) (87624a6)

Bug Fixes

  • add first regression test (#84) (b3ecb92), closes #38
  • add link to trip & order SDK (2c0a74f)
  • add links to documentation for the visualizations (#81) (e46ab1e)
  • add links to ODRD documentation (f4c00c8)
  • add missing file (#112) (5f67d79)
  • add mouseover information on dwell time bubbles (#88) (f729c25)
  • add support saving/restoring state from the url (#87) (a09abd6)
  • address typeos internal -> interval (c931b5c)
  • docs build by adding stub docs script (#40) (191514d)
  • don't show a blank screen when there are no logs (#130) (456d287)
  • limit number of tasks in cloud logging query (#101) (523e768), closes #100
  • linting issues (#30) (46c699c)
  • logviewer component scrolls on overflow (#44) (b93437c)
  • Make speed visualization more useful #32 (#46) (6accd2a)
  • minimal handling for overlapping trips #31 (#49) (36e58a6)
  • override maxZoom hardcoded by journeysharing provider (#105) (674b7aa)
  • regenerate demos to include recent visualization improvements (#135) (e1e6e92)
  • Resove npm dependcy issues (#127) (f578b80)
  • Revamp data loading (#85) (15c1959), closes #9
  • update demos directory to pickup jump visualizations (#82) (61cfb7d)
  • update demos with lastest changes (#98) (c4bcba5)
  • update demos with latest changes (#89) (4d601f3)
  • use location from request, not response (#70...
Read more